Shades of Royal Blue #367CE1
Tints of Royal Blue #367CE1
RGB
CMYK
RGB Variations
Color information
#367CE1 (or 0x367CE1) is known color: Royal Blue. HEX triplet: 36, 7C and E1. RGB value is (54,124,225). Sum of RGB (Red+Green+Blue) = 54+124+225=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #367CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CE1 is #C9831E. Grayscale: #727272. Windows color (decimal): -13206303 or 14777398. OLE color: 14777398.
HSL color Cylindrical-coordinate representation of color #367CE1: hue angle of 215.44º degrees, saturation: 0.74, 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 #367CE1 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 124 | 225 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.12 |
| HSL | 215.44º | 0.74% | 0.55% | - |
| HSV(B) | 215.44º | 0.76% | 0.88% | - |
| XYZ | 22.32 | 20.64 | 74.04 | - |
| YUV | 114.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 225 | 0.76 | 0.45 | 0 | 0.12 | 215.44 | 0.74 | 0.55 |
| Hex | 36 | 7C | E1 | 4C | 2D | 0 | C | D7 | 4A | 37 |
| Octal | 66 | 174 | 341 | 114 | 55 | 0 | 14 | 327 | 112 | 67 |
| Binary | 110110 | 1111100 | 11100001 | 1001100 | 101101 | 0 | 1100 | 11010111 | 1001010 | 110111 |
Color Harmonies of #367CE1
Complementary color
Monochromatic Colors of #367CE1
Black with #367CE1
Text Example
Text Example
White with #367CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CE1; }
p { color: rgb(54,124,225); }
H1.HeaderClassName
{
color: #367CE1;
}
.AnyTagClassName
{
color: #367CE1;
}
</style>
background-color css
<style>
a { background-color: #367CE1; }
a { background-color: rgb(54,124,225); }
div.DivClassName
{
background-color: #367CE1;
}
.BgClassName
{
background-color: #367CE1;
}
</style>
border-color css
<style>
span { border-color: #367CE1; }
span { border-color: rgb(54,124,225); }
td.TdClassName
{
border-color: #367CE1;
}
.TagClassName
{
border-color: #367CE1;
}
</style>