Shades of Royal Blue #356EC8
Tints of Royal Blue #356EC8
RGB
CMYK
RGB Variations
Color information
#356EC8 (or 0x356EC8) is known color: Royal Blue. HEX triplet: 35, 6E and C8. RGB value is (53,110,200). Sum of RGB (Red+Green+Blue) = 53+110+200=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #356EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EC8 is #CA9137. Grayscale: #666666. Windows color (decimal): -13275448 or 13135413. OLE color: 13135413.
HSL color Cylindrical-coordinate representation of color #356EC8: hue angle of 216.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356EC8 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 110 | 200 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.22 |
| HSL | 216.73º | 0.58% | 0.5% | - |
| HSV(B) | 216.73º | 0.74% | 0.78% | - |
| XYZ | 17.47 | 16.08 | 56.83 | - |
| YUV | 103.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 200 | 0.74 | 0.45 | 0 | 0.22 | 216.73 | 0.58 | 0.5 |
| Hex | 35 | 6E | C8 | 4A | 2D | 0 | 16 | D9 | 3A | 32 |
| Octal | 65 | 156 | 310 | 112 | 55 | 0 | 26 | 331 | 72 | 62 |
| Binary | 110101 | 1101110 | 11001000 | 1001010 | 101101 | 0 | 10110 | 11011001 | 111010 | 110010 |
Color Harmonies of #356EC8
Complementary color
Monochromatic Colors of #356EC8
Black with #356EC8
Text Example
Text Example
White with #356EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EC8; }
p { color: rgb(53,110,200); }
H1.HeaderClassName
{
color: #356EC8;
}
.AnyTagClassName
{
color: #356EC8;
}
</style>
background-color css
<style>
a { background-color: #356EC8; }
a { background-color: rgb(53,110,200); }
div.DivClassName
{
background-color: #356EC8;
}
.BgClassName
{
background-color: #356EC8;
}
</style>
border-color css
<style>
span { border-color: #356EC8; }
span { border-color: rgb(53,110,200); }
td.TdClassName
{
border-color: #356EC8;
}
.TagClassName
{
border-color: #356EC8;
}
</style>