Shades of Royal Blue #356FE0
Tints of Royal Blue #356FE0
RGB
CMYK
RGB Variations
Color information
#356FE0 (or 0x356FE0) is known color: Royal Blue. HEX triplet: 35, 6F and E0. RGB value is (53,111,224). Sum of RGB (Red+Green+Blue) = 53+111+224=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #356FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FE0 is #CA901F. Grayscale: #6A6A6A. Windows color (decimal): -13275168 or 14708533. OLE color: 14708533.
HSL color Cylindrical-coordinate representation of color #356FE0: hue angle of 219.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356FE0 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 111 | 224 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.12 |
| HSL | 219.65º | 0.73% | 0.54% | - |
| HSV(B) | 219.65º | 0.76% | 0.88% | - |
| XYZ | 20.61 | 17.51 | 72.81 | - |
| YUV | 106.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 224 | 0.76 | 0.50 | 0 | 0.12 | 219.65 | 0.73 | 0.54 |
| Hex | 35 | 6F | E0 | 4C | 32 | 0 | C | DC | 49 | 36 |
| Octal | 65 | 157 | 340 | 114 | 62 | 0 | 14 | 334 | 111 | 66 |
| Binary | 110101 | 1101111 | 11100000 | 1001100 | 110010 | 0 | 1100 | 11011100 | 1001001 | 110110 |
Color Harmonies of #356FE0
Complementary color
Monochromatic Colors of #356FE0
Black with #356FE0
Text Example
Text Example
White with #356FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FE0; }
p { color: rgb(53,111,224); }
H1.HeaderClassName
{
color: #356FE0;
}
.AnyTagClassName
{
color: #356FE0;
}
</style>
background-color css
<style>
a { background-color: #356FE0; }
a { background-color: rgb(53,111,224); }
div.DivClassName
{
background-color: #356FE0;
}
.BgClassName
{
background-color: #356FE0;
}
</style>
border-color css
<style>
span { border-color: #356FE0; }
span { border-color: rgb(53,111,224); }
td.TdClassName
{
border-color: #356FE0;
}
.TagClassName
{
border-color: #356FE0;
}
</style>