Shades of Royal Blue #356EE2
Tints of Royal Blue #356EE2
RGB
CMYK
RGB Variations
Color information
#356EE2 (or 0x356EE2) is known color: Royal Blue. HEX triplet: 35, 6E and E2. RGB value is (53,110,226). Sum of RGB (Red+Green+Blue) = 53+110+226=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #356EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EE2 is #CA911D. Grayscale: #696969. Windows color (decimal): -13275422 or 14839349. OLE color: 14839349.
HSL color Cylindrical-coordinate representation of color #356EE2: hue angle of 220.23º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356EE2 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 110 | 226 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.11 |
| HSL | 220.23º | 0.75% | 0.55% | - |
| HSV(B) | 220.23º | 0.77% | 0.89% | - |
| XYZ | 20.77 | 17.4 | 74.22 | - |
| YUV | 106.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 226 | 0.77 | 0.51 | 0 | 0.11 | 220.23 | 0.75 | 0.55 |
| Hex | 35 | 6E | E2 | 4D | 33 | 0 | B | DC | 4B | 37 |
| Octal | 65 | 156 | 342 | 115 | 63 | 0 | 13 | 334 | 113 | 67 |
| Binary | 110101 | 1101110 | 11100010 | 1001101 | 110011 | 0 | 1011 | 11011100 | 1001011 | 110111 |
Color Harmonies of #356EE2
Complementary color
Monochromatic Colors of #356EE2
Black with #356EE2
Text Example
Text Example
White with #356EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EE2; }
p { color: rgb(53,110,226); }
H1.HeaderClassName
{
color: #356EE2;
}
.AnyTagClassName
{
color: #356EE2;
}
</style>
background-color css
<style>
a { background-color: #356EE2; }
a { background-color: rgb(53,110,226); }
div.DivClassName
{
background-color: #356EE2;
}
.BgClassName
{
background-color: #356EE2;
}
</style>
border-color css
<style>
span { border-color: #356EE2; }
span { border-color: rgb(53,110,226); }
td.TdClassName
{
border-color: #356EE2;
}
.TagClassName
{
border-color: #356EE2;
}
</style>