Shades of Royal Blue #367ADB
Tints of Royal Blue #367ADB
RGB
CMYK
RGB Variations
Color information
#367ADB (or 0x367ADB) is known color: Royal Blue. HEX triplet: 36, 7A and DB. RGB value is (54,122,219). Sum of RGB (Red+Green+Blue) = 54+122+219=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #367ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ADB is #C98524. Grayscale: #707070. Windows color (decimal): -13206821 or 14383670. OLE color: 14383670.
HSL color Cylindrical-coordinate representation of color #367ADB: hue angle of 215.27º 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 #367ADB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 122 | 219 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.14 |
| HSL | 215.27º | 0.7% | 0.54% | - |
| HSV(B) | 215.27º | 0.75% | 0.86% | - |
| XYZ | 21.27 | 19.82 | 69.72 | - |
| YUV | 112.73 | 187.97 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 219 | 0.75 | 0.44 | 0 | 0.14 | 215.27 | 0.7 | 0.54 |
| Hex | 36 | 7A | DB | 4B | 2C | 0 | E | D7 | 46 | 36 |
| Octal | 66 | 172 | 333 | 113 | 54 | 0 | 16 | 327 | 106 | 66 |
| Binary | 110110 | 1111010 | 11011011 | 1001011 | 101100 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #367ADB
Complementary color
Monochromatic Colors of #367ADB
Black with #367ADB
Text Example
Text Example
White with #367ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ADB; }
p { color: rgb(54,122,219); }
H1.HeaderClassName
{
color: #367ADB;
}
.AnyTagClassName
{
color: #367ADB;
}
</style>
background-color css
<style>
a { background-color: #367ADB; }
a { background-color: rgb(54,122,219); }
div.DivClassName
{
background-color: #367ADB;
}
.BgClassName
{
background-color: #367ADB;
}
</style>
border-color css
<style>
span { border-color: #367ADB; }
span { border-color: rgb(54,122,219); }
td.TdClassName
{
border-color: #367ADB;
}
.TagClassName
{
border-color: #367ADB;
}
</style>