#3A5FDB
A medium, moderate blue closely aligning with Royalblue.
About #3A5FDB
Visually, #3A5FDB is defined as a moderate blue. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 95, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 74% Cyan, 57% Magenta, 0% Yellow, and 14% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5FDB
RGB58, 95, 219
HSL226.2°, 69.1%, 54.3%
CMYK74%, 57%, 0%, 14%
HSV226.2°, 73.5%, 85.9%
LAB44.5, 29.6, -67.3
XYZ18.6, 14.2, 68.8
Decimal3825627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A5FDB;
}
.text-color {
color: #3A5FDB;
}
.border-color {
border: 2px solid #3A5FDB;
}