#333AA0
A medium, moderate blue closely aligning with Darkslateblue.
About #333AA0
When working with digital screens, the color #333AA0 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(51, 58, 160).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 68% cyan and 64% magenta inks. With a hue angle of 236.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#333AA0
RGB51, 58, 160
HSL236.1°, 51.7%, 41.4%
CMYK68%, 64%, 0%, 37%
HSV236.1°, 68.1%, 62.7%
LAB30.1, 31.2, -56.2
XYZ9.2, 6.3, 34.0
Decimal3357344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.32:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.91:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #333AA0;
}
.text-color {
color: #333AA0;
}
.border-color {
border: 2px solid #333AA0;
}