Shades of Royal Blue #367BDE
Tints of Royal Blue #367BDE
RGB
CMYK
RGB Variations
Color information
#367BDE (or 0x367BDE) is known color: Royal Blue. HEX triplet: 36, 7B and DE. RGB value is (54,123,222). Sum of RGB (Red+Green+Blue) = 54+123+222=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #367BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BDE is #C98421. Grayscale: #717171. Windows color (decimal): -13206562 or 14580534. OLE color: 14580534.
HSL color Cylindrical-coordinate representation of color #367BDE: hue angle of 215.36º 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 #367BDE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 123 | 222 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.13 |
| HSL | 215.36º | 0.72% | 0.54% | - |
| HSV(B) | 215.36º | 0.76% | 0.87% | - |
| XYZ | 21.79 | 20.22 | 71.86 | - |
| YUV | 113.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 222 | 0.76 | 0.45 | 0 | 0.13 | 215.36 | 0.72 | 0.54 |
| Hex | 36 | 7B | DE | 4C | 2D | 0 | D | D7 | 48 | 36 |
| Octal | 66 | 173 | 336 | 114 | 55 | 0 | 15 | 327 | 110 | 66 |
| Binary | 110110 | 1111011 | 11011110 | 1001100 | 101101 | 0 | 1101 | 11010111 | 1001000 | 110110 |
Color Harmonies of #367BDE
Complementary color
Monochromatic Colors of #367BDE
Black with #367BDE
Text Example
Text Example
White with #367BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BDE; }
p { color: rgb(54,123,222); }
H1.HeaderClassName
{
color: #367BDE;
}
.AnyTagClassName
{
color: #367BDE;
}
</style>
background-color css
<style>
a { background-color: #367BDE; }
a { background-color: rgb(54,123,222); }
div.DivClassName
{
background-color: #367BDE;
}
.BgClassName
{
background-color: #367BDE;
}
</style>
border-color css
<style>
span { border-color: #367BDE; }
span { border-color: rgb(54,123,222); }
td.TdClassName
{
border-color: #367BDE;
}
.TagClassName
{
border-color: #367BDE;
}
</style>