Shades of Royal Blue #357DDB
Tints of Royal Blue #357DDB
RGB
CMYK
RGB Variations
Color information
#357DDB (or 0x357DDB) is known color: Royal Blue. HEX triplet: 35, 7D and DB. RGB value is (53,125,219). Sum of RGB (Red+Green+Blue) = 53+125+219=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #357DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DDB is #CA8224. Grayscale: #717171. Windows color (decimal): -13271589 or 14384437. OLE color: 14384437.
HSL color Cylindrical-coordinate representation of color #357DDB: hue angle of 213.98º 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 #357DDB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 125 | 219 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.14 |
| HSL | 213.98º | 0.7% | 0.53% | - |
| HSV(B) | 213.98º | 0.76% | 0.86% | - |
| XYZ | 21.59 | 20.54 | 69.84 | - |
| YUV | 114.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 219 | 0.76 | 0.43 | 0 | 0.14 | 213.98 | 0.7 | 0.53 |
| Hex | 35 | 7D | DB | 4C | 2B | 0 | E | D6 | 46 | 35 |
| Octal | 65 | 175 | 333 | 114 | 53 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110101 | 1111101 | 11011011 | 1001100 | 101011 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #357DDB
Complementary color
Monochromatic Colors of #357DDB
Black with #357DDB
Text Example
Text Example
White with #357DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DDB; }
p { color: rgb(53,125,219); }
H1.HeaderClassName
{
color: #357DDB;
}
.AnyTagClassName
{
color: #357DDB;
}
</style>
background-color css
<style>
a { background-color: #357DDB; }
a { background-color: rgb(53,125,219); }
div.DivClassName
{
background-color: #357DDB;
}
.BgClassName
{
background-color: #357DDB;
}
</style>
border-color css
<style>
span { border-color: #357DDB; }
span { border-color: rgb(53,125,219); }
td.TdClassName
{
border-color: #357DDB;
}
.TagClassName
{
border-color: #357DDB;
}
</style>