#3307CC
A medium, vivid blue closely aligning with Mediumblue.
About #3307CC
The precise color #3307CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(51, 7, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 75% cyan, 97% magenta, 0% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3307CC
RGB51, 7, 204
HSL253.4°, 93.4%, 41.4%
CMYK75%, 97%, 0%, 20%
HSV253.4°, 96.6%, 80.0%
LAB27.3, 66.4, -86.9
XYZ12.3, 5.2, 57.5
Decimal3344332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.28:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.82:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3307CC;
}
.text-color {
color: #3307CC;
}
.border-color {
border: 2px solid #3307CC;
}