Shades of Royal Blue #356CEF
Tints of Royal Blue #356CEF
RGB
CMYK
RGB Variations
Color information
#356CEF (or 0x356CEF) is known color: Royal Blue. HEX triplet: 35, 6C and EF. RGB value is (53,108,239). Sum of RGB (Red+Green+Blue) = 53+108+239=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #356CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CEF is #CA9310. Grayscale: #696969. Windows color (decimal): -13275921 or 15690805. OLE color: 15690805.
HSL color Cylindrical-coordinate representation of color #356CEF: hue angle of 222.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356CEF is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 108 | 239 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.06 |
| HSL | 222.26º | 0.85% | 0.57% | - |
| HSV(B) | 222.26º | 0.78% | 0.94% | - |
| XYZ | 22.41 | 17.71 | 83.9 | - |
| YUV | 106.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 239 | 0.78 | 0.55 | 0 | 0.06 | 222.26 | 0.85 | 0.57 |
| Hex | 35 | 6C | EF | 4E | 37 | 0 | 6 | DE | 55 | 39 |
| Octal | 65 | 154 | 357 | 116 | 67 | 0 | 6 | 336 | 125 | 71 |
| Binary | 110101 | 1101100 | 11101111 | 1001110 | 110111 | 0 | 110 | 11011110 | 1010101 | 111001 |
Color Harmonies of #356CEF
Complementary color
Monochromatic Colors of #356CEF
Black with #356CEF
Text Example
Text Example
White with #356CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CEF; }
p { color: rgb(53,108,239); }
H1.HeaderClassName
{
color: #356CEF;
}
.AnyTagClassName
{
color: #356CEF;
}
</style>
background-color css
<style>
a { background-color: #356CEF; }
a { background-color: rgb(53,108,239); }
div.DivClassName
{
background-color: #356CEF;
}
.BgClassName
{
background-color: #356CEF;
}
</style>
border-color css
<style>
span { border-color: #356CEF; }
span { border-color: rgb(53,108,239); }
td.TdClassName
{
border-color: #356CEF;
}
.TagClassName
{
border-color: #356CEF;
}
</style>