Shades of Royal Blue #367FEA
Tints of Royal Blue #367FEA
RGB
CMYK
RGB Variations
Color information
#367FEA (or 0x367FEA) is known color: Royal Blue. HEX triplet: 36, 7F and EA. RGB value is (54,127,234). Sum of RGB (Red+Green+Blue) = 54+127+234=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #367FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367FEA is #C98015. Grayscale: #747474. Windows color (decimal): -13205526 or 15367990. OLE color: 15367990.
HSL color Cylindrical-coordinate representation of color #367FEA: hue angle of 215.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 #367FEA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 127 | 234 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.08 |
| HSL | 215.67º | 0.81% | 0.56% | - |
| HSV(B) | 215.67º | 0.77% | 0.92% | - |
| XYZ | 23.96 | 21.9 | 80.81 | - |
| YUV | 117.37 | 193.82 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 234 | 0.77 | 0.46 | 0 | 0.08 | 215.67 | 0.81 | 0.56 |
| Hex | 36 | 7F | EA | 4D | 2E | 0 | 8 | D8 | 51 | 38 |
| Octal | 66 | 177 | 352 | 115 | 56 | 0 | 10 | 330 | 121 | 70 |
| Binary | 110110 | 1111111 | 11101010 | 1001101 | 101110 | 0 | 1000 | 11011000 | 1010001 | 111000 |
Color Harmonies of #367FEA
Complementary color
Monochromatic Colors of #367FEA
Black with #367FEA
Text Example
Text Example
White with #367FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FEA; }
p { color: rgb(54,127,234); }
H1.HeaderClassName
{
color: #367FEA;
}
.AnyTagClassName
{
color: #367FEA;
}
</style>
background-color css
<style>
a { background-color: #367FEA; }
a { background-color: rgb(54,127,234); }
div.DivClassName
{
background-color: #367FEA;
}
.BgClassName
{
background-color: #367FEA;
}
</style>
border-color css
<style>
span { border-color: #367FEA; }
span { border-color: rgb(54,127,234); }
td.TdClassName
{
border-color: #367FEA;
}
.TagClassName
{
border-color: #367FEA;
}
</style>