#333350
A dark, muted blue closely aligning with Darkslategray.
About #333350
When working with digital screens, the color #333350 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(51, 51, 80).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 36% C, 36% M, 0% Y, and 69% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#333350
RGB51, 51, 80
HSL240.0°, 22.1%, 25.7%
CMYK36%, 36%, 0%, 69%
HSV240.0°, 36.2%, 31.4%
LAB22.5, 8.0, -17.7
XYZ4.0, 3.7, 8.1
Decimal3355472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.14:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.60:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #333350;
}
.text-color {
color: #333350;
}
.border-color {
border: 2px solid #333350;
}