Shades of Royal Blue #367BEE
Tints of Royal Blue #367BEE
RGB
CMYK
RGB Variations
Color information
#367BEE (or 0x367BEE) is known color: Royal Blue. HEX triplet: 36, 7B and EE. RGB value is (54,123,238). Sum of RGB (Red+Green+Blue) = 54+123+238=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #367BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BEE is #C98411. Grayscale: #727272. Windows color (decimal): -13206546 or 15629110. OLE color: 15629110.
HSL color Cylindrical-coordinate representation of color #367BEE: hue angle of 217.5º 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 #367BEE is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 123 | 238 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.07 |
| HSL | 217.5º | 0.84% | 0.57% | - |
| HSV(B) | 217.5º | 0.77% | 0.93% | - |
| XYZ | 24.04 | 21.12 | 83.7 | - |
| YUV | 115.48 | 197.14 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 238 | 0.77 | 0.48 | 0 | 0.07 | 217.5 | 0.84 | 0.57 |
| Hex | 36 | 7B | EE | 4D | 30 | 0 | 7 | DA | 54 | 39 |
| Octal | 66 | 173 | 356 | 115 | 60 | 0 | 7 | 332 | 124 | 71 |
| Binary | 110110 | 1111011 | 11101110 | 1001101 | 110000 | 0 | 111 | 11011010 | 1010100 | 111001 |
Color Harmonies of #367BEE
Complementary color
Monochromatic Colors of #367BEE
Black with #367BEE
Text Example
Text Example
White with #367BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BEE; }
p { color: rgb(54,123,238); }
H1.HeaderClassName
{
color: #367BEE;
}
.AnyTagClassName
{
color: #367BEE;
}
</style>
background-color css
<style>
a { background-color: #367BEE; }
a { background-color: rgb(54,123,238); }
div.DivClassName
{
background-color: #367BEE;
}
.BgClassName
{
background-color: #367BEE;
}
</style>
border-color css
<style>
span { border-color: #367BEE; }
span { border-color: rgb(54,123,238); }
td.TdClassName
{
border-color: #367BEE;
}
.TagClassName
{
border-color: #367BEE;
}
</style>