Shades of Royal Blue #357CDB
Tints of Royal Blue #357CDB
RGB
CMYK
RGB Variations
Color information
#357CDB (or 0x357CDB) is known color: Royal Blue. HEX triplet: 35, 7C and DB. RGB value is (53,124,219). Sum of RGB (Red+Green+Blue) = 53+124+219=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #357CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CDB is #CA8324. Grayscale: #717171. Windows color (decimal): -13271845 or 14384181. OLE color: 14384181.
HSL color Cylindrical-coordinate representation of color #357CDB: hue angle of 214.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CDB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 124 | 219 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.14 |
| HSL | 214.34º | 0.7% | 0.53% | - |
| HSV(B) | 214.34º | 0.76% | 0.86% | - |
| XYZ | 21.46 | 20.29 | 69.8 | - |
| YUV | 113.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 219 | 0.76 | 0.43 | 0 | 0.14 | 214.34 | 0.7 | 0.53 |
| Hex | 35 | 7C | DB | 4C | 2B | 0 | E | D6 | 46 | 35 |
| Octal | 65 | 174 | 333 | 114 | 53 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110101 | 1111100 | 11011011 | 1001100 | 101011 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #357CDB
Complementary color
Monochromatic Colors of #357CDB
Black with #357CDB
Text Example
Text Example
White with #357CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357CDB; }
p { color: rgb(53,124,219); }
H1.HeaderClassName
{
color: #357CDB;
}
.AnyTagClassName
{
color: #357CDB;
}
</style>
background-color css
<style>
a { background-color: #357CDB; }
a { background-color: rgb(53,124,219); }
div.DivClassName
{
background-color: #357CDB;
}
.BgClassName
{
background-color: #357CDB;
}
</style>
border-color css
<style>
span { border-color: #357CDB; }
span { border-color: rgb(53,124,219); }
td.TdClassName
{
border-color: #357CDB;
}
.TagClassName
{
border-color: #357CDB;
}
</style>