Shades of Royal Blue #355CDB
Tints of Royal Blue #355CDB
RGB
CMYK
RGB Variations
Color information
#355CDB (or 0x355CDB) is known color: Royal Blue. HEX triplet: 35, 5C and DB. RGB value is (53,92,219). Sum of RGB (Red+Green+Blue) = 53+92+219=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #355CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CDB is #CAA324. Grayscale: #5E5E5E. Windows color (decimal): -13280037 or 14375989. OLE color: 14375989.
HSL color Cylindrical-coordinate representation of color #355CDB: hue angle of 225.9º 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 #355CDB is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 92 | 219 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.14 |
| HSL | 225.9º | 0.7% | 0.53% | - |
| HSV(B) | 225.9º | 0.76% | 0.86% | - |
| XYZ | 18.08 | 13.53 | 68.68 | - |
| YUV | 94.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 219 | 0.76 | 0.58 | 0 | 0.14 | 225.9 | 0.7 | 0.53 |
| Hex | 35 | 5C | DB | 4C | 3A | 0 | E | E2 | 46 | 35 |
| Octal | 65 | 134 | 333 | 114 | 72 | 0 | 16 | 342 | 106 | 65 |
| Binary | 110101 | 1011100 | 11011011 | 1001100 | 111010 | 0 | 1110 | 11100010 | 1000110 | 110101 |
Color Harmonies of #355CDB
Complementary color
Monochromatic Colors of #355CDB
Black with #355CDB
Text Example
Text Example
White with #355CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CDB; }
p { color: rgb(53,92,219); }
H1.HeaderClassName
{
color: #355CDB;
}
.AnyTagClassName
{
color: #355CDB;
}
</style>
background-color css
<style>
a { background-color: #355CDB; }
a { background-color: rgb(53,92,219); }
div.DivClassName
{
background-color: #355CDB;
}
.BgClassName
{
background-color: #355CDB;
}
</style>
border-color css
<style>
span { border-color: #355CDB; }
span { border-color: rgb(53,92,219); }
td.TdClassName
{
border-color: #355CDB;
}
.TagClassName
{
border-color: #355CDB;
}
</style>