#334992
A dark, moderate blue closely aligning with Darkslateblue.
About #334992
Visually, #334992 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(51, 73, 146).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 65% cyan and 50% magenta inks. With a hue angle of 226.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#334992
RGB51, 73, 146
HSL226.1°, 48.2%, 38.6%
CMYK65%, 50%, 0%, 43%
HSV226.1°, 65.1%, 57.3%
LAB33.0, 16.1, -42.9
XYZ8.9, 7.5, 28.2
Decimal3361170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.37:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.00:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #334992;
}
.text-color {
color: #334992;
}
.border-color {
border: 2px solid #334992;
}