Shades of Royal Blue #356FCD
Tints of Royal Blue #356FCD
RGB
CMYK
RGB Variations
Color information
#356FCD (or 0x356FCD) is known color: Royal Blue. HEX triplet: 35, 6F and CD. RGB value is (53,111,205). Sum of RGB (Red+Green+Blue) = 53+111+205=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #356FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FCD is #CA9032. Grayscale: #676767. Windows color (decimal): -13275187 or 13463349. OLE color: 13463349.
HSL color Cylindrical-coordinate representation of color #356FCD: hue angle of 217.11º 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 #356FCD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 111 | 205 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.20 |
| HSL | 217.11º | 0.6% | 0.51% | - |
| HSV(B) | 217.11º | 0.74% | 0.8% | - |
| XYZ | 18.17 | 16.53 | 59.99 | - |
| YUV | 104.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 205 | 0.74 | 0.46 | 0 | 0.20 | 217.11 | 0.6 | 0.51 |
| Hex | 35 | 6F | CD | 4A | 2E | 0 | 14 | D9 | 3C | 33 |
| Octal | 65 | 157 | 315 | 112 | 56 | 0 | 24 | 331 | 74 | 63 |
| Binary | 110101 | 1101111 | 11001101 | 1001010 | 101110 | 0 | 10100 | 11011001 | 111100 | 110011 |
Color Harmonies of #356FCD
Complementary color
Monochromatic Colors of #356FCD
Black with #356FCD
Text Example
Text Example
White with #356FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FCD; }
p { color: rgb(53,111,205); }
H1.HeaderClassName
{
color: #356FCD;
}
.AnyTagClassName
{
color: #356FCD;
}
</style>
background-color css
<style>
a { background-color: #356FCD; }
a { background-color: rgb(53,111,205); }
div.DivClassName
{
background-color: #356FCD;
}
.BgClassName
{
background-color: #356FCD;
}
</style>
border-color css
<style>
span { border-color: #356FCD; }
span { border-color: rgb(53,111,205); }
td.TdClassName
{
border-color: #356FCD;
}
.TagClassName
{
border-color: #356FCD;
}
</style>