Shades of Royal Blue #356ED8
Tints of Royal Blue #356ED8
RGB
CMYK
RGB Variations
Color information
#356ED8 (or 0x356ED8) is known color: Royal Blue. HEX triplet: 35, 6E and D8. RGB value is (53,110,216). Sum of RGB (Red+Green+Blue) = 53+110+216=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #356ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ED8 is #CA9127. Grayscale: #686868. Windows color (decimal): -13275432 or 14183989. OLE color: 14183989.
HSL color Cylindrical-coordinate representation of color #356ED8: hue angle of 219.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356ED8 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 110 | 216 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.15 |
| HSL | 219.02º | 0.68% | 0.53% | - |
| HSV(B) | 219.02º | 0.75% | 0.85% | - |
| XYZ | 19.44 | 16.87 | 67.2 | - |
| YUV | 105.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 216 | 0.75 | 0.49 | 0 | 0.15 | 219.02 | 0.68 | 0.53 |
| Hex | 35 | 6E | D8 | 4B | 31 | 0 | F | DB | 44 | 35 |
| Octal | 65 | 156 | 330 | 113 | 61 | 0 | 17 | 333 | 104 | 65 |
| Binary | 110101 | 1101110 | 11011000 | 1001011 | 110001 | 0 | 1111 | 11011011 | 1000100 | 110101 |
Color Harmonies of #356ED8
Complementary color
Monochromatic Colors of #356ED8
Black with #356ED8
Text Example
Text Example
White with #356ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ED8; }
p { color: rgb(53,110,216); }
H1.HeaderClassName
{
color: #356ED8;
}
.AnyTagClassName
{
color: #356ED8;
}
</style>
background-color css
<style>
a { background-color: #356ED8; }
a { background-color: rgb(53,110,216); }
div.DivClassName
{
background-color: #356ED8;
}
.BgClassName
{
background-color: #356ED8;
}
</style>
border-color css
<style>
span { border-color: #356ED8; }
span { border-color: rgb(53,110,216); }
td.TdClassName
{
border-color: #356ED8;
}
.TagClassName
{
border-color: #356ED8;
}
</style>