Shades of Royal Blue #356EDD
Tints of Royal Blue #356EDD
RGB
CMYK
RGB Variations
Color information
#356EDD (or 0x356EDD) is known color: Royal Blue. HEX triplet: 35, 6E and DD. RGB value is (53,110,221). Sum of RGB (Red+Green+Blue) = 53+110+221=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #356EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EDD is #CA9122. Grayscale: #696969. Windows color (decimal): -13275427 or 14511669. OLE color: 14511669.
HSL color Cylindrical-coordinate representation of color #356EDD: hue angle of 219.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356EDD is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 110 | 221 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.13 |
| HSL | 219.64º | 0.71% | 0.54% | - |
| HSV(B) | 219.64º | 0.76% | 0.87% | - |
| XYZ | 20.1 | 17.13 | 70.65 | - |
| YUV | 105.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 221 | 0.76 | 0.50 | 0 | 0.13 | 219.64 | 0.71 | 0.54 |
| Hex | 35 | 6E | DD | 4C | 32 | 0 | D | DC | 47 | 36 |
| Octal | 65 | 156 | 335 | 114 | 62 | 0 | 15 | 334 | 107 | 66 |
| Binary | 110101 | 1101110 | 11011101 | 1001100 | 110010 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #356EDD
Complementary color
Monochromatic Colors of #356EDD
Black with #356EDD
Text Example
Text Example
White with #356EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EDD; }
p { color: rgb(53,110,221); }
H1.HeaderClassName
{
color: #356EDD;
}
.AnyTagClassName
{
color: #356EDD;
}
</style>
background-color css
<style>
a { background-color: #356EDD; }
a { background-color: rgb(53,110,221); }
div.DivClassName
{
background-color: #356EDD;
}
.BgClassName
{
background-color: #356EDD;
}
</style>
border-color css
<style>
span { border-color: #356EDD; }
span { border-color: rgb(53,110,221); }
td.TdClassName
{
border-color: #356EDD;
}
.TagClassName
{
border-color: #356EDD;
}
</style>