Shades of Royal Blue #356FEC
Tints of Royal Blue #356FEC
RGB
CMYK
RGB Variations
Color information
#356FEC (or 0x356FEC) is known color: Royal Blue. HEX triplet: 35, 6F and EC. RGB value is (53,111,236). Sum of RGB (Red+Green+Blue) = 53+111+236=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #356FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FEC is #CA9013. Grayscale: #6B6B6B. Windows color (decimal): -13275156 or 15494965. OLE color: 15494965.
HSL color Cylindrical-coordinate representation of color #356FEC: hue angle of 220.98º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356FEC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 111 | 236 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.07 |
| HSL | 220.98º | 0.83% | 0.57% | - |
| HSV(B) | 220.98º | 0.78% | 0.93% | - |
| XYZ | 22.29 | 18.18 | 81.69 | - |
| YUV | 107.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 236 | 0.78 | 0.53 | 0 | 0.07 | 220.98 | 0.83 | 0.57 |
| Hex | 35 | 6F | EC | 4E | 35 | 0 | 7 | DD | 53 | 39 |
| Octal | 65 | 157 | 354 | 116 | 65 | 0 | 7 | 335 | 123 | 71 |
| Binary | 110101 | 1101111 | 11101100 | 1001110 | 110101 | 0 | 111 | 11011101 | 1010011 | 111001 |
Color Harmonies of #356FEC
Complementary color
Monochromatic Colors of #356FEC
Black with #356FEC
Text Example
Text Example
White with #356FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FEC; }
p { color: rgb(53,111,236); }
H1.HeaderClassName
{
color: #356FEC;
}
.AnyTagClassName
{
color: #356FEC;
}
</style>
background-color css
<style>
a { background-color: #356FEC; }
a { background-color: rgb(53,111,236); }
div.DivClassName
{
background-color: #356FEC;
}
.BgClassName
{
background-color: #356FEC;
}
</style>
border-color css
<style>
span { border-color: #356FEC; }
span { border-color: rgb(53,111,236); }
td.TdClassName
{
border-color: #356FEC;
}
.TagClassName
{
border-color: #356FEC;
}
</style>