#337CA8
A medium, moderate blue closely aligning with Steelblue.
About #337CA8
When working with digital screens, the color #337CA8 is rendered by mixing light. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 124, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 70% Cyan, 26% Magenta, 0% Yellow, and 34% Black. With a hue angle of 202.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#337CA8
RGB51, 124, 168
HSL202.6°, 53.4%, 42.9%
CMYK70%, 26%, 0%, 34%
HSV202.6°, 69.6%, 65.9%
LAB49.4, -8.0, -30.1
XYZ15.6, 17.9, 39.7
Decimal3374248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337CA8;
}
.text-color {
color: #337CA8;
}
.border-color {
border: 2px solid #337CA8;
}