Shades of Royal Blue #367CEA
Tints of Royal Blue #367CEA
RGB
CMYK
RGB Variations
Color information
#367CEA (or 0x367CEA) is known color: Royal Blue. HEX triplet: 36, 7C and EA. RGB value is (54,124,234). Sum of RGB (Red+Green+Blue) = 54+124+234=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #367CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367CEA is #C98315. Grayscale: #737373. Windows color (decimal): -13206294 or 15367222. OLE color: 15367222.
HSL color Cylindrical-coordinate representation of color #367CEA: hue angle of 216.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367CEA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 124 | 234 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.08 |
| HSL | 216.67º | 0.81% | 0.56% | - |
| HSV(B) | 216.67º | 0.77% | 0.92% | - |
| XYZ | 23.58 | 21.14 | 80.68 | - |
| YUV | 115.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 234 | 0.77 | 0.47 | 0 | 0.08 | 216.67 | 0.81 | 0.56 |
| Hex | 36 | 7C | EA | 4D | 2F | 0 | 8 | D9 | 51 | 38 |
| Octal | 66 | 174 | 352 | 115 | 57 | 0 | 10 | 331 | 121 | 70 |
| Binary | 110110 | 1111100 | 11101010 | 1001101 | 101111 | 0 | 1000 | 11011001 | 1010001 | 111000 |
Color Harmonies of #367CEA
Complementary color
Monochromatic Colors of #367CEA
Black with #367CEA
Text Example
Text Example
White with #367CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CEA; }
p { color: rgb(54,124,234); }
H1.HeaderClassName
{
color: #367CEA;
}
.AnyTagClassName
{
color: #367CEA;
}
</style>
background-color css
<style>
a { background-color: #367CEA; }
a { background-color: rgb(54,124,234); }
div.DivClassName
{
background-color: #367CEA;
}
.BgClassName
{
background-color: #367CEA;
}
</style>
border-color css
<style>
span { border-color: #367CEA; }
span { border-color: rgb(54,124,234); }
td.TdClassName
{
border-color: #367CEA;
}
.TagClassName
{
border-color: #367CEA;
}
</style>