Shades of Royal Blue #356ECC
Tints of Royal Blue #356ECC
RGB
CMYK
RGB Variations
Color information
#356ECC (or 0x356ECC) is known color: Royal Blue. HEX triplet: 35, 6E and CC. RGB value is (53,110,204). Sum of RGB (Red+Green+Blue) = 53+110+204=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #356ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECC is #CA9133. Grayscale: #676767. Windows color (decimal): -13275444 or 13397557. OLE color: 13397557.
HSL color Cylindrical-coordinate representation of color #356ECC: hue angle of 217.35º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ECC is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 110 | 204 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.2 |
| HSL | 217.35º | 0.6% | 0.5% | - |
| HSV(B) | 217.35º | 0.74% | 0.8% | - |
| XYZ | 17.94 | 16.27 | 59.32 | - |
| YUV | 103.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 204 | 0.74 | 0.46 | 0 | 0.2 | 217.35 | 0.6 | 0.5 |
| Hex | 35 | 6E | CC | 4A | 2E | 0 | 14 | D9 | 3C | 32 |
| Octal | 65 | 156 | 314 | 112 | 56 | 0 | 24 | 331 | 74 | 62 |
| Binary | 110101 | 1101110 | 11001100 | 1001010 | 101110 | 0 | 10100 | 11011001 | 111100 | 110010 |
Color Harmonies of #356ECC
Complementary color
Monochromatic Colors of #356ECC
Black with #356ECC
Text Example
Text Example
White with #356ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ECC; }
p { color: rgb(53,110,204); }
H1.HeaderClassName
{
color: #356ECC;
}
.AnyTagClassName
{
color: #356ECC;
}
</style>
background-color css
<style>
a { background-color: #356ECC; }
a { background-color: rgb(53,110,204); }
div.DivClassName
{
background-color: #356ECC;
}
.BgClassName
{
background-color: #356ECC;
}
</style>
border-color css
<style>
span { border-color: #356ECC; }
span { border-color: rgb(53,110,204); }
td.TdClassName
{
border-color: #356ECC;
}
.TagClassName
{
border-color: #356ECC;
}
</style>