Shades of Royal Blue #366ADB
Tints of Royal Blue #366ADB
RGB
CMYK
RGB Variations
Color information
#366ADB (or 0x366ADB) is known color: Royal Blue. HEX triplet: 36, 6A and DB. RGB value is (54,106,219). Sum of RGB (Red+Green+Blue) = 54+106+219=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #366ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ADB is #C99524. Grayscale: #666666. Windows color (decimal): -13210917 or 14379574. OLE color: 14379574.
HSL color Cylindrical-coordinate representation of color #366ADB: hue angle of 221.09º 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 #366ADB is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 106 | 219 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.14 |
| HSL | 221.09º | 0.7% | 0.54% | - |
| HSV(B) | 221.09º | 0.75% | 0.86% | - |
| XYZ | 19.46 | 16.21 | 69.12 | - |
| YUV | 103.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 219 | 0.75 | 0.52 | 0 | 0.14 | 221.09 | 0.7 | 0.54 |
| Hex | 36 | 6A | DB | 4B | 34 | 0 | E | DD | 46 | 36 |
| Octal | 66 | 152 | 333 | 113 | 64 | 0 | 16 | 335 | 106 | 66 |
| Binary | 110110 | 1101010 | 11011011 | 1001011 | 110100 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #366ADB
Complementary color
Monochromatic Colors of #366ADB
Black with #366ADB
Text Example
Text Example
White with #366ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ADB; }
p { color: rgb(54,106,219); }
H1.HeaderClassName
{
color: #366ADB;
}
.AnyTagClassName
{
color: #366ADB;
}
</style>
background-color css
<style>
a { background-color: #366ADB; }
a { background-color: rgb(54,106,219); }
div.DivClassName
{
background-color: #366ADB;
}
.BgClassName
{
background-color: #366ADB;
}
</style>
border-color css
<style>
span { border-color: #366ADB; }
span { border-color: rgb(54,106,219); }
td.TdClassName
{
border-color: #366ADB;
}
.TagClassName
{
border-color: #366ADB;
}
</style>