#331DE9
A medium, vivid blue closely aligning with Mediumblue.
About #331DE9
The precise color #331DE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 51 red, 29 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 78% cyan, 88% magenta, 0% yellow, and 9% black. This makes it a relatively light 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#331DE9
RGB51, 29, 233
HSL246.5°, 82.3%, 51.4%
CMYK78%, 88%, 0%, 9%
HSV246.5°, 87.6%, 91.4%
LAB32.8, 68.5, -94.5
XYZ16.5, 7.5, 77.7
Decimal3349993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.42:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.05:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331DE9;
}
.text-color {
color: #331DE9;
}
.border-color {
border: 2px solid #331DE9;
}