Shades of Royal Blue #357CE5
Tints of Royal Blue #357CE5
RGB
CMYK
RGB Variations
Color information
#357CE5 (or 0x357CE5) is known color: Royal Blue. HEX triplet: 35, 7C and E5. RGB value is (53,124,229). Sum of RGB (Red+Green+Blue) = 53+124+229=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #357CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CE5 is #CA831A. Grayscale: #727272. Windows color (decimal): -13271835 or 15039541. OLE color: 15039541.
HSL color Cylindrical-coordinate representation of color #357CE5: hue angle of 215.8º 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 #357CE5 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 124 | 229 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.10 |
| HSL | 215.8º | 0.77% | 0.55% | - |
| HSV(B) | 215.8º | 0.77% | 0.9% | - |
| XYZ | 22.82 | 20.83 | 76.95 | - |
| YUV | 114.74 | 192.48 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 229 | 0.77 | 0.46 | 0 | 0.10 | 215.8 | 0.77 | 0.55 |
| Hex | 35 | 7C | E5 | 4D | 2E | 0 | A | D8 | 4D | 37 |
| Octal | 65 | 174 | 345 | 115 | 56 | 0 | 12 | 330 | 115 | 67 |
| Binary | 110101 | 1111100 | 11100101 | 1001101 | 101110 | 0 | 1010 | 11011000 | 1001101 | 110111 |
Color Harmonies of #357CE5
Complementary color
Monochromatic Colors of #357CE5
Black with #357CE5
Text Example
Text Example
White with #357CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE5; }
p { color: rgb(53,124,229); }
H1.HeaderClassName
{
color: #357CE5;
}
.AnyTagClassName
{
color: #357CE5;
}
</style>
background-color css
<style>
a { background-color: #357CE5; }
a { background-color: rgb(53,124,229); }
div.DivClassName
{
background-color: #357CE5;
}
.BgClassName
{
background-color: #357CE5;
}
</style>
border-color css
<style>
span { border-color: #357CE5; }
span { border-color: rgb(53,124,229); }
td.TdClassName
{
border-color: #357CE5;
}
.TagClassName
{
border-color: #357CE5;
}
</style>