Shades of Royal Blue #356FDE
Tints of Royal Blue #356FDE
RGB
CMYK
RGB Variations
Color information
#356FDE (or 0x356FDE) is known color: Royal Blue. HEX triplet: 35, 6F and DE. RGB value is (53,111,222). Sum of RGB (Red+Green+Blue) = 53+111+222=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #356FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FDE is #CA9021. Grayscale: #696969. Windows color (decimal): -13275170 or 14577461. OLE color: 14577461.
HSL color Cylindrical-coordinate representation of color #356FDE: hue angle of 219.41º degrees, saturation: 0.72, 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 #356FDE is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 111 | 222 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.13 |
| HSL | 219.41º | 0.72% | 0.54% | - |
| HSV(B) | 219.41º | 0.76% | 0.87% | - |
| XYZ | 20.34 | 17.4 | 71.39 | - |
| YUV | 106.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 222 | 0.76 | 0.5 | 0 | 0.13 | 219.41 | 0.72 | 0.54 |
| Hex | 35 | 6F | DE | 4C | 32 | 0 | D | DB | 48 | 36 |
| Octal | 65 | 157 | 336 | 114 | 62 | 0 | 15 | 333 | 110 | 66 |
| Binary | 110101 | 1101111 | 11011110 | 1001100 | 110010 | 0 | 1101 | 11011011 | 1001000 | 110110 |
Color Harmonies of #356FDE
Complementary color
Monochromatic Colors of #356FDE
Black with #356FDE
Text Example
Text Example
White with #356FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FDE; }
p { color: rgb(53,111,222); }
H1.HeaderClassName
{
color: #356FDE;
}
.AnyTagClassName
{
color: #356FDE;
}
</style>
background-color css
<style>
a { background-color: #356FDE; }
a { background-color: rgb(53,111,222); }
div.DivClassName
{
background-color: #356FDE;
}
.BgClassName
{
background-color: #356FDE;
}
</style>
border-color css
<style>
span { border-color: #356FDE; }
span { border-color: rgb(53,111,222); }
td.TdClassName
{
border-color: #356FDE;
}
.TagClassName
{
border-color: #356FDE;
}
</style>