Shades of Royal Blue #356EC6
Tints of Royal Blue #356EC6
RGB
CMYK
RGB Variations
Color information
#356EC6 (or 0x356EC6) is known color: Royal Blue. HEX triplet: 35, 6E and C6. RGB value is (53,110,198). Sum of RGB (Red+Green+Blue) = 53+110+198=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #356EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EC6 is #CA9139. Grayscale: #666666. Windows color (decimal): -13275450 or 13004341. OLE color: 13004341.
HSL color Cylindrical-coordinate representation of color #356EC6: hue angle of 216.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #356EC6 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 110 | 198 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.22 |
| HSL | 216.41º | 0.58% | 0.49% | - |
| HSV(B) | 216.41º | 0.73% | 0.78% | - |
| XYZ | 17.24 | 15.99 | 55.6 | - |
| YUV | 102.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 198 | 0.73 | 0.44 | 0 | 0.22 | 216.41 | 0.58 | 0.49 |
| Hex | 35 | 6E | C6 | 49 | 2C | 0 | 16 | D8 | 3A | 31 |
| Octal | 65 | 156 | 306 | 111 | 54 | 0 | 26 | 330 | 72 | 61 |
| Binary | 110101 | 1101110 | 11000110 | 1001001 | 101100 | 0 | 10110 | 11011000 | 111010 | 110001 |
Color Harmonies of #356EC6
Complementary color
Monochromatic Colors of #356EC6
Black with #356EC6
Text Example
Text Example
White with #356EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EC6; }
p { color: rgb(53,110,198); }
H1.HeaderClassName
{
color: #356EC6;
}
.AnyTagClassName
{
color: #356EC6;
}
</style>
background-color css
<style>
a { background-color: #356EC6; }
a { background-color: rgb(53,110,198); }
div.DivClassName
{
background-color: #356EC6;
}
.BgClassName
{
background-color: #356EC6;
}
</style>
border-color css
<style>
span { border-color: #356EC6; }
span { border-color: rgb(53,110,198); }
td.TdClassName
{
border-color: #356EC6;
}
.TagClassName
{
border-color: #356EC6;
}
</style>