Shades of Royal Blue #355FDB
Tints of Royal Blue #355FDB
RGB
CMYK
RGB Variations
Color information
#355FDB (or 0x355FDB) is known color: Royal Blue. HEX triplet: 35, 5F and DB. RGB value is (53,95,219). Sum of RGB (Red+Green+Blue) = 53+95+219=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #355FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FDB is #CAA024. Grayscale: #606060. Windows color (decimal): -13279269 or 14376757. OLE color: 14376757.
HSL color Cylindrical-coordinate representation of color #355FDB: hue angle of 224.82º 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 #355FDB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 95 | 219 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.14 |
| HSL | 224.82º | 0.7% | 0.53% | - |
| HSV(B) | 224.82º | 0.76% | 0.86% | - |
| XYZ | 18.35 | 14.06 | 68.76 | - |
| YUV | 96.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 219 | 0.76 | 0.57 | 0 | 0.14 | 224.82 | 0.7 | 0.53 |
| Hex | 35 | 5F | DB | 4C | 39 | 0 | E | E1 | 46 | 35 |
| Octal | 65 | 137 | 333 | 114 | 71 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110101 | 1011111 | 11011011 | 1001100 | 111001 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #355FDB
Complementary color
Monochromatic Colors of #355FDB
Black with #355FDB
Text Example
Text Example
White with #355FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FDB; }
p { color: rgb(53,95,219); }
H1.HeaderClassName
{
color: #355FDB;
}
.AnyTagClassName
{
color: #355FDB;
}
</style>
background-color css
<style>
a { background-color: #355FDB; }
a { background-color: rgb(53,95,219); }
div.DivClassName
{
background-color: #355FDB;
}
.BgClassName
{
background-color: #355FDB;
}
</style>
border-color css
<style>
span { border-color: #355FDB; }
span { border-color: rgb(53,95,219); }
td.TdClassName
{
border-color: #355FDB;
}
.TagClassName
{
border-color: #355FDB;
}
</style>