Shades of Royal Blue #3471EC
Tints of Royal Blue #3471EC
RGB
CMYK
RGB Variations
Color information
#3471EC (or 0x3471EC) is known color: Royal Blue. HEX triplet: 34, 71 and EC. RGB value is (52,113,236). Sum of RGB (Red+Green+Blue) = 52+113+236=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #3471EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471EC is #CB8E13. Grayscale: #6C6C6C. Windows color (decimal): -13340180 or 15495476. OLE color: 15495476.
HSL color Cylindrical-coordinate representation of color #3471EC: hue angle of 220.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3471EC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 113 | 236 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.07 |
| HSL | 220.11º | 0.83% | 0.56% | - |
| HSV(B) | 220.11º | 0.78% | 0.93% | - |
| XYZ | 22.46 | 18.6 | 81.76 | - |
| YUV | 108.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 236 | 0.78 | 0.52 | 0 | 0.07 | 220.11 | 0.83 | 0.56 |
| Hex | 34 | 71 | EC | 4E | 34 | 0 | 7 | DC | 53 | 38 |
| Octal | 64 | 161 | 354 | 116 | 64 | 0 | 7 | 334 | 123 | 70 |
| Binary | 110100 | 1110001 | 11101100 | 1001110 | 110100 | 0 | 111 | 11011100 | 1010011 | 111000 |
Color Harmonies of #3471EC
Complementary color
Monochromatic Colors of #3471EC
Black with #3471EC
Text Example
Text Example
White with #3471EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471EC; }
p { color: rgb(52,113,236); }
H1.HeaderClassName
{
color: #3471EC;
}
.AnyTagClassName
{
color: #3471EC;
}
</style>
background-color css
<style>
a { background-color: #3471EC; }
a { background-color: rgb(52,113,236); }
div.DivClassName
{
background-color: #3471EC;
}
.BgClassName
{
background-color: #3471EC;
}
</style>
border-color css
<style>
span { border-color: #3471EC; }
span { border-color: rgb(52,113,236); }
td.TdClassName
{
border-color: #3471EC;
}
.TagClassName
{
border-color: #3471EC;
}
</style>