1.5
Decimal ratio
the clean decimal value of 3 divided by 2
The complete 3:2 reference for photography, print, and responsive image workflows. Calculate width or height instantly, verify common camera sizes, and get CSS-ready output for product galleries, editorial cards, and photo-heavy layouts.
1.5
Decimal ratio
the clean decimal value of 3 divided by 2
9+
Practical resolutions
from lightweight web exports to high-resolution camera masters
66.67%
CSS padding value
the classic fallback percentage for a 3:2 media container
Calculate 3:2 Dimensions
Use exact 3:2 math for DSLR originals, 4×6 print preparation, portfolio grids, and image cards. Switch calculation modes, convert units, and verify whether an existing file is true 3:2 or only close.
Enter a known width and the calculator derives the exact matching height.
Quick 3:2 resolutions
Current Output
The output stays locked to exact 3:2 math, including a CSS padding fallback of 66.6667%.
Ratio
3:2
Decimal
1.5
CSS Padding
66.6667%
Diagonal
7211 px
Resolution Reference
These are the 3:2 sizes people use most in photography and design workflows. Click any size to push it back into the calculator and continue from a realistic print, web, or camera starting point.
WEB
Useful for responsive galleries, CMS cards, quick previews, and lightweight image exports.
Balanced sizes for 4×6 prints, editorial proofs, and intermediate handoff assets.
CAMERA
Common 3:2 sizes from full-frame, APS-C, and high-resolution photography workflows.
Why 3:2 Matters
The 3:2 aspect ratio comes directly from 35mm film. When digital SLRs and later mirrorless cameras inherited that photographic lineage, 3:2 came with them. That is why so many camera-original still images still begin in 3:2 even when the final destination is a website, print, or social crop.
Mathematically, 3:2 is simple. The decimal value is exactly 1.5, which makes it easy to reason about during resizing, templating, and design handoff. It sits between the more compact 4:3 frame and wider 16:9, which is one reason photographers often describe it as balanced rather than obviously cinematic or obviously square.
From an SEO and product perspective, 3:2 matters because people rarely search for it as trivia. They search for it while solving concrete workflow problems: checking whether a file matches a camera original, preparing a 4×6 print, building a gallery layout, or calculating a crop before publishing.
That makes 3:2 one of the most practical ratios to document in depth. A useful 3:2 page has to explain the math, show common resolutions, connect the ratio to print and camera workflows, and make it easy to move from one known dimension to the other.
Common Sizes
The most familiar 3:2 outputs include 1200×800, 1800×1200, 3000×2000, 6000×4000, and 8256×5504. The smaller sizes are practical for the web and design review, while the larger sizes reflect camera-native stills and print-capable masters.
The print connection is especially important. A 4×6 inch print is one of the most common photographic print formats, and it is naturally 3:2. The same goes for larger multiples like 8×12 and 12×18. When a photo starts in 3:2 and ends in one of those print sizes, you avoid unnecessary cropping and preserve more of the original composition.
Scaling a 3:2 image is straightforward. Multiply or divide both dimensions by the same factor and the shape stays identical. That means a 6000×4000 camera file and a 1500×1000 preview may differ hugely in sharpness, but they still represent the same composition contract for layout and cropping.
Use Cases
3:2 is at its best when the source is photographic and the final layout still needs a balanced landscape or portrait frame. These are the places where the ratio earns its keep.
Many full-frame and APS-C cameras shoot natively in 3:2. Working in the original ratio helps preserve maximum image area during culling, retouching, and export planning.
3:2 maps cleanly to the most common photographic print sizes. That reduces waste, avoids unplanned crops, and makes proofing simpler when print is part of the workflow.
Editorial teams often like 3:2 because it keeps more height than 16:9 without feeling as boxy as 4:3. It works well for features, interviews, travel coverage, and documentary images.
Lifestyle product imagery often benefits from a balanced landscape frame. 3:2 gives you enough width for context while staying tighter than widescreen hero ratios.
If a site leans heavily on photography, 3:2 cards and gallery items often feel more natural than forced 16:9 thumbnails. They preserve the camera-native look of the original image set.
Many teams keep a 3:2 original as the master, then crop targeted versions for 1:1, 4:5, or 9:16 placements later. That gives more freedom during repurposing.
CSS and Layout
3:2 is a strong ratio for photography-heavy websites because it feels intentional without becoming overly wide. If you use it consistently in article cards, galleries, and product storytelling modules, the layout feels more photographic and less like a generic video grid.
For modern browsers, `aspect-ratio: 3 / 2` is the clearest implementation. If you still need a fallback for older responsive embed patterns, the equivalent padding-top value is 66.6667%.
The key SEO benefit here is stability. When the browser knows the container ratio before the image has loaded, it can reserve space correctly and reduce layout shift across breakpoints.
Height from Width
H = W × (2 ÷ 3) = W × 0.6667
Example: 1500 × 0.6667 = 1000
Width from Height
W = H × (3 ÷ 2) = H × 1.5
Example: 1200 × 1.5 = 1800
CSS Padding
P = (2 ÷ 3) × 100 = 66.67%
Useful for old responsive wrappers and legacy image components
Print Logic
4×6, 8×12, 12×18
Common print sizes that preserve 3:2 without extra cropping
Copy-ready CSS
.ratio-frame {
aspect-ratio: 3 / 2;
}
.ratio-frame--legacy::before {
content: "";
display: block;
padding-top: 66.6667%;
}
/* Example output size: 6000x4000 */When to Use 3:2
3:2 is the right choice when you want to preserve a camera-native feel or prepare for common print sizes. It is less useful when the destination format has a strong platform-driven standard such as 16:9 video or 4:5 social feed content.
One of the biggest strengths of 3:2 is flexibility. It can move comfortably into print, web, galleries, and light editorial work without looking cramped or excessively cinematic. That makes it a strong master format for still photography teams.
Its weakness is platform mismatch. If the final destination is a feed that strongly favors square, portrait, or full-screen vertical framing, 3:2 often becomes an intermediate master rather than the final published shape.
Comparison
3:2 often sits in the middle of photography, print, and web decisions. These comparisons help you decide when to keep 3:2 and when to move into something more platform-specific.
3:2
1.5
Best for: Camera originals, prints, photo-first layouts
Avoid for: Video platforms with hard widescreen standards
4:3
1.333
Best for: Projectors, tablets, MFT cameras, dense slides
Avoid for: Modern widescreen media
16:9
1.778
Best for: Video, presentations, desktop-first media
Avoid for: Print-first photography layouts
4:5
0.8
Best for: Instagram portrait posts and feed creatives
Avoid for: Landscape photo masters
1:1
1.0
Best for: Square social cards and product thumbnails
Avoid for: Natural camera composition
21:9
2.333
Best for: Cinema and ultrawide hero presentation
Avoid for: General photography delivery
How To
Decide whether width or height is already fixed. Camera workflows often start from a known width like 6000, while web layouts sometimes begin from a card height.
To find height from width, multiply the width by 2 ÷ 3. To find width from height, multiply the height by 3 ÷ 2.
Use the calculator to confirm the final width and height pair, the decimal ratio of 1.5, and the CSS padding value of 66.67%.
Use smaller sizes for web previews, mid-size outputs for design review, and full camera resolutions when you need print headroom or flexible post-processing.
If you inherit an existing asset, switch to verify mode and confirm whether it is true 3:2 before finalizing the crop, upload, or print order.
Frequently Asked Questions
Yes. Divide both numbers by 2000 and the resolution simplifies cleanly to 3:2. That is one reason 6000×4000 is such a common reference size in photography.
The classic padding-top value is 66.67%, because 2 divided by 3 times 100 equals 66.6667%. Modern CSS can use `aspect-ratio: 3 / 2` directly.
Because modern DSLR and mirrorless systems inherited the ratio from 35mm film. It became the default shape for a large share of digital still photography.
The most common example is 4×6 inches, but 8×12 and 12×18 also preserve the same 3:2 shape.
Yes. Both numbers divide by 360, which leaves 3:2. It is a perfectly valid lightweight 3:2 digital size.
3:2 is slightly wider. It feels more photographic and is common in DSLR workflows, while 4:3 is more compact and appears often in tablets, projectors, and Micro Four Thirds systems.
If the site is photography-first, often yes. But if the destination is a platform with a strong native format, such as 4:5 on Instagram, you may still want to crop a derivative version.
Scale both dimensions by the same factor or use the formulas directly. If the width changes, multiply it by 2 ÷ 3 to get the exact matching height.
Keep Exploring
Use the main tool for any ratio, unit conversion, or diagonal workflow.
See how a common social portrait crop differs from a 3:2 camera original.
Compare 3:2 with a more compact photo and tablet-friendly ratio.
Explore crop planning, print sizing, and ratio decisions for still images.
Test how a 3:2 original behaves before cropping to social or web formats.
Generate aspect-ratio and padding fallback code for responsive image layouts.
Read the long-form primer on aspect ratio math, scaling, and common standards.
Switch from a photo-first ratio into the mainstream widescreen video standard.