Shades of Royal Blue #365ADB
Tints of Royal Blue #365ADB
RGB
CMYK
RGB Variations
Color information
#365ADB (or 0x365ADB) is known color: Royal Blue. HEX triplet: 36, 5A and DB. RGB value is (54,90,219). Sum of RGB (Red+Green+Blue) = 54+90+219=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #365ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ADB is #C9A524. Grayscale: #5D5D5D. Windows color (decimal): -13215013 or 14375478. OLE color: 14375478.
HSL color Cylindrical-coordinate representation of color #365ADB: hue angle of 226.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365ADB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 90 | 219 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.14 |
| HSL | 226.91º | 0.7% | 0.54% | - |
| HSV(B) | 226.91º | 0.75% | 0.86% | - |
| XYZ | 17.96 | 13.21 | 68.62 | - |
| YUV | 93.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 219 | 0.75 | 0.59 | 0 | 0.14 | 226.91 | 0.7 | 0.54 |
| Hex | 36 | 5A | DB | 4B | 3B | 0 | E | E3 | 46 | 36 |
| Octal | 66 | 132 | 333 | 113 | 73 | 0 | 16 | 343 | 106 | 66 |
| Binary | 110110 | 1011010 | 11011011 | 1001011 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #365ADB
Complementary color
Monochromatic Colors of #365ADB
Black with #365ADB
Text Example
Text Example
White with #365ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365ADB; }
p { color: rgb(54,90,219); }
H1.HeaderClassName
{
color: #365ADB;
}
.AnyTagClassName
{
color: #365ADB;
}
</style>
background-color css
<style>
a { background-color: #365ADB; }
a { background-color: rgb(54,90,219); }
div.DivClassName
{
background-color: #365ADB;
}
.BgClassName
{
background-color: #365ADB;
}
</style>
border-color css
<style>
span { border-color: #365ADB; }
span { border-color: rgb(54,90,219); }
td.TdClassName
{
border-color: #365ADB;
}
.TagClassName
{
border-color: #365ADB;
}
</style>