Shades of Royal Blue #357CE4
Tints of Royal Blue #357CE4
RGB
CMYK
RGB Variations
Color information
#357CE4 (or 0x357CE4) is known color: Royal Blue. HEX triplet: 35, 7C and E4. RGB value is (53,124,228). Sum of RGB (Red+Green+Blue) = 53+124+228=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #357CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CE4 is #CA831B. Grayscale: #727272. Windows color (decimal): -13271836 or 14974005. OLE color: 14974005.
HSL color Cylindrical-coordinate representation of color #357CE4: hue angle of 215.66º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357CE4 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 124 | 228 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.11 |
| HSL | 215.66º | 0.76% | 0.55% | - |
| HSV(B) | 215.66º | 0.77% | 0.89% | - |
| XYZ | 22.68 | 20.77 | 76.21 | - |
| YUV | 114.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 228 | 0.77 | 0.46 | 0 | 0.11 | 215.66 | 0.76 | 0.55 |
| Hex | 35 | 7C | E4 | 4D | 2E | 0 | B | D8 | 4C | 37 |
| Octal | 65 | 174 | 344 | 115 | 56 | 0 | 13 | 330 | 114 | 67 |
| Binary | 110101 | 1111100 | 11100100 | 1001101 | 101110 | 0 | 1011 | 11011000 | 1001100 | 110111 |
Color Harmonies of #357CE4
Complementary color
Monochromatic Colors of #357CE4
Black with #357CE4
Text Example
Text Example
White with #357CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE4; }
p { color: rgb(53,124,228); }
H1.HeaderClassName
{
color: #357CE4;
}
.AnyTagClassName
{
color: #357CE4;
}
</style>
background-color css
<style>
a { background-color: #357CE4; }
a { background-color: rgb(53,124,228); }
div.DivClassName
{
background-color: #357CE4;
}
.BgClassName
{
background-color: #357CE4;
}
</style>
border-color css
<style>
span { border-color: #357CE4; }
span { border-color: rgb(53,124,228); }
td.TdClassName
{
border-color: #357CE4;
}
.TagClassName
{
border-color: #357CE4;
}
</style>