Shades of Royal Blue #3570DF
Tints of Royal Blue #3570DF
RGB
CMYK
RGB Variations
Color information
#3570DF (or 0x3570DF) is known color: Royal Blue. HEX triplet: 35, 70 and DF. RGB value is (53,112,223). Sum of RGB (Red+Green+Blue) = 53+112+223=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #3570DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570DF is #CA8F20. Grayscale: #6A6A6A. Windows color (decimal): -13274913 or 14643253. OLE color: 14643253.
HSL color Cylindrical-coordinate representation of color #3570DF: hue angle of 219.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3570DF is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 112 | 223 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.13 |
| HSL | 219.18º | 0.73% | 0.54% | - |
| HSV(B) | 219.18º | 0.76% | 0.87% | - |
| XYZ | 20.58 | 17.67 | 72.14 | - |
| YUV | 107.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 223 | 0.76 | 0.50 | 0 | 0.13 | 219.18 | 0.73 | 0.54 |
| Hex | 35 | 70 | DF | 4C | 32 | 0 | D | DB | 49 | 36 |
| Octal | 65 | 160 | 337 | 114 | 62 | 0 | 15 | 333 | 111 | 66 |
| Binary | 110101 | 1110000 | 11011111 | 1001100 | 110010 | 0 | 1101 | 11011011 | 1001001 | 110110 |
Color Harmonies of #3570DF
Complementary color
Monochromatic Colors of #3570DF
Black with #3570DF
Text Example
Text Example
White with #3570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3570DF; }
p { color: rgb(53,112,223); }
H1.HeaderClassName
{
color: #3570DF;
}
.AnyTagClassName
{
color: #3570DF;
}
</style>
background-color css
<style>
a { background-color: #3570DF; }
a { background-color: rgb(53,112,223); }
div.DivClassName
{
background-color: #3570DF;
}
.BgClassName
{
background-color: #3570DF;
}
</style>
border-color css
<style>
span { border-color: #3570DF; }
span { border-color: rgb(53,112,223); }
td.TdClassName
{
border-color: #3570DF;
}
.TagClassName
{
border-color: #3570DF;
}
</style>