Shades of Royal Blue #356CCE
Tints of Royal Blue #356CCE
RGB
CMYK
RGB Variations
Color information
#356CCE (or 0x356CCE) is known color: Royal Blue. HEX triplet: 35, 6C and CE. RGB value is (53,108,206). Sum of RGB (Red+Green+Blue) = 53+108+206=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #356CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCE is #CA9331. Grayscale: #666666. Windows color (decimal): -13275954 or 13528117. OLE color: 13528117.
HSL color Cylindrical-coordinate representation of color #356CCE: hue angle of 218.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356CCE is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 108 | 206 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.19 |
| HSL | 218.43º | 0.61% | 0.51% | - |
| HSV(B) | 218.43º | 0.74% | 0.81% | - |
| XYZ | 17.97 | 15.94 | 60.52 | - |
| YUV | 102.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 206 | 0.74 | 0.48 | 0 | 0.19 | 218.43 | 0.61 | 0.51 |
| Hex | 35 | 6C | CE | 4A | 30 | 0 | 13 | DA | 3D | 33 |
| Octal | 65 | 154 | 316 | 112 | 60 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110101 | 1101100 | 11001110 | 1001010 | 110000 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #356CCE
Complementary color
Monochromatic Colors of #356CCE
Black with #356CCE
Text Example
Text Example
White with #356CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CCE; }
p { color: rgb(53,108,206); }
H1.HeaderClassName
{
color: #356CCE;
}
.AnyTagClassName
{
color: #356CCE;
}
</style>
background-color css
<style>
a { background-color: #356CCE; }
a { background-color: rgb(53,108,206); }
div.DivClassName
{
background-color: #356CCE;
}
.BgClassName
{
background-color: #356CCE;
}
</style>
border-color css
<style>
span { border-color: #356CCE; }
span { border-color: rgb(53,108,206); }
td.TdClassName
{
border-color: #356CCE;
}
.TagClassName
{
border-color: #356CCE;
}
</style>