Shades of Royal Blue #3470CE
Tints of Royal Blue #3470CE
RGB
CMYK
RGB Variations
Color information
#3470CE (or 0x3470CE) is known color: Royal Blue. HEX triplet: 34, 70 and CE. RGB value is (52,112,206). Sum of RGB (Red+Green+Blue) = 52+112+206=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #3470CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3470CE is #CB8F31. Grayscale: #686868. Windows color (decimal): -13340466 or 13529140. OLE color: 13529140.
HSL color Cylindrical-coordinate representation of color #3470CE: hue angle of 216.62º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3470CE is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 112 | 206 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.19 |
| HSL | 216.62º | 0.61% | 0.51% | - |
| HSV(B) | 216.62º | 0.75% | 0.81% | - |
| XYZ | 18.35 | 16.77 | 60.66 | - |
| YUV | 104.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 206 | 0.75 | 0.46 | 0 | 0.19 | 216.62 | 0.61 | 0.51 |
| Hex | 34 | 70 | CE | 4B | 2E | 0 | 13 | D9 | 3D | 33 |
| Octal | 64 | 160 | 316 | 113 | 56 | 0 | 23 | 331 | 75 | 63 |
| Binary | 110100 | 1110000 | 11001110 | 1001011 | 101110 | 0 | 10011 | 11011001 | 111101 | 110011 |
Color Harmonies of #3470CE
Complementary color
Monochromatic Colors of #3470CE
Black with #3470CE
Text Example
Text Example
White with #3470CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3470CE; }
p { color: rgb(52,112,206); }
H1.HeaderClassName
{
color: #3470CE;
}
.AnyTagClassName
{
color: #3470CE;
}
</style>
background-color css
<style>
a { background-color: #3470CE; }
a { background-color: rgb(52,112,206); }
div.DivClassName
{
background-color: #3470CE;
}
.BgClassName
{
background-color: #3470CE;
}
</style>
border-color css
<style>
span { border-color: #3470CE; }
span { border-color: rgb(52,112,206); }
td.TdClassName
{
border-color: #3470CE;
}
.TagClassName
{
border-color: #3470CE;
}
</style>