Shades of Royal Blue #356BEE
Tints of Royal Blue #356BEE
RGB
CMYK
RGB Variations
Color information
#356BEE (or 0x356BEE) is known color: Royal Blue. HEX triplet: 35, 6B and EE. RGB value is (53,107,238). Sum of RGB (Red+Green+Blue) = 53+107+238=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #356BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BEE is #CA9411. Grayscale: #696969. Windows color (decimal): -13276178 or 15625013. OLE color: 15625013.
HSL color Cylindrical-coordinate representation of color #356BEE: hue angle of 222.49º degrees, saturation: 0.84, 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 #356BEE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 107 | 238 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.07 |
| HSL | 222.49º | 0.84% | 0.57% | - |
| HSV(B) | 222.49º | 0.78% | 0.93% | - |
| XYZ | 22.16 | 17.45 | 83.09 | - |
| YUV | 105.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 238 | 0.78 | 0.55 | 0 | 0.07 | 222.49 | 0.84 | 0.57 |
| Hex | 35 | 6B | EE | 4E | 37 | 0 | 7 | DE | 54 | 39 |
| Octal | 65 | 153 | 356 | 116 | 67 | 0 | 7 | 336 | 124 | 71 |
| Binary | 110101 | 1101011 | 11101110 | 1001110 | 110111 | 0 | 111 | 11011110 | 1010100 | 111001 |
Color Harmonies of #356BEE
Complementary color
Monochromatic Colors of #356BEE
Black with #356BEE
Text Example
Text Example
White with #356BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BEE; }
p { color: rgb(53,107,238); }
H1.HeaderClassName
{
color: #356BEE;
}
.AnyTagClassName
{
color: #356BEE;
}
</style>
background-color css
<style>
a { background-color: #356BEE; }
a { background-color: rgb(53,107,238); }
div.DivClassName
{
background-color: #356BEE;
}
.BgClassName
{
background-color: #356BEE;
}
</style>
border-color css
<style>
span { border-color: #356BEE; }
span { border-color: rgb(53,107,238); }
td.TdClassName
{
border-color: #356BEE;
}
.TagClassName
{
border-color: #356BEE;
}
</style>