#335083
A dark, moderate blue closely aligning with Steelblue.
About #335083
At its core, #335083 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(51, 80, 131).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 61% cyan, 39% magenta, 0% yellow, and 49% black. The HSL representation is 218.3° hue, 44.0% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#335083
RGB51, 80, 131
HSL218.3°, 44.0%, 35.7%
CMYK61%, 39%, 0%, 49%
HSV218.3°, 61.1%, 51.4%
LAB34.1, 5.9, -31.9
XYZ8.3, 8.1, 22.6
Decimal3362947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.67:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335083;
}
.text-color {
color: #335083;
}
.border-color {
border: 2px solid #335083;
}