Shades of Royal Blue #356DDB
Tints of Royal Blue #356DDB
RGB
CMYK
RGB Variations
Color information
#356DDB (or 0x356DDB) is known color: Royal Blue. HEX triplet: 35, 6D and DB. RGB value is (53,109,219). Sum of RGB (Red+Green+Blue) = 53+109+219=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #356DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DDB is #CA9224. Grayscale: #686868. Windows color (decimal): -13275685 or 14380341. OLE color: 14380341.
HSL color Cylindrical-coordinate representation of color #356DDB: hue angle of 219.76º 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 #356DDB is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 109 | 219 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.14 |
| HSL | 219.76º | 0.7% | 0.53% | - |
| HSV(B) | 219.76º | 0.76% | 0.86% | - |
| XYZ | 19.72 | 16.81 | 69.22 | - |
| YUV | 104.8 | 192.45 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 219 | 0.76 | 0.50 | 0 | 0.14 | 219.76 | 0.7 | 0.53 |
| Hex | 35 | 6D | DB | 4C | 32 | 0 | E | DC | 46 | 35 |
| Octal | 65 | 155 | 333 | 114 | 62 | 0 | 16 | 334 | 106 | 65 |
| Binary | 110101 | 1101101 | 11011011 | 1001100 | 110010 | 0 | 1110 | 11011100 | 1000110 | 110101 |
Color Harmonies of #356DDB
Complementary color
Monochromatic Colors of #356DDB
Black with #356DDB
Text Example
Text Example
White with #356DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DDB; }
p { color: rgb(53,109,219); }
H1.HeaderClassName
{
color: #356DDB;
}
.AnyTagClassName
{
color: #356DDB;
}
</style>
background-color css
<style>
a { background-color: #356DDB; }
a { background-color: rgb(53,109,219); }
div.DivClassName
{
background-color: #356DDB;
}
.BgClassName
{
background-color: #356DDB;
}
</style>
border-color css
<style>
span { border-color: #356DDB; }
span { border-color: rgb(53,109,219); }
td.TdClassName
{
border-color: #356DDB;
}
.TagClassName
{
border-color: #356DDB;
}
</style>