Shades of Royal Blue #357CE3
Tints of Royal Blue #357CE3
RGB
CMYK
RGB Variations
Color information
#357CE3 (or 0x357CE3) is known color: Royal Blue. HEX triplet: 35, 7C and E3. RGB value is (53,124,227). Sum of RGB (Red+Green+Blue) = 53+124+227=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #357CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CE3 is #CA831C. Grayscale: #727272. Windows color (decimal): -13271837 or 14908469. OLE color: 14908469.
HSL color Cylindrical-coordinate representation of color #357CE3: hue angle of 215.52º 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 #357CE3 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 124 | 227 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.11 |
| HSL | 215.52º | 0.76% | 0.55% | - |
| HSV(B) | 215.52º | 0.77% | 0.89% | - |
| XYZ | 22.54 | 20.72 | 75.48 | - |
| YUV | 114.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 227 | 0.77 | 0.45 | 0 | 0.11 | 215.52 | 0.76 | 0.55 |
| Hex | 35 | 7C | E3 | 4D | 2D | 0 | B | D8 | 4C | 37 |
| Octal | 65 | 174 | 343 | 115 | 55 | 0 | 13 | 330 | 114 | 67 |
| Binary | 110101 | 1111100 | 11100011 | 1001101 | 101101 | 0 | 1011 | 11011000 | 1001100 | 110111 |
Color Harmonies of #357CE3
Complementary color
Monochromatic Colors of #357CE3
Black with #357CE3
Text Example
Text Example
White with #357CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CE3; }
p { color: rgb(53,124,227); }
H1.HeaderClassName
{
color: #357CE3;
}
.AnyTagClassName
{
color: #357CE3;
}
</style>
background-color css
<style>
a { background-color: #357CE3; }
a { background-color: rgb(53,124,227); }
div.DivClassName
{
background-color: #357CE3;
}
.BgClassName
{
background-color: #357CE3;
}
</style>
border-color css
<style>
span { border-color: #357CE3; }
span { border-color: rgb(53,124,227); }
td.TdClassName
{
border-color: #357CE3;
}
.TagClassName
{
border-color: #357CE3;
}
</style>