Shades of Royal Blue #3572CC
Tints of Royal Blue #3572CC
RGB
CMYK
RGB Variations
Color information
#3572CC (or 0x3572CC) is known color: Royal Blue. HEX triplet: 35, 72 and CC. RGB value is (53,114,204). Sum of RGB (Red+Green+Blue) = 53+114+204=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3572CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3572CC is #CA8D33. Grayscale: #696969. Windows color (decimal): -13274420 or 13398581. OLE color: 13398581.
HSL color Cylindrical-coordinate representation of color #3572CC: hue angle of 215.76º degrees, saturation: 0.6, 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 #3572CC is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 114 | 204 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.2 |
| HSL | 215.76º | 0.6% | 0.5% | - |
| HSV(B) | 215.76º | 0.74% | 0.8% | - |
| XYZ | 18.38 | 17.15 | 59.47 | - |
| YUV | 106.02 | 183.29 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 204 | 0.74 | 0.44 | 0 | 0.2 | 215.76 | 0.6 | 0.5 |
| Hex | 35 | 72 | CC | 4A | 2C | 0 | 14 | D8 | 3C | 32 |
| Octal | 65 | 162 | 314 | 112 | 54 | 0 | 24 | 330 | 74 | 62 |
| Binary | 110101 | 1110010 | 11001100 | 1001010 | 101100 | 0 | 10100 | 11011000 | 111100 | 110010 |
Color Harmonies of #3572CC
Complementary color
Monochromatic Colors of #3572CC
Black with #3572CC
Text Example
Text Example
White with #3572CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3572CC; }
p { color: rgb(53,114,204); }
H1.HeaderClassName
{
color: #3572CC;
}
.AnyTagClassName
{
color: #3572CC;
}
</style>
background-color css
<style>
a { background-color: #3572CC; }
a { background-color: rgb(53,114,204); }
div.DivClassName
{
background-color: #3572CC;
}
.BgClassName
{
background-color: #3572CC;
}
</style>
border-color css
<style>
span { border-color: #3572CC; }
span { border-color: rgb(53,114,204); }
td.TdClassName
{
border-color: #3572CC;
}
.TagClassName
{
border-color: #3572CC;
}
</style>