Shades of Royal Blue #366EEC
Tints of Royal Blue #366EEC
RGB
CMYK
RGB Variations
Color information
#366EEC (or 0x366EEC) is known color: Royal Blue. HEX triplet: 36, 6E and EC. RGB value is (54,110,236). Sum of RGB (Red+Green+Blue) = 54+110+236=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #366EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366EEC is #C99113. Grayscale: #6B6B6B. Windows color (decimal): -13209876 or 15494710. OLE color: 15494710.
HSL color Cylindrical-coordinate representation of color #366EEC: hue angle of 221.54º degrees, saturation: 0.83, 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 #366EEC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 110 | 236 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.07 |
| HSL | 221.54º | 0.83% | 0.57% | - |
| HSV(B) | 221.54º | 0.77% | 0.93% | - |
| XYZ | 22.24 | 17.99 | 81.66 | - |
| YUV | 107.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 236 | 0.77 | 0.53 | 0 | 0.07 | 221.54 | 0.83 | 0.57 |
| Hex | 36 | 6E | EC | 4D | 35 | 0 | 7 | DE | 53 | 39 |
| Octal | 66 | 156 | 354 | 115 | 65 | 0 | 7 | 336 | 123 | 71 |
| Binary | 110110 | 1101110 | 11101100 | 1001101 | 110101 | 0 | 111 | 11011110 | 1010011 | 111001 |
Color Harmonies of #366EEC
Complementary color
Monochromatic Colors of #366EEC
Black with #366EEC
Text Example
Text Example
White with #366EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EEC; }
p { color: rgb(54,110,236); }
H1.HeaderClassName
{
color: #366EEC;
}
.AnyTagClassName
{
color: #366EEC;
}
</style>
background-color css
<style>
a { background-color: #366EEC; }
a { background-color: rgb(54,110,236); }
div.DivClassName
{
background-color: #366EEC;
}
.BgClassName
{
background-color: #366EEC;
}
</style>
border-color css
<style>
span { border-color: #366EEC; }
span { border-color: rgb(54,110,236); }
td.TdClassName
{
border-color: #366EEC;
}
.TagClassName
{
border-color: #366EEC;
}
</style>