Shades of Royal Blue #356EEE
Tints of Royal Blue #356EEE
RGB
CMYK
RGB Variations
Color information
#356EEE (or 0x356EEE) is known color: Royal Blue. HEX triplet: 35, 6E and EE. RGB value is (53,110,238). Sum of RGB (Red+Green+Blue) = 53+110+238=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #356EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EEE is #CA9111. Grayscale: #6A6A6A. Windows color (decimal): -13275410 or 15625781. OLE color: 15625781.
HSL color Cylindrical-coordinate representation of color #356EEE: hue angle of 221.51º 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 #356EEE is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 110 | 238 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 221.51º | 0.84% | 0.57% | - |
| HSV(B) | 221.51º | 0.78% | 0.93% | - |
| XYZ | 22.48 | 18.08 | 83.19 | - |
| YUV | 107.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 238 | 0.78 | 0.54 | 0 | 0.07 | 221.51 | 0.84 | 0.57 |
| Hex | 35 | 6E | EE | 4E | 36 | 0 | 7 | DE | 54 | 39 |
| Octal | 65 | 156 | 356 | 116 | 66 | 0 | 7 | 336 | 124 | 71 |
| Binary | 110101 | 1101110 | 11101110 | 1001110 | 110110 | 0 | 111 | 11011110 | 1010100 | 111001 |
Color Harmonies of #356EEE
Complementary color
Monochromatic Colors of #356EEE
Black with #356EEE
Text Example
Text Example
White with #356EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EEE; }
p { color: rgb(53,110,238); }
H1.HeaderClassName
{
color: #356EEE;
}
.AnyTagClassName
{
color: #356EEE;
}
</style>
background-color css
<style>
a { background-color: #356EEE; }
a { background-color: rgb(53,110,238); }
div.DivClassName
{
background-color: #356EEE;
}
.BgClassName
{
background-color: #356EEE;
}
</style>
border-color css
<style>
span { border-color: #356EEE; }
span { border-color: rgb(53,110,238); }
td.TdClassName
{
border-color: #356EEE;
}
.TagClassName
{
border-color: #356EEE;
}
</style>