#3350A0
A medium, moderate blue closely aligning with Darkslateblue.
About #3350A0
Visually, #3350A0 is defined as a moderate blue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(51, 80, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 68% cyan, 50% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3350A0
RGB51, 80, 160
HSL224.0°, 51.7%, 41.4%
CMYK68%, 50%, 0%, 37%
HSV224.0°, 68.1%, 62.7%
LAB35.9, 16.6, -46.7
XYZ10.6, 9.0, 34.4
Decimal3362976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.51:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.18:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3350A0;
}
.text-color {
color: #3350A0;
}
.border-color {
border: 2px solid #3350A0;
}