Shades of Royal Blue #367FDB
Tints of Royal Blue #367FDB
RGB
CMYK
RGB Variations
Color information
#367FDB (or 0x367FDB) is known color: Royal Blue. HEX triplet: 36, 7F and DB. RGB value is (54,127,219). Sum of RGB (Red+Green+Blue) = 54+127+219=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #367FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FDB is #C98024. Grayscale: #737373. Windows color (decimal): -13205541 or 14384950. OLE color: 14384950.
HSL color Cylindrical-coordinate representation of color #367FDB: hue angle of 213.45º 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 #367FDB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 127 | 219 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.14 |
| HSL | 213.45º | 0.7% | 0.54% | - |
| HSV(B) | 213.45º | 0.75% | 0.86% | - |
| XYZ | 21.9 | 21.08 | 69.93 | - |
| YUV | 115.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 219 | 0.75 | 0.42 | 0 | 0.14 | 213.45 | 0.7 | 0.54 |
| Hex | 36 | 7F | DB | 4B | 2A | 0 | E | D5 | 46 | 36 |
| Octal | 66 | 177 | 333 | 113 | 52 | 0 | 16 | 325 | 106 | 66 |
| Binary | 110110 | 1111111 | 11011011 | 1001011 | 101010 | 0 | 1110 | 11010101 | 1000110 | 110110 |
Color Harmonies of #367FDB
Complementary color
Monochromatic Colors of #367FDB
Black with #367FDB
Text Example
Text Example
White with #367FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FDB; }
p { color: rgb(54,127,219); }
H1.HeaderClassName
{
color: #367FDB;
}
.AnyTagClassName
{
color: #367FDB;
}
</style>
background-color css
<style>
a { background-color: #367FDB; }
a { background-color: rgb(54,127,219); }
div.DivClassName
{
background-color: #367FDB;
}
.BgClassName
{
background-color: #367FDB;
}
</style>
border-color css
<style>
span { border-color: #367FDB; }
span { border-color: rgb(54,127,219); }
td.TdClassName
{
border-color: #367FDB;
}
.TagClassName
{
border-color: #367FDB;
}
</style>