#3316DB
A medium, vivid blue closely aligning with Mediumblue.
About #3316DB
Visually, #3316DB is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 22, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 90% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3316DB
RGB51, 22, 219
HSL248.8°, 81.7%, 47.3%
CMYK77%, 90%, 0%, 14%
HSV248.8°, 90.0%, 85.9%
LAB30.4, 66.9, -90.6
XYZ14.4, 6.4, 67.5
Decimal3348187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.22:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.81:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3316DB;
}
.text-color {
color: #3316DB;
}
.border-color {
border: 2px solid #3316DB;
}