Shades of Royal Blue #356EDB
Tints of Royal Blue #356EDB
RGB
CMYK
RGB Variations
Color information
#356EDB (or 0x356EDB) is known color: Royal Blue. HEX triplet: 35, 6E and DB. RGB value is (53,110,219). Sum of RGB (Red+Green+Blue) = 53+110+219=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #356EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EDB is #CA9124. Grayscale: #686868. Windows color (decimal): -13275429 or 14380597. OLE color: 14380597.
HSL color Cylindrical-coordinate representation of color #356EDB: hue angle of 219.4º 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 #356EDB is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 110 | 219 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.14 |
| HSL | 219.4º | 0.7% | 0.53% | - |
| HSV(B) | 219.4º | 0.76% | 0.86% | - |
| XYZ | 19.83 | 17.02 | 69.26 | - |
| YUV | 105.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 219 | 0.76 | 0.50 | 0 | 0.14 | 219.4 | 0.7 | 0.53 |
| Hex | 35 | 6E | DB | 4C | 32 | 0 | E | DB | 46 | 35 |
| Octal | 65 | 156 | 333 | 114 | 62 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110101 | 1101110 | 11011011 | 1001100 | 110010 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #356EDB
Complementary color
Monochromatic Colors of #356EDB
Black with #356EDB
Text Example
Text Example
White with #356EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EDB; }
p { color: rgb(53,110,219); }
H1.HeaderClassName
{
color: #356EDB;
}
.AnyTagClassName
{
color: #356EDB;
}
</style>
background-color css
<style>
a { background-color: #356EDB; }
a { background-color: rgb(53,110,219); }
div.DivClassName
{
background-color: #356EDB;
}
.BgClassName
{
background-color: #356EDB;
}
</style>
border-color css
<style>
span { border-color: #356EDB; }
span { border-color: rgb(53,110,219); }
td.TdClassName
{
border-color: #356EDB;
}
.TagClassName
{
border-color: #356EDB;
}
</style>