Shades of Royal Blue #356ACC
Tints of Royal Blue #356ACC
RGB
CMYK
RGB Variations
Color information
#356ACC (or 0x356ACC) is known color: Royal Blue. HEX triplet: 35, 6A and CC. RGB value is (53,106,204). Sum of RGB (Red+Green+Blue) = 53+106+204=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #356ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ACC is #CA9533. Grayscale: #646464. Windows color (decimal): -13276468 or 13396533. OLE color: 13396533.
HSL color Cylindrical-coordinate representation of color #356ACC: hue angle of 218.94º 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 #356ACC is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 106 | 204 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.2 |
| HSL | 218.94º | 0.6% | 0.5% | - |
| HSV(B) | 218.94º | 0.74% | 0.8% | - |
| XYZ | 17.52 | 15.42 | 59.18 | - |
| YUV | 101.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 204 | 0.74 | 0.48 | 0 | 0.2 | 218.94 | 0.6 | 0.5 |
| Hex | 35 | 6A | CC | 4A | 30 | 0 | 14 | DB | 3C | 32 |
| Octal | 65 | 152 | 314 | 112 | 60 | 0 | 24 | 333 | 74 | 62 |
| Binary | 110101 | 1101010 | 11001100 | 1001010 | 110000 | 0 | 10100 | 11011011 | 111100 | 110010 |
Color Harmonies of #356ACC
Complementary color
Monochromatic Colors of #356ACC
Black with #356ACC
Text Example
Text Example
White with #356ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ACC; }
p { color: rgb(53,106,204); }
H1.HeaderClassName
{
color: #356ACC;
}
.AnyTagClassName
{
color: #356ACC;
}
</style>
background-color css
<style>
a { background-color: #356ACC; }
a { background-color: rgb(53,106,204); }
div.DivClassName
{
background-color: #356ACC;
}
.BgClassName
{
background-color: #356ACC;
}
</style>
border-color css
<style>
span { border-color: #356ACC; }
span { border-color: rgb(53,106,204); }
td.TdClassName
{
border-color: #356ACC;
}
.TagClassName
{
border-color: #356ACC;
}
</style>