Shades of Royal Blue #356ECD
Tints of Royal Blue #356ECD
RGB
CMYK
RGB Variations
Color information
#356ECD (or 0x356ECD) is known color: Royal Blue. HEX triplet: 35, 6E and CD. RGB value is (53,110,205). Sum of RGB (Red+Green+Blue) = 53+110+205=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #356ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECD is #CA9132. Grayscale: #676767. Windows color (decimal): -13275443 or 13463093. OLE color: 13463093.
HSL color Cylindrical-coordinate representation of color #356ECD: hue angle of 217.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ECD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 110 | 205 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.20 |
| HSL | 217.5º | 0.6% | 0.51% | - |
| HSV(B) | 217.5º | 0.74% | 0.8% | - |
| XYZ | 18.06 | 16.32 | 59.95 | - |
| YUV | 103.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 205 | 0.74 | 0.46 | 0 | 0.20 | 217.5 | 0.6 | 0.51 |
| Hex | 35 | 6E | CD | 4A | 2E | 0 | 14 | DA | 3C | 33 |
| Octal | 65 | 156 | 315 | 112 | 56 | 0 | 24 | 332 | 74 | 63 |
| Binary | 110101 | 1101110 | 11001101 | 1001010 | 101110 | 0 | 10100 | 11011010 | 111100 | 110011 |
Color Harmonies of #356ECD
Complementary color
Monochromatic Colors of #356ECD
Black with #356ECD
Text Example
Text Example
White with #356ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ECD; }
p { color: rgb(53,110,205); }
H1.HeaderClassName
{
color: #356ECD;
}
.AnyTagClassName
{
color: #356ECD;
}
</style>
background-color css
<style>
a { background-color: #356ECD; }
a { background-color: rgb(53,110,205); }
div.DivClassName
{
background-color: #356ECD;
}
.BgClassName
{
background-color: #356ECD;
}
</style>
border-color css
<style>
span { border-color: #356ECD; }
span { border-color: rgb(53,110,205); }
td.TdClassName
{
border-color: #356ECD;
}
.TagClassName
{
border-color: #356ECD;
}
</style>