#335F83
A dark, moderate blue closely aligning with Steelblue.
About #335F83
The hex code #335F83 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(51, 95, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 61% C, 27% M, 0% Y, and 49% K. With a hue angle of 207.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#335F83
RGB51, 95, 131
HSL207.0°, 44.0%, 35.7%
CMYK61%, 27%, 0%, 49%
HSV207.0°, 61.1%, 51.4%
LAB38.8, -3.6, -24.7
XYZ9.6, 10.5, 23.0
Decimal3366787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335F83;
}
.text-color {
color: #335F83;
}
.border-color {
border: 2px solid #335F83;
}