Shades of Royal Blue #367EE5
Tints of Royal Blue #367EE5
RGB
CMYK
RGB Variations
Color information
#367EE5 (or 0x367EE5) is known color: Royal Blue. HEX triplet: 36, 7E and E5. RGB value is (54,126,229). Sum of RGB (Red+Green+Blue) = 54+126+229=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #367EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EE5 is #C9811A. Grayscale: #737373. Windows color (decimal): -13205787 or 15040054. OLE color: 15040054.
HSL color Cylindrical-coordinate representation of color #367EE5: hue angle of 215.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367EE5 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 126 | 229 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.10 |
| HSL | 215.31º | 0.77% | 0.55% | - |
| HSV(B) | 215.31º | 0.76% | 0.9% | - |
| XYZ | 23.13 | 21.36 | 77.03 | - |
| YUV | 116.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 229 | 0.76 | 0.45 | 0 | 0.10 | 215.31 | 0.77 | 0.55 |
| Hex | 36 | 7E | E5 | 4C | 2D | 0 | A | D7 | 4D | 37 |
| Octal | 66 | 176 | 345 | 114 | 55 | 0 | 12 | 327 | 115 | 67 |
| Binary | 110110 | 1111110 | 11100101 | 1001100 | 101101 | 0 | 1010 | 11010111 | 1001101 | 110111 |
Color Harmonies of #367EE5
Complementary color
Monochromatic Colors of #367EE5
Black with #367EE5
Text Example
Text Example
White with #367EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EE5; }
p { color: rgb(54,126,229); }
H1.HeaderClassName
{
color: #367EE5;
}
.AnyTagClassName
{
color: #367EE5;
}
</style>
background-color css
<style>
a { background-color: #367EE5; }
a { background-color: rgb(54,126,229); }
div.DivClassName
{
background-color: #367EE5;
}
.BgClassName
{
background-color: #367EE5;
}
</style>
border-color css
<style>
span { border-color: #367EE5; }
span { border-color: rgb(54,126,229); }
td.TdClassName
{
border-color: #367EE5;
}
.TagClassName
{
border-color: #367EE5;
}
</style>