Shades of Royal Blue #357BE3
Tints of Royal Blue #357BE3
RGB
CMYK
RGB Variations
Color information
#357BE3 (or 0x357BE3) is known color: Royal Blue. HEX triplet: 35, 7B and E3. RGB value is (53,123,227). Sum of RGB (Red+Green+Blue) = 53+123+227=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #357BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BE3 is #CA841C. Grayscale: #717171. Windows color (decimal): -13272093 or 14908213. OLE color: 14908213.
HSL color Cylindrical-coordinate representation of color #357BE3: hue angle of 215.86º 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 #357BE3 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 123 | 227 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.11 |
| HSL | 215.86º | 0.76% | 0.55% | - |
| HSV(B) | 215.86º | 0.77% | 0.89% | - |
| XYZ | 22.42 | 20.47 | 75.44 | - |
| YUV | 113.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 227 | 0.77 | 0.46 | 0 | 0.11 | 215.86 | 0.76 | 0.55 |
| Hex | 35 | 7B | E3 | 4D | 2E | 0 | B | D8 | 4C | 37 |
| Octal | 65 | 173 | 343 | 115 | 56 | 0 | 13 | 330 | 114 | 67 |
| Binary | 110101 | 1111011 | 11100011 | 1001101 | 101110 | 0 | 1011 | 11011000 | 1001100 | 110111 |
Color Harmonies of #357BE3
Complementary color
Monochromatic Colors of #357BE3
Black with #357BE3
Text Example
Text Example
White with #357BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BE3; }
p { color: rgb(53,123,227); }
H1.HeaderClassName
{
color: #357BE3;
}
.AnyTagClassName
{
color: #357BE3;
}
</style>
background-color css
<style>
a { background-color: #357BE3; }
a { background-color: rgb(53,123,227); }
div.DivClassName
{
background-color: #357BE3;
}
.BgClassName
{
background-color: #357BE3;
}
</style>
border-color css
<style>
span { border-color: #357BE3; }
span { border-color: rgb(53,123,227); }
td.TdClassName
{
border-color: #357BE3;
}
.TagClassName
{
border-color: #357BE3;
}
</style>