Shades of Royal Blue #357CEA
Tints of Royal Blue #357CEA
RGB
CMYK
RGB Variations
Color information
#357CEA (or 0x357CEA) is known color: Royal Blue. HEX triplet: 35, 7C and EA. RGB value is (53,124,234). Sum of RGB (Red+Green+Blue) = 53+124+234=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #357CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CEA is #CA8315. Grayscale: #727272. Windows color (decimal): -13271830 or 15367221. OLE color: 15367221.
HSL color Cylindrical-coordinate representation of color #357CEA: hue angle of 216.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357CEA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 124 | 234 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.08 |
| HSL | 216.46º | 0.81% | 0.56% | - |
| HSV(B) | 216.46º | 0.77% | 0.92% | - |
| XYZ | 23.53 | 21.11 | 80.68 | - |
| YUV | 115.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 234 | 0.77 | 0.47 | 0 | 0.08 | 216.46 | 0.81 | 0.56 |
| Hex | 35 | 7C | EA | 4D | 2F | 0 | 8 | D8 | 51 | 38 |
| Octal | 65 | 174 | 352 | 115 | 57 | 0 | 10 | 330 | 121 | 70 |
| Binary | 110101 | 1111100 | 11101010 | 1001101 | 101111 | 0 | 1000 | 11011000 | 1010001 | 111000 |
Color Harmonies of #357CEA
Complementary color
Monochromatic Colors of #357CEA
Black with #357CEA
Text Example
Text Example
White with #357CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CEA; }
p { color: rgb(53,124,234); }
H1.HeaderClassName
{
color: #357CEA;
}
.AnyTagClassName
{
color: #357CEA;
}
</style>
background-color css
<style>
a { background-color: #357CEA; }
a { background-color: rgb(53,124,234); }
div.DivClassName
{
background-color: #357CEA;
}
.BgClassName
{
background-color: #357CEA;
}
</style>
border-color css
<style>
span { border-color: #357CEA; }
span { border-color: rgb(53,124,234); }
td.TdClassName
{
border-color: #357CEA;
}
.TagClassName
{
border-color: #357CEA;
}
</style>