Shades of Royal Blue #3571CB
Tints of Royal Blue #3571CB
RGB
CMYK
RGB Variations
Color information
#3571CB (or 0x3571CB) is known color: Royal Blue. HEX triplet: 35, 71 and CB. RGB value is (53,113,203). Sum of RGB (Red+Green+Blue) = 53+113+203=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #3571CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571CB is #CA8E34. Grayscale: #686868. Windows color (decimal): -13274677 or 13332789. OLE color: 13332789.
HSL color Cylindrical-coordinate representation of color #3571CB: hue angle of 216º 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 #3571CB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 113 | 203 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.20 |
| HSL | 216º | 0.59% | 0.5% | - |
| HSV(B) | 216º | 0.74% | 0.8% | - |
| XYZ | 18.15 | 16.88 | 58.8 | - |
| YUV | 105.32 | 183.12 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 203 | 0.74 | 0.44 | 0 | 0.20 | 216 | 0.59 | 0.5 |
| Hex | 35 | 71 | CB | 4A | 2C | 0 | 14 | D8 | 3B | 32 |
| Octal | 65 | 161 | 313 | 112 | 54 | 0 | 24 | 330 | 73 | 62 |
| Binary | 110101 | 1110001 | 11001011 | 1001010 | 101100 | 0 | 10100 | 11011000 | 111011 | 110010 |
Color Harmonies of #3571CB
Complementary color
Monochromatic Colors of #3571CB
Black with #3571CB
Text Example
Text Example
White with #3571CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3571CB; }
p { color: rgb(53,113,203); }
H1.HeaderClassName
{
color: #3571CB;
}
.AnyTagClassName
{
color: #3571CB;
}
</style>
background-color css
<style>
a { background-color: #3571CB; }
a { background-color: rgb(53,113,203); }
div.DivClassName
{
background-color: #3571CB;
}
.BgClassName
{
background-color: #3571CB;
}
</style>
border-color css
<style>
span { border-color: #3571CB; }
span { border-color: rgb(53,113,203); }
td.TdClassName
{
border-color: #3571CB;
}
.TagClassName
{
border-color: #3571CB;
}
</style>