Shades of Royal Blue #367CDB
Tints of Royal Blue #367CDB
RGB
CMYK
RGB Variations
Color information
#367CDB (or 0x367CDB) is known color: Royal Blue. HEX triplet: 36, 7C and DB. RGB value is (54,124,219). Sum of RGB (Red+Green+Blue) = 54+124+219=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #367CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CDB is #C98324. Grayscale: #717171. Windows color (decimal): -13206309 or 14384182. OLE color: 14384182.
HSL color Cylindrical-coordinate representation of color #367CDB: hue angle of 214.55º 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 #367CDB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 124 | 219 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.14 |
| HSL | 214.55º | 0.7% | 0.54% | - |
| HSV(B) | 214.55º | 0.75% | 0.86% | - |
| XYZ | 21.52 | 20.31 | 69.8 | - |
| YUV | 113.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 219 | 0.75 | 0.43 | 0 | 0.14 | 214.55 | 0.7 | 0.54 |
| Hex | 36 | 7C | DB | 4B | 2B | 0 | E | D7 | 46 | 36 |
| Octal | 66 | 174 | 333 | 113 | 53 | 0 | 16 | 327 | 106 | 66 |
| Binary | 110110 | 1111100 | 11011011 | 1001011 | 101011 | 0 | 1110 | 11010111 | 1000110 | 110110 |
Color Harmonies of #367CDB
Complementary color
Monochromatic Colors of #367CDB
Black with #367CDB
Text Example
Text Example
White with #367CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CDB; }
p { color: rgb(54,124,219); }
H1.HeaderClassName
{
color: #367CDB;
}
.AnyTagClassName
{
color: #367CDB;
}
</style>
background-color css
<style>
a { background-color: #367CDB; }
a { background-color: rgb(54,124,219); }
div.DivClassName
{
background-color: #367CDB;
}
.BgClassName
{
background-color: #367CDB;
}
</style>
border-color css
<style>
span { border-color: #367CDB; }
span { border-color: rgb(54,124,219); }
td.TdClassName
{
border-color: #367CDB;
}
.TagClassName
{
border-color: #367CDB;
}
</style>