Shades of Royal Blue #3570DB
Tints of Royal Blue #3570DB
RGB
CMYK
RGB Variations
Color information
#3570DB (or 0x3570DB) is known color: Royal Blue. HEX triplet: 35, 70 and DB. RGB value is (53,112,219). Sum of RGB (Red+Green+Blue) = 53+112+219=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3570DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570DB is #CA8F24. Grayscale: #6A6A6A. Windows color (decimal): -13274917 or 14381109. OLE color: 14381109.
HSL color Cylindrical-coordinate representation of color #3570DB: hue angle of 218.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3570DB is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 112 | 219 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.14 |
| HSL | 218.67º | 0.7% | 0.53% | - |
| HSV(B) | 218.67º | 0.76% | 0.86% | - |
| XYZ | 20.05 | 17.46 | 69.33 | - |
| YUV | 106.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 219 | 0.76 | 0.49 | 0 | 0.14 | 218.67 | 0.7 | 0.53 |
| Hex | 35 | 70 | DB | 4C | 31 | 0 | E | DB | 46 | 35 |
| Octal | 65 | 160 | 333 | 114 | 61 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110101 | 1110000 | 11011011 | 1001100 | 110001 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #3570DB
Complementary color
Monochromatic Colors of #3570DB
Black with #3570DB
Text Example
Text Example
White with #3570DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3570DB; }
p { color: rgb(53,112,219); }
H1.HeaderClassName
{
color: #3570DB;
}
.AnyTagClassName
{
color: #3570DB;
}
</style>
background-color css
<style>
a { background-color: #3570DB; }
a { background-color: rgb(53,112,219); }
div.DivClassName
{
background-color: #3570DB;
}
.BgClassName
{
background-color: #3570DB;
}
</style>
border-color css
<style>
span { border-color: #3570DB; }
span { border-color: rgb(53,112,219); }
td.TdClassName
{
border-color: #3570DB;
}
.TagClassName
{
border-color: #3570DB;
}
</style>