Shades of Royal Blue #3570CF
Tints of Royal Blue #3570CF
RGB
CMYK
RGB Variations
Color information
#3570CF (or 0x3570CF) is known color: Royal Blue. HEX triplet: 35, 70 and CF. RGB value is (53,112,207). Sum of RGB (Red+Green+Blue) = 53+112+207=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #3570CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570CF is #CA8F30. Grayscale: #686868. Windows color (decimal): -13274929 or 13594677. OLE color: 13594677.
HSL color Cylindrical-coordinate representation of color #3570CF: hue angle of 217.01º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3570CF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 112 | 207 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.19 |
| HSL | 217.01º | 0.62% | 0.51% | - |
| HSV(B) | 217.01º | 0.74% | 0.81% | - |
| XYZ | 18.52 | 16.85 | 61.31 | - |
| YUV | 105.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 207 | 0.74 | 0.46 | 0 | 0.19 | 217.01 | 0.62 | 0.51 |
| Hex | 35 | 70 | CF | 4A | 2E | 0 | 13 | D9 | 3E | 33 |
| Octal | 65 | 160 | 317 | 112 | 56 | 0 | 23 | 331 | 76 | 63 |
| Binary | 110101 | 1110000 | 11001111 | 1001010 | 101110 | 0 | 10011 | 11011001 | 111110 | 110011 |
Color Harmonies of #3570CF
Complementary color
Monochromatic Colors of #3570CF
Black with #3570CF
Text Example
Text Example
White with #3570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3570CF; }
p { color: rgb(53,112,207); }
H1.HeaderClassName
{
color: #3570CF;
}
.AnyTagClassName
{
color: #3570CF;
}
</style>
background-color css
<style>
a { background-color: #3570CF; }
a { background-color: rgb(53,112,207); }
div.DivClassName
{
background-color: #3570CF;
}
.BgClassName
{
background-color: #3570CF;
}
</style>
border-color css
<style>
span { border-color: #3570CF; }
span { border-color: rgb(53,112,207); }
td.TdClassName
{
border-color: #3570CF;
}
.TagClassName
{
border-color: #3570CF;
}
</style>