Shades of Royal Blue #3476E4
Tints of Royal Blue #3476E4
RGB
CMYK
RGB Variations
Color information
#3476E4 (or 0x3476E4) is known color: Royal Blue. HEX triplet: 34, 76 and E4. RGB value is (52,118,228). Sum of RGB (Red+Green+Blue) = 52+118+228=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 228 (89.45% from 255 or 57.29% from 398); Max value from RGB is 228 - color contains mainly: blue. Hex color #3476E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476E4 is #CB891B. Grayscale: #6E6E6E. Windows color (decimal): -13338908 or 14972468. OLE color: 14972468.
HSL color Cylindrical-coordinate representation of color #3476E4: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3476E4 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 118 | 228 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.11 |
| HSL | 217.5º | 0.77% | 0.55% | - |
| HSV(B) | 217.5º | 0.77% | 0.89% | - |
| XYZ | 21.9 | 19.29 | 75.97 | - |
| YUV | 110.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 228 | 0.77 | 0.48 | 0 | 0.11 | 217.5 | 0.77 | 0.55 |
| Hex | 34 | 76 | E4 | 4D | 30 | 0 | B | DA | 4D | 37 |
| Octal | 64 | 166 | 344 | 115 | 60 | 0 | 13 | 332 | 115 | 67 |
| Binary | 110100 | 1110110 | 11100100 | 1001101 | 110000 | 0 | 1011 | 11011010 | 1001101 | 110111 |
Color Harmonies of #3476E4
Complementary color
Monochromatic Colors of #3476E4
Black with #3476E4
Text Example
Text Example
White with #3476E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3476E4; }
p { color: rgb(52,118,228); }
H1.HeaderClassName
{
color: #3476E4;
}
.AnyTagClassName
{
color: #3476E4;
}
</style>
background-color css
<style>
a { background-color: #3476E4; }
a { background-color: rgb(52,118,228); }
div.DivClassName
{
background-color: #3476E4;
}
.BgClassName
{
background-color: #3476E4;
}
</style>
border-color css
<style>
span { border-color: #3476E4; }
span { border-color: rgb(52,118,228); }
td.TdClassName
{
border-color: #3476E4;
}
.TagClassName
{
border-color: #3476E4;
}
</style>