Shades of Royal Blue #355ADB
Tints of Royal Blue #355ADB
RGB
CMYK
RGB Variations
Color information
#355ADB (or 0x355ADB) is known color: Royal Blue. HEX triplet: 35, 5A and DB. RGB value is (53,90,219). Sum of RGB (Red+Green+Blue) = 53+90+219=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #355ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ADB is #CAA524. Grayscale: #5D5D5D. Windows color (decimal): -13280549 or 14375477. OLE color: 14375477.
HSL color Cylindrical-coordinate representation of color #355ADB: hue angle of 226.63º 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 #355ADB is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 90 | 219 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.14 |
| HSL | 226.63º | 0.7% | 0.53% | - |
| HSV(B) | 226.63º | 0.76% | 0.86% | - |
| XYZ | 17.91 | 13.18 | 68.62 | - |
| YUV | 93.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 219 | 0.76 | 0.59 | 0 | 0.14 | 226.63 | 0.7 | 0.53 |
| Hex | 35 | 5A | DB | 4C | 3B | 0 | E | E3 | 46 | 35 |
| Octal | 65 | 132 | 333 | 114 | 73 | 0 | 16 | 343 | 106 | 65 |
| Binary | 110101 | 1011010 | 11011011 | 1001100 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110101 |
Color Harmonies of #355ADB
Complementary color
Monochromatic Colors of #355ADB
Black with #355ADB
Text Example
Text Example
White with #355ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ADB; }
p { color: rgb(53,90,219); }
H1.HeaderClassName
{
color: #355ADB;
}
.AnyTagClassName
{
color: #355ADB;
}
</style>
background-color css
<style>
a { background-color: #355ADB; }
a { background-color: rgb(53,90,219); }
div.DivClassName
{
background-color: #355ADB;
}
.BgClassName
{
background-color: #355ADB;
}
</style>
border-color css
<style>
span { border-color: #355ADB; }
span { border-color: rgb(53,90,219); }
td.TdClassName
{
border-color: #355ADB;
}
.TagClassName
{
border-color: #355ADB;
}
</style>