Shades of Royal Blue #357CE1
Tints of Royal Blue #357CE1
RGB
CMYK
RGB Variations
Color information
#357CE1 (or 0x357CE1) is known color: Royal Blue. HEX triplet: 35, 7C and E1. RGB value is (53,124,225). Sum of RGB (Red+Green+Blue) = 53+124+225=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #357CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CE1 is #CA831E. Grayscale: #717171. Windows color (decimal): -13271839 or 14777397. OLE color: 14777397.
HSL color Cylindrical-coordinate representation of color #357CE1: hue angle of 215.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CE1 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 124 | 225 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.12 |
| HSL | 215.23º | 0.74% | 0.55% | - |
| HSV(B) | 215.23º | 0.76% | 0.88% | - |
| XYZ | 22.27 | 20.61 | 74.04 | - |
| YUV | 114.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 225 | 0.76 | 0.45 | 0 | 0.12 | 215.23 | 0.74 | 0.55 |
| Hex | 35 | 7C | E1 | 4C | 2D | 0 | C | D7 | 4A | 37 |
| Octal | 65 | 174 | 341 | 114 | 55 | 0 | 14 | 327 | 112 | 67 |
| Binary | 110101 | 1111100 | 11100001 | 1001100 | 101101 | 0 | 1100 | 11010111 | 1001010 | 110111 |
Color Harmonies of #357CE1
Complementary color
Monochromatic Colors of #357CE1
Black with #357CE1
Text Example
Text Example
White with #357CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE1; }
p { color: rgb(53,124,225); }
H1.HeaderClassName
{
color: #357CE1;
}
.AnyTagClassName
{
color: #357CE1;
}
</style>
background-color css
<style>
a { background-color: #357CE1; }
a { background-color: rgb(53,124,225); }
div.DivClassName
{
background-color: #357CE1;
}
.BgClassName
{
background-color: #357CE1;
}
</style>
border-color css
<style>
span { border-color: #357CE1; }
span { border-color: rgb(53,124,225); }
td.TdClassName
{
border-color: #357CE1;
}
.TagClassName
{
border-color: #357CE1;
}
</style>