Shades of Royal Blue #357BE0
Tints of Royal Blue #357BE0
RGB
CMYK
RGB Variations
Color information
#357BE0 (or 0x357BE0) is known color: Royal Blue. HEX triplet: 35, 7B and E0. RGB value is (53,123,224). Sum of RGB (Red+Green+Blue) = 53+123+224=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #357BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BE0 is #CA841F. Grayscale: #717171. Windows color (decimal): -13272096 or 14711605. OLE color: 14711605.
HSL color Cylindrical-coordinate representation of color #357BE0: hue angle of 215.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357BE0 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 123 | 224 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.12 |
| HSL | 215.44º | 0.73% | 0.54% | - |
| HSV(B) | 215.44º | 0.76% | 0.88% | - |
| XYZ | 22.01 | 20.3 | 73.28 | - |
| YUV | 113.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 224 | 0.76 | 0.45 | 0 | 0.12 | 215.44 | 0.73 | 0.54 |
| Hex | 35 | 7B | E0 | 4C | 2D | 0 | C | D7 | 49 | 36 |
| Octal | 65 | 173 | 340 | 114 | 55 | 0 | 14 | 327 | 111 | 66 |
| Binary | 110101 | 1111011 | 11100000 | 1001100 | 101101 | 0 | 1100 | 11010111 | 1001001 | 110110 |
Color Harmonies of #357BE0
Complementary color
Monochromatic Colors of #357BE0
Black with #357BE0
Text Example
Text Example
White with #357BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BE0; }
p { color: rgb(53,123,224); }
H1.HeaderClassName
{
color: #357BE0;
}
.AnyTagClassName
{
color: #357BE0;
}
</style>
background-color css
<style>
a { background-color: #357BE0; }
a { background-color: rgb(53,123,224); }
div.DivClassName
{
background-color: #357BE0;
}
.BgClassName
{
background-color: #357BE0;
}
</style>
border-color css
<style>
span { border-color: #357BE0; }
span { border-color: rgb(53,123,224); }
td.TdClassName
{
border-color: #357BE0;
}
.TagClassName
{
border-color: #357BE0;
}
</style>