#333366
A dark, moderate blue closely aligning with Darkslateblue.
About #333366
Visually, #333366 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, 51, 102).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 50% magenta inks. With a hue angle of 240.0 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#333366
RGB51, 51, 102
HSL240.0°, 33.3%, 30.0%
CMYK50%, 50%, 0%, 60%
HSV240.0°, 50.0%, 40.0%
LAB23.8, 15.3, -30.1
XYZ4.9, 4.0, 13.1
Decimal3355494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.63:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.11:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #333366;
}
.text-color {
color: #333366;
}
.border-color {
border: 2px solid #333366;
}