Shades of Royal Blue #355EE0
Tints of Royal Blue #355EE0
RGB
CMYK
RGB Variations
Color information
#355EE0 (or 0x355EE0) is known color: Royal Blue. HEX triplet: 35, 5E and E0. RGB value is (53,94,224). Sum of RGB (Red+Green+Blue) = 53+94+224=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #355EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EE0 is #CAA11F. Grayscale: #5F5F5F. Windows color (decimal): -13279520 or 14704181. OLE color: 14704181.
HSL color Cylindrical-coordinate representation of color #355EE0: hue angle of 225.61º 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 #355EE0 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 94 | 224 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.12 |
| HSL | 225.61º | 0.73% | 0.54% | - |
| HSV(B) | 225.61º | 0.76% | 0.88% | - |
| XYZ | 18.93 | 14.14 | 72.25 | - |
| YUV | 96.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 224 | 0.76 | 0.58 | 0 | 0.12 | 225.61 | 0.73 | 0.54 |
| Hex | 35 | 5E | E0 | 4C | 3A | 0 | C | E2 | 49 | 36 |
| Octal | 65 | 136 | 340 | 114 | 72 | 0 | 14 | 342 | 111 | 66 |
| Binary | 110101 | 1011110 | 11100000 | 1001100 | 111010 | 0 | 1100 | 11100010 | 1001001 | 110110 |
Color Harmonies of #355EE0
Complementary color
Monochromatic Colors of #355EE0
Black with #355EE0
Text Example
Text Example
White with #355EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EE0; }
p { color: rgb(53,94,224); }
H1.HeaderClassName
{
color: #355EE0;
}
.AnyTagClassName
{
color: #355EE0;
}
</style>
background-color css
<style>
a { background-color: #355EE0; }
a { background-color: rgb(53,94,224); }
div.DivClassName
{
background-color: #355EE0;
}
.BgClassName
{
background-color: #355EE0;
}
</style>
border-color css
<style>
span { border-color: #355EE0; }
span { border-color: rgb(53,94,224); }
td.TdClassName
{
border-color: #355EE0;
}
.TagClassName
{
border-color: #355EE0;
}
</style>