Shades of Royal Blue #356BCE
Tints of Royal Blue #356BCE
RGB
CMYK
RGB Variations
Color information
#356BCE (or 0x356BCE) is known color: Royal Blue. HEX triplet: 35, 6B and CE. RGB value is (53,107,206). Sum of RGB (Red+Green+Blue) = 53+107+206=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #356BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BCE is #CA9431. Grayscale: #656565. Windows color (decimal): -13276210 or 13527861. OLE color: 13527861.
HSL color Cylindrical-coordinate representation of color #356BCE: hue angle of 218.82º 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 #356BCE is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 107 | 206 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.19 |
| HSL | 218.82º | 0.61% | 0.51% | - |
| HSV(B) | 218.82º | 0.74% | 0.81% | - |
| XYZ | 17.87 | 15.73 | 60.49 | - |
| YUV | 102.14 | 186.61 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 206 | 0.74 | 0.48 | 0 | 0.19 | 218.82 | 0.61 | 0.51 |
| Hex | 35 | 6B | CE | 4A | 30 | 0 | 13 | DB | 3D | 33 |
| Octal | 65 | 153 | 316 | 112 | 60 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110101 | 1101011 | 11001110 | 1001010 | 110000 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #356BCE
Complementary color
Monochromatic Colors of #356BCE
Black with #356BCE
Text Example
Text Example
White with #356BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BCE; }
p { color: rgb(53,107,206); }
H1.HeaderClassName
{
color: #356BCE;
}
.AnyTagClassName
{
color: #356BCE;
}
</style>
background-color css
<style>
a { background-color: #356BCE; }
a { background-color: rgb(53,107,206); }
div.DivClassName
{
background-color: #356BCE;
}
.BgClassName
{
background-color: #356BCE;
}
</style>
border-color css
<style>
span { border-color: #356BCE; }
span { border-color: rgb(53,107,206); }
td.TdClassName
{
border-color: #356BCE;
}
.TagClassName
{
border-color: #356BCE;
}
</style>