Shades of Royal Blue #3573CF
Tints of Royal Blue #3573CF
RGB
CMYK
RGB Variations
Color information
#3573CF (or 0x3573CF) is known color: Royal Blue. HEX triplet: 35, 73 and CF. RGB value is (53,115,207). Sum of RGB (Red+Green+Blue) = 53+115+207=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3573CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573CF is #CA8C30. Grayscale: #6A6A6A. Windows color (decimal): -13274161 or 13595445. OLE color: 13595445.
HSL color Cylindrical-coordinate representation of color #3573CF: hue angle of 215.84º 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 #3573CF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 115 | 207 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.19 |
| HSL | 215.84º | 0.62% | 0.51% | - |
| HSV(B) | 215.84º | 0.74% | 0.81% | - |
| XYZ | 18.86 | 17.52 | 61.42 | - |
| YUV | 106.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 207 | 0.74 | 0.44 | 0 | 0.19 | 215.84 | 0.62 | 0.51 |
| Hex | 35 | 73 | CF | 4A | 2C | 0 | 13 | D8 | 3E | 33 |
| Octal | 65 | 163 | 317 | 112 | 54 | 0 | 23 | 330 | 76 | 63 |
| Binary | 110101 | 1110011 | 11001111 | 1001010 | 101100 | 0 | 10011 | 11011000 | 111110 | 110011 |
Color Harmonies of #3573CF
Complementary color
Monochromatic Colors of #3573CF
Black with #3573CF
Text Example
Text Example
White with #3573CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3573CF; }
p { color: rgb(53,115,207); }
H1.HeaderClassName
{
color: #3573CF;
}
.AnyTagClassName
{
color: #3573CF;
}
</style>
background-color css
<style>
a { background-color: #3573CF; }
a { background-color: rgb(53,115,207); }
div.DivClassName
{
background-color: #3573CF;
}
.BgClassName
{
background-color: #3573CF;
}
</style>
border-color css
<style>
span { border-color: #3573CF; }
span { border-color: rgb(53,115,207); }
td.TdClassName
{
border-color: #3573CF;
}
.TagClassName
{
border-color: #3573CF;
}
</style>