Shades of Royal Blue #3470CB
Tints of Royal Blue #3470CB
RGB
CMYK
RGB Variations
Color information
#3470CB (or 0x3470CB) is known color: Royal Blue. HEX triplet: 34, 70 and CB. RGB value is (52,112,203). Sum of RGB (Red+Green+Blue) = 52+112+203=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #3470CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3470CB is #CB8F34. Grayscale: #686868. Windows color (decimal): -13340469 or 13332532. OLE color: 13332532.
HSL color Cylindrical-coordinate representation of color #3470CB: hue angle of 216.16º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3470CB is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 112 | 203 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.20 |
| HSL | 216.16º | 0.59% | 0.5% | - |
| HSV(B) | 216.16º | 0.74% | 0.8% | - |
| XYZ | 17.99 | 16.63 | 58.76 | - |
| YUV | 104.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 203 | 0.74 | 0.45 | 0 | 0.20 | 216.16 | 0.59 | 0.5 |
| Hex | 34 | 70 | CB | 4A | 2D | 0 | 14 | D8 | 3B | 32 |
| Octal | 64 | 160 | 313 | 112 | 55 | 0 | 24 | 330 | 73 | 62 |
| Binary | 110100 | 1110000 | 11001011 | 1001010 | 101101 | 0 | 10100 | 11011000 | 111011 | 110010 |
Color Harmonies of #3470CB
Complementary color
Monochromatic Colors of #3470CB
Black with #3470CB
Text Example
Text Example
White with #3470CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3470CB; }
p { color: rgb(52,112,203); }
H1.HeaderClassName
{
color: #3470CB;
}
.AnyTagClassName
{
color: #3470CB;
}
</style>
background-color css
<style>
a { background-color: #3470CB; }
a { background-color: rgb(52,112,203); }
div.DivClassName
{
background-color: #3470CB;
}
.BgClassName
{
background-color: #3470CB;
}
</style>
border-color css
<style>
span { border-color: #3470CB; }
span { border-color: rgb(52,112,203); }
td.TdClassName
{
border-color: #3470CB;
}
.TagClassName
{
border-color: #3470CB;
}
</style>