#3A66DB
A medium, moderate blue closely aligning with Royalblue.
About #3A66DB
At its core, #3A66DB is a medium and moderate hue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(58, 102, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 74% cyan, 53% magenta, 0% yellow, and 14% black. With a hue angle of 223.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A66DB
RGB58, 102, 219
HSL223.6°, 69.1%, 54.3%
CMYK74%, 53%, 0%, 14%
HSV223.6°, 73.5%, 85.9%
LAB46.3, 25.1, -64.3
XYZ19.3, 15.5, 69.0
Decimal3827419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A66DB;
}
.text-color {
color: #3A66DB;
}
.border-color {
border: 2px solid #3A66DB;
}