Shades of Royal Blue #356FCE
Tints of Royal Blue #356FCE
RGB
CMYK
RGB Variations
Color information
#356FCE (or 0x356FCE) is known color: Royal Blue. HEX triplet: 35, 6F and CE. RGB value is (53,111,206). Sum of RGB (Red+Green+Blue) = 53+111+206=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #356FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FCE is #CA9031. Grayscale: #686868. Windows color (decimal): -13275186 or 13528885. OLE color: 13528885.
HSL color Cylindrical-coordinate representation of color #356FCE: hue angle of 217.25º 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 #356FCE is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 111 | 206 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.19 |
| HSL | 217.25º | 0.61% | 0.51% | - |
| HSV(B) | 217.25º | 0.74% | 0.81% | - |
| XYZ | 18.29 | 16.58 | 60.63 | - |
| YUV | 104.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 206 | 0.74 | 0.46 | 0 | 0.19 | 217.25 | 0.61 | 0.51 |
| Hex | 35 | 6F | CE | 4A | 2E | 0 | 13 | D9 | 3D | 33 |
| Octal | 65 | 157 | 316 | 112 | 56 | 0 | 23 | 331 | 75 | 63 |
| Binary | 110101 | 1101111 | 11001110 | 1001010 | 101110 | 0 | 10011 | 11011001 | 111101 | 110011 |
Color Harmonies of #356FCE
Complementary color
Monochromatic Colors of #356FCE
Black with #356FCE
Text Example
Text Example
White with #356FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FCE; }
p { color: rgb(53,111,206); }
H1.HeaderClassName
{
color: #356FCE;
}
.AnyTagClassName
{
color: #356FCE;
}
</style>
background-color css
<style>
a { background-color: #356FCE; }
a { background-color: rgb(53,111,206); }
div.DivClassName
{
background-color: #356FCE;
}
.BgClassName
{
background-color: #356FCE;
}
</style>
border-color css
<style>
span { border-color: #356FCE; }
span { border-color: rgb(53,111,206); }
td.TdClassName
{
border-color: #356FCE;
}
.TagClassName
{
border-color: #356FCE;
}
</style>