Shades of Royal Blue #367CEE
Tints of Royal Blue #367CEE
RGB
CMYK
RGB Variations
Color information
#367CEE (or 0x367CEE) is known color: Royal Blue. HEX triplet: 36, 7C and EE. RGB value is (54,124,238). Sum of RGB (Red+Green+Blue) = 54+124+238=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #367CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367CEE is #C98311. Grayscale: #737373. Windows color (decimal): -13206290 or 15629366. OLE color: 15629366.
HSL color Cylindrical-coordinate representation of color #367CEE: hue angle of 217.17º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367CEE is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 124 | 238 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.07 |
| HSL | 217.17º | 0.84% | 0.57% | - |
| HSV(B) | 217.17º | 0.77% | 0.93% | - |
| XYZ | 24.16 | 21.37 | 83.74 | - |
| YUV | 116.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 238 | 0.77 | 0.48 | 0 | 0.07 | 217.17 | 0.84 | 0.57 |
| Hex | 36 | 7C | EE | 4D | 30 | 0 | 7 | D9 | 54 | 39 |
| Octal | 66 | 174 | 356 | 115 | 60 | 0 | 7 | 331 | 124 | 71 |
| Binary | 110110 | 1111100 | 11101110 | 1001101 | 110000 | 0 | 111 | 11011001 | 1010100 | 111001 |
Color Harmonies of #367CEE
Complementary color
Monochromatic Colors of #367CEE
Black with #367CEE
Text Example
Text Example
White with #367CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CEE; }
p { color: rgb(54,124,238); }
H1.HeaderClassName
{
color: #367CEE;
}
.AnyTagClassName
{
color: #367CEE;
}
</style>
background-color css
<style>
a { background-color: #367CEE; }
a { background-color: rgb(54,124,238); }
div.DivClassName
{
background-color: #367CEE;
}
.BgClassName
{
background-color: #367CEE;
}
</style>
border-color css
<style>
span { border-color: #367CEE; }
span { border-color: rgb(54,124,238); }
td.TdClassName
{
border-color: #367CEE;
}
.TagClassName
{
border-color: #367CEE;
}
</style>