Shades of Royal Blue #356EE1
Tints of Royal Blue #356EE1
RGB
CMYK
RGB Variations
Color information
#356EE1 (or 0x356EE1) is known color: Royal Blue. HEX triplet: 35, 6E and E1. RGB value is (53,110,225). Sum of RGB (Red+Green+Blue) = 53+110+225=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #356EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EE1 is #CA911E. Grayscale: #696969. Windows color (decimal): -13275423 or 14773813. OLE color: 14773813.
HSL color Cylindrical-coordinate representation of color #356EE1: hue angle of 220.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356EE1 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 110 | 225 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.12 |
| HSL | 220.12º | 0.74% | 0.55% | - |
| HSV(B) | 220.12º | 0.76% | 0.88% | - |
| XYZ | 20.63 | 17.34 | 73.49 | - |
| YUV | 106.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 225 | 0.76 | 0.51 | 0 | 0.12 | 220.12 | 0.74 | 0.55 |
| Hex | 35 | 6E | E1 | 4C | 33 | 0 | C | DC | 4A | 37 |
| Octal | 65 | 156 | 341 | 114 | 63 | 0 | 14 | 334 | 112 | 67 |
| Binary | 110101 | 1101110 | 11100001 | 1001100 | 110011 | 0 | 1100 | 11011100 | 1001010 | 110111 |
Color Harmonies of #356EE1
Complementary color
Monochromatic Colors of #356EE1
Black with #356EE1
Text Example
Text Example
White with #356EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EE1; }
p { color: rgb(53,110,225); }
H1.HeaderClassName
{
color: #356EE1;
}
.AnyTagClassName
{
color: #356EE1;
}
</style>
background-color css
<style>
a { background-color: #356EE1; }
a { background-color: rgb(53,110,225); }
div.DivClassName
{
background-color: #356EE1;
}
.BgClassName
{
background-color: #356EE1;
}
</style>
border-color css
<style>
span { border-color: #356EE1; }
span { border-color: rgb(53,110,225); }
td.TdClassName
{
border-color: #356EE1;
}
.TagClassName
{
border-color: #356EE1;
}
</style>