Shades of Royal Blue #357BDB
Tints of Royal Blue #357BDB
RGB
CMYK
RGB Variations
Color information
#357BDB (or 0x357BDB) is known color: Royal Blue. HEX triplet: 35, 7B and DB. RGB value is (53,123,219). Sum of RGB (Red+Green+Blue) = 53+123+219=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #357BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDB is #CA8424. Grayscale: #707070. Windows color (decimal): -13272101 or 14383925. OLE color: 14383925.
HSL color Cylindrical-coordinate representation of color #357BDB: hue angle of 214.7º 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 #357BDB is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 123 | 219 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.14 |
| HSL | 214.7º | 0.7% | 0.53% | - |
| HSV(B) | 214.7º | 0.76% | 0.86% | - |
| XYZ | 21.34 | 20.04 | 69.76 | - |
| YUV | 113.01 | 187.81 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 219 | 0.76 | 0.44 | 0 | 0.14 | 214.7 | 0.7 | 0.53 |
| Hex | 35 | 7B | DB | 4C | 2C | 0 | E | D7 | 46 | 35 |
| Octal | 65 | 173 | 333 | 114 | 54 | 0 | 16 | 327 | 106 | 65 |
| Binary | 110101 | 1111011 | 11011011 | 1001100 | 101100 | 0 | 1110 | 11010111 | 1000110 | 110101 |
Color Harmonies of #357BDB
Complementary color
Monochromatic Colors of #357BDB
Black with #357BDB
Text Example
Text Example
White with #357BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BDB; }
p { color: rgb(53,123,219); }
H1.HeaderClassName
{
color: #357BDB;
}
.AnyTagClassName
{
color: #357BDB;
}
</style>
background-color css
<style>
a { background-color: #357BDB; }
a { background-color: rgb(53,123,219); }
div.DivClassName
{
background-color: #357BDB;
}
.BgClassName
{
background-color: #357BDB;
}
</style>
border-color css
<style>
span { border-color: #357BDB; }
span { border-color: rgb(53,123,219); }
td.TdClassName
{
border-color: #357BDB;
}
.TagClassName
{
border-color: #357BDB;
}
</style>