Aspect Ratio Calculator

3:2 — Classic Photo

Decimal ratio 1.5000:1. Commonly used for 35mm film, most DSLR and mirrorless camera sensors.

3:2

Calculate dimensions

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

×

Other ratios

Use it in code

Click to copy.

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