Shades of Royal Blue #3559DB
Tints of Royal Blue #3559DB
RGB
CMYK
RGB Variations
Color information
#3559DB (or 0x3559DB) is known color: Royal Blue. HEX triplet: 35, 59 and DB. RGB value is (53,89,219). Sum of RGB (Red+Green+Blue) = 53+89+219=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3559DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3559DB is #CAA624. Grayscale: #5C5C5C. Windows color (decimal): -13280805 or 14375221. OLE color: 14375221.
HSL color Cylindrical-coordinate representation of color #3559DB: hue angle of 226.99º 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 #3559DB is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 89 | 219 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.14 |
| HSL | 226.99º | 0.7% | 0.53% | - |
| HSV(B) | 226.99º | 0.76% | 0.86% | - |
| XYZ | 17.83 | 13.02 | 68.59 | - |
| YUV | 93.06 | 199.07 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 219 | 0.76 | 0.59 | 0 | 0.14 | 226.99 | 0.7 | 0.53 |
| Hex | 35 | 59 | DB | 4C | 3B | 0 | E | E3 | 46 | 35 |
| Octal | 65 | 131 | 333 | 114 | 73 | 0 | 16 | 343 | 106 | 65 |
| Binary | 110101 | 1011001 | 11011011 | 1001100 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110101 |
Color Harmonies of #3559DB
Complementary color
Monochromatic Colors of #3559DB
Black with #3559DB
Text Example
Text Example
White with #3559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559DB; }
p { color: rgb(53,89,219); }
H1.HeaderClassName
{
color: #3559DB;
}
.AnyTagClassName
{
color: #3559DB;
}
</style>
background-color css
<style>
a { background-color: #3559DB; }
a { background-color: rgb(53,89,219); }
div.DivClassName
{
background-color: #3559DB;
}
.BgClassName
{
background-color: #3559DB;
}
</style>
border-color css
<style>
span { border-color: #3559DB; }
span { border-color: rgb(53,89,219); }
td.TdClassName
{
border-color: #3559DB;
}
.TagClassName
{
border-color: #3559DB;
}
</style>