Shades of Royal Blue #367FE0
Tints of Royal Blue #367FE0
RGB
CMYK
RGB Variations
Color information
#367FE0 (or 0x367FE0) is known color: Royal Blue. HEX triplet: 36, 7F and E0. RGB value is (54,127,224). Sum of RGB (Red+Green+Blue) = 54+127+224=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #367FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FE0 is #C9801F. Grayscale: #737373. Windows color (decimal): -13205536 or 14712630. OLE color: 14712630.
HSL color Cylindrical-coordinate representation of color #367FE0: hue angle of 214.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367FE0 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 127 | 224 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.12 |
| HSL | 214.24º | 0.73% | 0.55% | - |
| HSV(B) | 214.24º | 0.76% | 0.88% | - |
| XYZ | 22.57 | 21.34 | 73.45 | - |
| YUV | 116.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 224 | 0.76 | 0.43 | 0 | 0.12 | 214.24 | 0.73 | 0.55 |
| Hex | 36 | 7F | E0 | 4C | 2B | 0 | C | D6 | 49 | 37 |
| Octal | 66 | 177 | 340 | 114 | 53 | 0 | 14 | 326 | 111 | 67 |
| Binary | 110110 | 1111111 | 11100000 | 1001100 | 101011 | 0 | 1100 | 11010110 | 1001001 | 110111 |
Color Harmonies of #367FE0
Complementary color
Monochromatic Colors of #367FE0
Black with #367FE0
Text Example
Text Example
White with #367FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FE0; }
p { color: rgb(54,127,224); }
H1.HeaderClassName
{
color: #367FE0;
}
.AnyTagClassName
{
color: #367FE0;
}
</style>
background-color css
<style>
a { background-color: #367FE0; }
a { background-color: rgb(54,127,224); }
div.DivClassName
{
background-color: #367FE0;
}
.BgClassName
{
background-color: #367FE0;
}
</style>
border-color css
<style>
span { border-color: #367FE0; }
span { border-color: rgb(54,127,224); }
td.TdClassName
{
border-color: #367FE0;
}
.TagClassName
{
border-color: #367FE0;
}
</style>