#337CA0
A medium, moderate blue closely aligning with Steelblue.
About #337CA0
The precise color #337CA0 is an excellent choice for modern design projects. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 68% Cyan, 22% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#337CA0
RGB51, 124, 160
HSL199.8°, 51.7%, 41.4%
CMYK68%, 22%, 0%, 37%
HSV199.8°, 68.1%, 62.7%
LAB49.1, -10.8, -25.9
XYZ14.9, 17.7, 35.9
Decimal3374240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337CA0;
}
.text-color {
color: #337CA0;
}
.border-color {
border: 2px solid #337CA0;
}