Shades of Royal Blue #3568DB
Tints of Royal Blue #3568DB
RGB
CMYK
RGB Variations
Color information
#3568DB (or 0x3568DB) is known color: Royal Blue. HEX triplet: 35, 68 and DB. RGB value is (53,104,219). Sum of RGB (Red+Green+Blue) = 53+104+219=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #3568DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568DB is #CA9724. Grayscale: #656565. Windows color (decimal): -13276965 or 14379061. OLE color: 14379061.
HSL color Cylindrical-coordinate representation of color #3568DB: hue angle of 221.57º 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 #3568DB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 104 | 219 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.14 |
| HSL | 221.57º | 0.7% | 0.53% | - |
| HSV(B) | 221.57º | 0.76% | 0.86% | - |
| XYZ | 19.2 | 15.77 | 69.05 | - |
| YUV | 101.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 219 | 0.76 | 0.53 | 0 | 0.14 | 221.57 | 0.7 | 0.53 |
| Hex | 35 | 68 | DB | 4C | 35 | 0 | E | DE | 46 | 35 |
| Octal | 65 | 150 | 333 | 114 | 65 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110101 | 1101000 | 11011011 | 1001100 | 110101 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3568DB
Complementary color
Monochromatic Colors of #3568DB
Black with #3568DB
Text Example
Text Example
White with #3568DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3568DB; }
p { color: rgb(53,104,219); }
H1.HeaderClassName
{
color: #3568DB;
}
.AnyTagClassName
{
color: #3568DB;
}
</style>
background-color css
<style>
a { background-color: #3568DB; }
a { background-color: rgb(53,104,219); }
div.DivClassName
{
background-color: #3568DB;
}
.BgClassName
{
background-color: #3568DB;
}
</style>
border-color css
<style>
span { border-color: #3568DB; }
span { border-color: rgb(53,104,219); }
td.TdClassName
{
border-color: #3568DB;
}
.TagClassName
{
border-color: #3568DB;
}
</style>