Shades of Royal Blue #355EDB
Tints of Royal Blue #355EDB
RGB
CMYK
RGB Variations
Color information
#355EDB (or 0x355EDB) is known color: Royal Blue. HEX triplet: 35, 5E and DB. RGB value is (53,94,219). Sum of RGB (Red+Green+Blue) = 53+94+219=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #355EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EDB is #CAA124. Grayscale: #5F5F5F. Windows color (decimal): -13279525 or 14376501. OLE color: 14376501.
HSL color Cylindrical-coordinate representation of color #355EDB: hue angle of 225.18º 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 #355EDB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 94 | 219 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.14 |
| HSL | 225.18º | 0.7% | 0.53% | - |
| HSV(B) | 225.18º | 0.76% | 0.86% | - |
| XYZ | 18.26 | 13.88 | 68.73 | - |
| YUV | 95.99 | 197.42 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 219 | 0.76 | 0.57 | 0 | 0.14 | 225.18 | 0.7 | 0.53 |
| Hex | 35 | 5E | DB | 4C | 39 | 0 | E | E1 | 46 | 35 |
| Octal | 65 | 136 | 333 | 114 | 71 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110101 | 1011110 | 11011011 | 1001100 | 111001 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #355EDB
Complementary color
Monochromatic Colors of #355EDB
Black with #355EDB
Text Example
Text Example
White with #355EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EDB; }
p { color: rgb(53,94,219); }
H1.HeaderClassName
{
color: #355EDB;
}
.AnyTagClassName
{
color: #355EDB;
}
</style>
background-color css
<style>
a { background-color: #355EDB; }
a { background-color: rgb(53,94,219); }
div.DivClassName
{
background-color: #355EDB;
}
.BgClassName
{
background-color: #355EDB;
}
</style>
border-color css
<style>
span { border-color: #355EDB; }
span { border-color: rgb(53,94,219); }
td.TdClassName
{
border-color: #355EDB;
}
.TagClassName
{
border-color: #355EDB;
}
</style>