Shades of Royal Blue #3572CF
Tints of Royal Blue #3572CF
RGB
CMYK
RGB Variations
Color information
#3572CF (or 0x3572CF) is known color: Royal Blue. HEX triplet: 35, 72 and CF. RGB value is (53,114,207). Sum of RGB (Red+Green+Blue) = 53+114+207=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #3572CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3572CF is #CA8D30. Grayscale: #696969. Windows color (decimal): -13274417 or 13595189. OLE color: 13595189.
HSL color Cylindrical-coordinate representation of color #3572CF: hue angle of 216.23º 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 #3572CF is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 114 | 207 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.19 |
| HSL | 216.23º | 0.62% | 0.51% | - |
| HSV(B) | 216.23º | 0.74% | 0.81% | - |
| XYZ | 18.75 | 17.3 | 61.38 | - |
| YUV | 106.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 207 | 0.74 | 0.45 | 0 | 0.19 | 216.23 | 0.62 | 0.51 |
| Hex | 35 | 72 | CF | 4A | 2D | 0 | 13 | D8 | 3E | 33 |
| Octal | 65 | 162 | 317 | 112 | 55 | 0 | 23 | 330 | 76 | 63 |
| Binary | 110101 | 1110010 | 11001111 | 1001010 | 101101 | 0 | 10011 | 11011000 | 111110 | 110011 |
Color Harmonies of #3572CF
Complementary color
Monochromatic Colors of #3572CF
Black with #3572CF
Text Example
Text Example
White with #3572CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3572CF; }
p { color: rgb(53,114,207); }
H1.HeaderClassName
{
color: #3572CF;
}
.AnyTagClassName
{
color: #3572CF;
}
</style>
background-color css
<style>
a { background-color: #3572CF; }
a { background-color: rgb(53,114,207); }
div.DivClassName
{
background-color: #3572CF;
}
.BgClassName
{
background-color: #3572CF;
}
</style>
border-color css
<style>
span { border-color: #3572CF; }
span { border-color: rgb(53,114,207); }
td.TdClassName
{
border-color: #3572CF;
}
.TagClassName
{
border-color: #3572CF;
}
</style>