Shades of Royal Blue #356FDB
Tints of Royal Blue #356FDB
RGB
CMYK
RGB Variations
Color information
#356FDB (or 0x356FDB) is known color: Royal Blue. HEX triplet: 35, 6F and DB. RGB value is (53,111,219). Sum of RGB (Red+Green+Blue) = 53+111+219=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #356FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FDB is #CA9024. Grayscale: #696969. Windows color (decimal): -13275173 or 14380853. OLE color: 14380853.
HSL color Cylindrical-coordinate representation of color #356FDB: hue angle of 219.04º 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 #356FDB is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 111 | 219 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.14 |
| HSL | 219.04º | 0.7% | 0.53% | - |
| HSV(B) | 219.04º | 0.76% | 0.86% | - |
| XYZ | 19.94 | 17.24 | 69.29 | - |
| YUV | 105.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 219 | 0.76 | 0.49 | 0 | 0.14 | 219.04 | 0.7 | 0.53 |
| Hex | 35 | 6F | DB | 4C | 31 | 0 | E | DB | 46 | 35 |
| Octal | 65 | 157 | 333 | 114 | 61 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110101 | 1101111 | 11011011 | 1001100 | 110001 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #356FDB
Complementary color
Monochromatic Colors of #356FDB
Black with #356FDB
Text Example
Text Example
White with #356FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FDB; }
p { color: rgb(53,111,219); }
H1.HeaderClassName
{
color: #356FDB;
}
.AnyTagClassName
{
color: #356FDB;
}
</style>
background-color css
<style>
a { background-color: #356FDB; }
a { background-color: rgb(53,111,219); }
div.DivClassName
{
background-color: #356FDB;
}
.BgClassName
{
background-color: #356FDB;
}
</style>
border-color css
<style>
span { border-color: #356FDB; }
span { border-color: rgb(53,111,219); }
td.TdClassName
{
border-color: #356FDB;
}
.TagClassName
{
border-color: #356FDB;
}
</style>