Shades of Royal Blue #356EED
Tints of Royal Blue #356EED
RGB
CMYK
RGB Variations
Color information
#356EED (or 0x356EED) is known color: Royal Blue. HEX triplet: 35, 6E and ED. RGB value is (53,110,237). Sum of RGB (Red+Green+Blue) = 53+110+237=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #356EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EED is #CA9112. Grayscale: #6A6A6A. Windows color (decimal): -13275411 or 15560245. OLE color: 15560245.
HSL color Cylindrical-coordinate representation of color #356EED: hue angle of 221.41º 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 #356EED is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 110 | 237 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 221.41º | 0.84% | 0.57% | - |
| HSV(B) | 221.41º | 0.78% | 0.93% | - |
| XYZ | 22.33 | 18.02 | 82.42 | - |
| YUV | 107.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 237 | 0.78 | 0.54 | 0 | 0.07 | 221.41 | 0.84 | 0.57 |
| Hex | 35 | 6E | ED | 4E | 36 | 0 | 7 | DD | 54 | 39 |
| Octal | 65 | 156 | 355 | 116 | 66 | 0 | 7 | 335 | 124 | 71 |
| Binary | 110101 | 1101110 | 11101101 | 1001110 | 110110 | 0 | 111 | 11011101 | 1010100 | 111001 |
Color Harmonies of #356EED
Complementary color
Monochromatic Colors of #356EED
Black with #356EED
Text Example
Text Example
White with #356EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EED; }
p { color: rgb(53,110,237); }
H1.HeaderClassName
{
color: #356EED;
}
.AnyTagClassName
{
color: #356EED;
}
</style>
background-color css
<style>
a { background-color: #356EED; }
a { background-color: rgb(53,110,237); }
div.DivClassName
{
background-color: #356EED;
}
.BgClassName
{
background-color: #356EED;
}
</style>
border-color css
<style>
span { border-color: #356EED; }
span { border-color: rgb(53,110,237); }
td.TdClassName
{
border-color: #356EED;
}
.TagClassName
{
border-color: #356EED;
}
</style>