Shades of Royal Blue #356ECE
Tints of Royal Blue #356ECE
RGB
CMYK
RGB Variations
Color information
#356ECE (or 0x356ECE) is known color: Royal Blue. HEX triplet: 35, 6E and CE. RGB value is (53,110,206). Sum of RGB (Red+Green+Blue) = 53+110+206=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #356ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECE is #CA9131. Grayscale: #676767. Windows color (decimal): -13275442 or 13528629. OLE color: 13528629.
HSL color Cylindrical-coordinate representation of color #356ECE: hue angle of 217.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ECE is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 110 | 206 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.19 |
| HSL | 217.65º | 0.61% | 0.51% | - |
| HSV(B) | 217.65º | 0.74% | 0.81% | - |
| XYZ | 18.18 | 16.36 | 60.59 | - |
| YUV | 103.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 206 | 0.74 | 0.47 | 0 | 0.19 | 217.65 | 0.61 | 0.51 |
| Hex | 35 | 6E | CE | 4A | 2F | 0 | 13 | DA | 3D | 33 |
| Octal | 65 | 156 | 316 | 112 | 57 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110101 | 1101110 | 11001110 | 1001010 | 101111 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #356ECE
Complementary color
Monochromatic Colors of #356ECE
Black with #356ECE
Text Example
Text Example
White with #356ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ECE; }
p { color: rgb(53,110,206); }
H1.HeaderClassName
{
color: #356ECE;
}
.AnyTagClassName
{
color: #356ECE;
}
</style>
background-color css
<style>
a { background-color: #356ECE; }
a { background-color: rgb(53,110,206); }
div.DivClassName
{
background-color: #356ECE;
}
.BgClassName
{
background-color: #356ECE;
}
</style>
border-color css
<style>
span { border-color: #356ECE; }
span { border-color: rgb(53,110,206); }
td.TdClassName
{
border-color: #356ECE;
}
.TagClassName
{
border-color: #356ECE;
}
</style>