Shades of Royal Blue #357EE5
Tints of Royal Blue #357EE5
RGB
CMYK
RGB Variations
Color information
#357EE5 (or 0x357EE5) is known color: Royal Blue. HEX triplet: 35, 7E and E5. RGB value is (53,126,229). Sum of RGB (Red+Green+Blue) = 53+126+229=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #357EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EE5 is #CA811A. Grayscale: #737373. Windows color (decimal): -13271323 or 15040053. OLE color: 15040053.
HSL color Cylindrical-coordinate representation of color #357EE5: hue angle of 215.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357EE5 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 126 | 229 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.10 |
| HSL | 215.11º | 0.77% | 0.55% | - |
| HSV(B) | 215.11º | 0.77% | 0.9% | - |
| XYZ | 23.07 | 21.34 | 77.03 | - |
| YUV | 115.92 | 191.82 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 229 | 0.77 | 0.45 | 0 | 0.10 | 215.11 | 0.77 | 0.55 |
| Hex | 35 | 7E | E5 | 4D | 2D | 0 | A | D7 | 4D | 37 |
| Octal | 65 | 176 | 345 | 115 | 55 | 0 | 12 | 327 | 115 | 67 |
| Binary | 110101 | 1111110 | 11100101 | 1001101 | 101101 | 0 | 1010 | 11010111 | 1001101 | 110111 |
Color Harmonies of #357EE5
Complementary color
Monochromatic Colors of #357EE5
Black with #357EE5
Text Example
Text Example
White with #357EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357EE5; }
p { color: rgb(53,126,229); }
H1.HeaderClassName
{
color: #357EE5;
}
.AnyTagClassName
{
color: #357EE5;
}
</style>
background-color css
<style>
a { background-color: #357EE5; }
a { background-color: rgb(53,126,229); }
div.DivClassName
{
background-color: #357EE5;
}
.BgClassName
{
background-color: #357EE5;
}
</style>
border-color css
<style>
span { border-color: #357EE5; }
span { border-color: rgb(53,126,229); }
td.TdClassName
{
border-color: #357EE5;
}
.TagClassName
{
border-color: #357EE5;
}
</style>