Shades of Royal Blue #367DDE
Tints of Royal Blue #367DDE
RGB
CMYK
RGB Variations
Color information
#367DDE (or 0x367DDE) is known color: Royal Blue. HEX triplet: 36, 7D and DE. RGB value is (54,125,222). Sum of RGB (Red+Green+Blue) = 54+125+222=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #367DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DDE is #C98221. Grayscale: #727272. Windows color (decimal): -13206050 or 14581046. OLE color: 14581046.
HSL color Cylindrical-coordinate representation of color #367DDE: hue angle of 214.64º 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 #367DDE is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 125 | 222 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.13 |
| HSL | 214.64º | 0.72% | 0.54% | - |
| HSV(B) | 214.64º | 0.76% | 0.87% | - |
| XYZ | 22.04 | 20.73 | 71.95 | - |
| YUV | 114.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 222 | 0.76 | 0.44 | 0 | 0.13 | 214.64 | 0.72 | 0.54 |
| Hex | 36 | 7D | DE | 4C | 2C | 0 | D | D7 | 48 | 36 |
| Octal | 66 | 175 | 336 | 114 | 54 | 0 | 15 | 327 | 110 | 66 |
| Binary | 110110 | 1111101 | 11011110 | 1001100 | 101100 | 0 | 1101 | 11010111 | 1001000 | 110110 |
Color Harmonies of #367DDE
Complementary color
Monochromatic Colors of #367DDE
Black with #367DDE
Text Example
Text Example
White with #367DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DDE; }
p { color: rgb(54,125,222); }
H1.HeaderClassName
{
color: #367DDE;
}
.AnyTagClassName
{
color: #367DDE;
}
</style>
background-color css
<style>
a { background-color: #367DDE; }
a { background-color: rgb(54,125,222); }
div.DivClassName
{
background-color: #367DDE;
}
.BgClassName
{
background-color: #367DDE;
}
</style>
border-color css
<style>
span { border-color: #367DDE; }
span { border-color: rgb(54,125,222); }
td.TdClassName
{
border-color: #367DDE;
}
.TagClassName
{
border-color: #367DDE;
}
</style>