Shades of Royal Blue #356BDE
Tints of Royal Blue #356BDE
RGB
CMYK
RGB Variations
Color information
#356BDE (or 0x356BDE) is known color: Royal Blue. HEX triplet: 35, 6B and DE. RGB value is (53,107,222). Sum of RGB (Red+Green+Blue) = 53+107+222=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #356BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BDE is #CA9421. Grayscale: #676767. Windows color (decimal): -13276194 or 14576437. OLE color: 14576437.
HSL color Cylindrical-coordinate representation of color #356BDE: hue angle of 220.83º 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 #356BDE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 107 | 222 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.13 |
| HSL | 220.83º | 0.72% | 0.54% | - |
| HSV(B) | 220.83º | 0.76% | 0.87% | - |
| XYZ | 19.91 | 16.55 | 71.25 | - |
| YUV | 103.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 222 | 0.76 | 0.52 | 0 | 0.13 | 220.83 | 0.72 | 0.54 |
| Hex | 35 | 6B | DE | 4C | 34 | 0 | D | DD | 48 | 36 |
| Octal | 65 | 153 | 336 | 114 | 64 | 0 | 15 | 335 | 110 | 66 |
| Binary | 110101 | 1101011 | 11011110 | 1001100 | 110100 | 0 | 1101 | 11011101 | 1001000 | 110110 |
Color Harmonies of #356BDE
Complementary color
Monochromatic Colors of #356BDE
Black with #356BDE
Text Example
Text Example
White with #356BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BDE; }
p { color: rgb(53,107,222); }
H1.HeaderClassName
{
color: #356BDE;
}
.AnyTagClassName
{
color: #356BDE;
}
</style>
background-color css
<style>
a { background-color: #356BDE; }
a { background-color: rgb(53,107,222); }
div.DivClassName
{
background-color: #356BDE;
}
.BgClassName
{
background-color: #356BDE;
}
</style>
border-color css
<style>
span { border-color: #356BDE; }
span { border-color: rgb(53,107,222); }
td.TdClassName
{
border-color: #356BDE;
}
.TagClassName
{
border-color: #356BDE;
}
</style>