Shades of Royal Blue #367FEF
Tints of Royal Blue #367FEF
RGB
CMYK
RGB Variations
Color information
#367FEF (or 0x367FEF) is known color: Royal Blue. HEX triplet: 36, 7F and EF. RGB value is (54,127,239). Sum of RGB (Red+Green+Blue) = 54+127+239=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #367FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367FEF is #C98010. Grayscale: #757575. Windows color (decimal): -13205521 or 15695670. OLE color: 15695670.
HSL color Cylindrical-coordinate representation of color #367FEF: hue angle of 216.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367FEF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 127 | 239 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.06 |
| HSL | 216.32º | 0.85% | 0.57% | - |
| HSV(B) | 216.32º | 0.77% | 0.94% | - |
| XYZ | 24.69 | 22.2 | 84.64 | - |
| YUV | 117.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 239 | 0.77 | 0.47 | 0 | 0.06 | 216.32 | 0.85 | 0.57 |
| Hex | 36 | 7F | EF | 4D | 2F | 0 | 6 | D8 | 55 | 39 |
| Octal | 66 | 177 | 357 | 115 | 57 | 0 | 6 | 330 | 125 | 71 |
| Binary | 110110 | 1111111 | 11101111 | 1001101 | 101111 | 0 | 110 | 11011000 | 1010101 | 111001 |
Color Harmonies of #367FEF
Complementary color
Monochromatic Colors of #367FEF
Black with #367FEF
Text Example
Text Example
White with #367FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FEF; }
p { color: rgb(54,127,239); }
H1.HeaderClassName
{
color: #367FEF;
}
.AnyTagClassName
{
color: #367FEF;
}
</style>
background-color css
<style>
a { background-color: #367FEF; }
a { background-color: rgb(54,127,239); }
div.DivClassName
{
background-color: #367FEF;
}
.BgClassName
{
background-color: #367FEF;
}
</style>
border-color css
<style>
span { border-color: #367FEF; }
span { border-color: rgb(54,127,239); }
td.TdClassName
{
border-color: #367FEF;
}
.TagClassName
{
border-color: #367FEF;
}
</style>