Shades of Royal Blue #356DCC
Tints of Royal Blue #356DCC
RGB
CMYK
RGB Variations
Color information
#356DCC (or 0x356DCC) is known color: Royal Blue. HEX triplet: 35, 6D and CC. RGB value is (53,109,204). Sum of RGB (Red+Green+Blue) = 53+109+204=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #356DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DCC is #CA9233. Grayscale: #666666. Windows color (decimal): -13275700 or 13397301. OLE color: 13397301.
HSL color Cylindrical-coordinate representation of color #356DCC: hue angle of 217.75º 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 #356DCC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 109 | 204 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.2 |
| HSL | 217.75º | 0.6% | 0.5% | - |
| HSV(B) | 217.75º | 0.74% | 0.8% | - |
| XYZ | 17.84 | 16.05 | 59.29 | - |
| YUV | 103.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 204 | 0.74 | 0.47 | 0 | 0.2 | 217.75 | 0.6 | 0.5 |
| Hex | 35 | 6D | CC | 4A | 2F | 0 | 14 | DA | 3C | 32 |
| Octal | 65 | 155 | 314 | 112 | 57 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110101 | 1101101 | 11001100 | 1001010 | 101111 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #356DCC
Complementary color
Monochromatic Colors of #356DCC
Black with #356DCC
Text Example
Text Example
White with #356DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DCC; }
p { color: rgb(53,109,204); }
H1.HeaderClassName
{
color: #356DCC;
}
.AnyTagClassName
{
color: #356DCC;
}
</style>
background-color css
<style>
a { background-color: #356DCC; }
a { background-color: rgb(53,109,204); }
div.DivClassName
{
background-color: #356DCC;
}
.BgClassName
{
background-color: #356DCC;
}
</style>
border-color css
<style>
span { border-color: #356DCC; }
span { border-color: rgb(53,109,204); }
td.TdClassName
{
border-color: #356DCC;
}
.TagClassName
{
border-color: #356DCC;
}
</style>