Shades of Royal Blue #3471E1
Tints of Royal Blue #3471E1
RGB
CMYK
RGB Variations
Color information
#3471E1 (or 0x3471E1) is known color: Royal Blue. HEX triplet: 34, 71 and E1. RGB value is (52,113,225). Sum of RGB (Red+Green+Blue) = 52+113+225=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #3471E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471E1 is #CB8E1E. Grayscale: #6B6B6B. Windows color (decimal): -13340191 or 14774580. OLE color: 14774580.
HSL color Cylindrical-coordinate representation of color #3471E1: hue angle of 218.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3471E1 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 113 | 225 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.12 |
| HSL | 218.84º | 0.74% | 0.54% | - |
| HSV(B) | 218.84º | 0.77% | 0.88% | - |
| XYZ | 20.91 | 17.98 | 73.6 | - |
| YUV | 107.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 225 | 0.77 | 0.50 | 0 | 0.12 | 218.84 | 0.74 | 0.54 |
| Hex | 34 | 71 | E1 | 4D | 32 | 0 | C | DB | 4A | 36 |
| Octal | 64 | 161 | 341 | 115 | 62 | 0 | 14 | 333 | 112 | 66 |
| Binary | 110100 | 1110001 | 11100001 | 1001101 | 110010 | 0 | 1100 | 11011011 | 1001010 | 110110 |
Color Harmonies of #3471E1
Complementary color
Monochromatic Colors of #3471E1
Black with #3471E1
Text Example
Text Example
White with #3471E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471E1; }
p { color: rgb(52,113,225); }
H1.HeaderClassName
{
color: #3471E1;
}
.AnyTagClassName
{
color: #3471E1;
}
</style>
background-color css
<style>
a { background-color: #3471E1; }
a { background-color: rgb(52,113,225); }
div.DivClassName
{
background-color: #3471E1;
}
.BgClassName
{
background-color: #3471E1;
}
</style>
border-color css
<style>
span { border-color: #3471E1; }
span { border-color: rgb(52,113,225); }
td.TdClassName
{
border-color: #3471E1;
}
.TagClassName
{
border-color: #3471E1;
}
</style>