Shades of Royal Blue #367EDE
Tints of Royal Blue #367EDE
RGB
CMYK
RGB Variations
Color information
#367EDE (or 0x367EDE) is known color: Royal Blue. HEX triplet: 36, 7E and DE. RGB value is (54,126,222). Sum of RGB (Red+Green+Blue) = 54+126+222=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #367EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EDE is #C98121. Grayscale: #727272. Windows color (decimal): -13205794 or 14581302. OLE color: 14581302.
HSL color Cylindrical-coordinate representation of color #367EDE: hue angle of 214.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367EDE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 126 | 222 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.13 |
| HSL | 214.29º | 0.72% | 0.54% | - |
| HSV(B) | 214.29º | 0.76% | 0.87% | - |
| XYZ | 22.17 | 20.98 | 71.99 | - |
| YUV | 115.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 222 | 0.76 | 0.43 | 0 | 0.13 | 214.29 | 0.72 | 0.54 |
| Hex | 36 | 7E | DE | 4C | 2B | 0 | D | D6 | 48 | 36 |
| Octal | 66 | 176 | 336 | 114 | 53 | 0 | 15 | 326 | 110 | 66 |
| Binary | 110110 | 1111110 | 11011110 | 1001100 | 101011 | 0 | 1101 | 11010110 | 1001000 | 110110 |
Color Harmonies of #367EDE
Complementary color
Monochromatic Colors of #367EDE
Black with #367EDE
Text Example
Text Example
White with #367EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EDE; }
p { color: rgb(54,126,222); }
H1.HeaderClassName
{
color: #367EDE;
}
.AnyTagClassName
{
color: #367EDE;
}
</style>
background-color css
<style>
a { background-color: #367EDE; }
a { background-color: rgb(54,126,222); }
div.DivClassName
{
background-color: #367EDE;
}
.BgClassName
{
background-color: #367EDE;
}
</style>
border-color css
<style>
span { border-color: #367EDE; }
span { border-color: rgb(54,126,222); }
td.TdClassName
{
border-color: #367EDE;
}
.TagClassName
{
border-color: #367EDE;
}
</style>