Shades of Royal Blue #367FE4
Tints of Royal Blue #367FE4
RGB
CMYK
RGB Variations
Color information
#367FE4 (or 0x367FE4) is known color: Royal Blue. HEX triplet: 36, 7F and E4. RGB value is (54,127,228). Sum of RGB (Red+Green+Blue) = 54+127+228=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #367FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FE4 is #C9801B. Grayscale: #747474. Windows color (decimal): -13205532 or 14974774. OLE color: 14974774.
HSL color Cylindrical-coordinate representation of color #367FE4: hue angle of 214.83º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367FE4 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 127 | 228 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.11 |
| HSL | 214.83º | 0.76% | 0.55% | - |
| HSV(B) | 214.83º | 0.76% | 0.89% | - |
| XYZ | 23.11 | 21.56 | 76.34 | - |
| YUV | 116.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 228 | 0.76 | 0.44 | 0 | 0.11 | 214.83 | 0.76 | 0.55 |
| Hex | 36 | 7F | E4 | 4C | 2C | 0 | B | D7 | 4C | 37 |
| Octal | 66 | 177 | 344 | 114 | 54 | 0 | 13 | 327 | 114 | 67 |
| Binary | 110110 | 1111111 | 11100100 | 1001100 | 101100 | 0 | 1011 | 11010111 | 1001100 | 110111 |
Color Harmonies of #367FE4
Complementary color
Monochromatic Colors of #367FE4
Black with #367FE4
Text Example
Text Example
White with #367FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FE4; }
p { color: rgb(54,127,228); }
H1.HeaderClassName
{
color: #367FE4;
}
.AnyTagClassName
{
color: #367FE4;
}
</style>
background-color css
<style>
a { background-color: #367FE4; }
a { background-color: rgb(54,127,228); }
div.DivClassName
{
background-color: #367FE4;
}
.BgClassName
{
background-color: #367FE4;
}
</style>
border-color css
<style>
span { border-color: #367FE4; }
span { border-color: rgb(54,127,228); }
td.TdClassName
{
border-color: #367FE4;
}
.TagClassName
{
border-color: #367FE4;
}
</style>