Shades of Royal Blue #3470CF
Tints of Royal Blue #3470CF
RGB
CMYK
RGB Variations
Color information
#3470CF (or 0x3470CF) is known color: Royal Blue. HEX triplet: 34, 70 and CF. RGB value is (52,112,207). Sum of RGB (Red+Green+Blue) = 52+112+207=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #3470CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3470CF is #CB8F30. Grayscale: #686868. Windows color (decimal): -13340465 or 13594676. OLE color: 13594676.
HSL color Cylindrical-coordinate representation of color #3470CF: hue angle of 216.77º degrees, saturation: 0.62, 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 #3470CF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 112 | 207 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.19 |
| HSL | 216.77º | 0.62% | 0.51% | - |
| HSV(B) | 216.77º | 0.75% | 0.81% | - |
| XYZ | 18.47 | 16.82 | 61.31 | - |
| YUV | 104.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 207 | 0.75 | 0.46 | 0 | 0.19 | 216.77 | 0.62 | 0.51 |
| Hex | 34 | 70 | CF | 4B | 2E | 0 | 13 | D9 | 3E | 33 |
| Octal | 64 | 160 | 317 | 113 | 56 | 0 | 23 | 331 | 76 | 63 |
| Binary | 110100 | 1110000 | 11001111 | 1001011 | 101110 | 0 | 10011 | 11011001 | 111110 | 110011 |
Color Harmonies of #3470CF
Complementary color
Monochromatic Colors of #3470CF
Black with #3470CF
Text Example
Text Example
White with #3470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3470CF; }
p { color: rgb(52,112,207); }
H1.HeaderClassName
{
color: #3470CF;
}
.AnyTagClassName
{
color: #3470CF;
}
</style>
background-color css
<style>
a { background-color: #3470CF; }
a { background-color: rgb(52,112,207); }
div.DivClassName
{
background-color: #3470CF;
}
.BgClassName
{
background-color: #3470CF;
}
</style>
border-color css
<style>
span { border-color: #3470CF; }
span { border-color: rgb(52,112,207); }
td.TdClassName
{
border-color: #3470CF;
}
.TagClassName
{
border-color: #3470CF;
}
</style>