Shades of Royal Blue #357CDC
Tints of Royal Blue #357CDC
RGB
CMYK
RGB Variations
Color information
#357CDC (or 0x357CDC) is known color: Royal Blue. HEX triplet: 35, 7C and DC. RGB value is (53,124,220). Sum of RGB (Red+Green+Blue) = 53+124+220=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #357CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CDC is #CA8323. Grayscale: #717171. Windows color (decimal): -13271844 or 14449717. OLE color: 14449717.
HSL color Cylindrical-coordinate representation of color #357CDC: hue angle of 214.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CDC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 124 | 220 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.14 |
| HSL | 214.49º | 0.7% | 0.54% | - |
| HSV(B) | 214.49º | 0.76% | 0.86% | - |
| XYZ | 21.59 | 20.34 | 70.5 | - |
| YUV | 113.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 220 | 0.76 | 0.44 | 0 | 0.14 | 214.49 | 0.7 | 0.54 |
| Hex | 35 | 7C | DC | 4C | 2C | 0 | E | D6 | 46 | 36 |
| Octal | 65 | 174 | 334 | 114 | 54 | 0 | 16 | 326 | 106 | 66 |
| Binary | 110101 | 1111100 | 11011100 | 1001100 | 101100 | 0 | 1110 | 11010110 | 1000110 | 110110 |
Color Harmonies of #357CDC
Complementary color
Monochromatic Colors of #357CDC
Black with #357CDC
Text Example
Text Example
White with #357CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CDC; }
p { color: rgb(53,124,220); }
H1.HeaderClassName
{
color: #357CDC;
}
.AnyTagClassName
{
color: #357CDC;
}
</style>
background-color css
<style>
a { background-color: #357CDC; }
a { background-color: rgb(53,124,220); }
div.DivClassName
{
background-color: #357CDC;
}
.BgClassName
{
background-color: #357CDC;
}
</style>
border-color css
<style>
span { border-color: #357CDC; }
span { border-color: rgb(53,124,220); }
td.TdClassName
{
border-color: #357CDC;
}
.TagClassName
{
border-color: #357CDC;
}
</style>