Aspect Ratio Calculator

3:4 — Portrait Standard

Decimal ratio 0.7500:1. Commonly used for Portrait photos, book covers, printed portraits.

3:4

Calculate dimensions

Type a width or height — the other fills in automatically at a 3:4 ratio.

×

Other ratios

Use it in code

Click to copy.

.element {
  aspect-ratio: 3 / 4;
}