Shades of Royal Blue #3474E0
Tints of Royal Blue #3474E0
RGB
CMYK
RGB Variations
Color information
#3474E0 (or 0x3474E0) is known color: Royal Blue. HEX triplet: 34, 74 and E0. RGB value is (52,116,224). Sum of RGB (Red+Green+Blue) = 52+116+224=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #3474E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474E0 is #CB8B1F. Grayscale: #6C6C6C. Windows color (decimal): -13339424 or 14709812. OLE color: 14709812.
HSL color Cylindrical-coordinate representation of color #3474E0: hue angle of 217.67º 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 #3474E0 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 116 | 224 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.12 |
| HSL | 217.67º | 0.74% | 0.54% | - |
| HSV(B) | 217.67º | 0.77% | 0.88% | - |
| XYZ | 21.12 | 18.6 | 73 | - |
| YUV | 109.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 224 | 0.77 | 0.48 | 0 | 0.12 | 217.67 | 0.74 | 0.54 |
| Hex | 34 | 74 | E0 | 4D | 30 | 0 | C | DA | 4A | 36 |
| Octal | 64 | 164 | 340 | 115 | 60 | 0 | 14 | 332 | 112 | 66 |
| Binary | 110100 | 1110100 | 11100000 | 1001101 | 110000 | 0 | 1100 | 11011010 | 1001010 | 110110 |
Color Harmonies of #3474E0
Complementary color
Monochromatic Colors of #3474E0
Black with #3474E0
Text Example
Text Example
White with #3474E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474E0; }
p { color: rgb(52,116,224); }
H1.HeaderClassName
{
color: #3474E0;
}
.AnyTagClassName
{
color: #3474E0;
}
</style>
background-color css
<style>
a { background-color: #3474E0; }
a { background-color: rgb(52,116,224); }
div.DivClassName
{
background-color: #3474E0;
}
.BgClassName
{
background-color: #3474E0;
}
</style>
border-color css
<style>
span { border-color: #3474E0; }
span { border-color: rgb(52,116,224); }
td.TdClassName
{
border-color: #3474E0;
}
.TagClassName
{
border-color: #3474E0;
}
</style>