Shades of Royal Blue #356ED5
Tints of Royal Blue #356ED5
RGB
CMYK
RGB Variations
Color information
#356ED5 (or 0x356ED5) is known color: Royal Blue. HEX triplet: 35, 6E and D5. RGB value is (53,110,213). Sum of RGB (Red+Green+Blue) = 53+110+213=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #356ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ED5 is #CA912A. Grayscale: #686868. Windows color (decimal): -13275435 or 13987381. OLE color: 13987381.
HSL color Cylindrical-coordinate representation of color #356ED5: hue angle of 218.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356ED5 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 110 | 213 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.16 |
| HSL | 218.63º | 0.66% | 0.52% | - |
| HSV(B) | 218.63º | 0.75% | 0.84% | - |
| XYZ | 19.05 | 16.71 | 65.17 | - |
| YUV | 104.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 213 | 0.75 | 0.48 | 0 | 0.16 | 218.63 | 0.66 | 0.52 |
| Hex | 35 | 6E | D5 | 4B | 30 | 0 | 10 | DB | 42 | 34 |
| Octal | 65 | 156 | 325 | 113 | 60 | 0 | 20 | 333 | 102 | 64 |
| Binary | 110101 | 1101110 | 11010101 | 1001011 | 110000 | 0 | 10000 | 11011011 | 1000010 | 110100 |
Color Harmonies of #356ED5
Complementary color
Monochromatic Colors of #356ED5
Black with #356ED5
Text Example
Text Example
White with #356ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ED5; }
p { color: rgb(53,110,213); }
H1.HeaderClassName
{
color: #356ED5;
}
.AnyTagClassName
{
color: #356ED5;
}
</style>
background-color css
<style>
a { background-color: #356ED5; }
a { background-color: rgb(53,110,213); }
div.DivClassName
{
background-color: #356ED5;
}
.BgClassName
{
background-color: #356ED5;
}
</style>
border-color css
<style>
span { border-color: #356ED5; }
span { border-color: rgb(53,110,213); }
td.TdClassName
{
border-color: #356ED5;
}
.TagClassName
{
border-color: #356ED5;
}
</style>