#003375
A dark, vivid blue closely aligning with Darkslateblue.
About #003375
When working with digital screens, the color #003375 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 0 parts red, 51 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 56% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#003375
RGB0, 51, 117
HSL213.8°, 100.0%, 22.9%
CMYK100%, 56%, 0%, 54%
HSV213.8°, 100.0%, 45.9%
LAB22.5, 13.6, -42.0
XYZ4.4, 3.7, 17.3
Decimal13173
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: #003375;
}
.text-color {
color: #003375;
}
.border-color {
border: 2px solid #003375;
}