Shades of Royal Blue #366BEC
Tints of Royal Blue #366BEC
RGB
CMYK
RGB Variations
Color information
#366BEC (or 0x366BEC) is known color: Royal Blue. HEX triplet: 36, 6B and EC. RGB value is (54,107,236). Sum of RGB (Red+Green+Blue) = 54+107+236=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #366BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BEC is #C99413. Grayscale: #696969. Windows color (decimal): -13210644 or 15493942. OLE color: 15493942.
HSL color Cylindrical-coordinate representation of color #366BEC: hue angle of 222.53º 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 #366BEC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 107 | 236 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.07 |
| HSL | 222.53º | 0.83% | 0.57% | - |
| HSV(B) | 222.53º | 0.77% | 0.93% | - |
| XYZ | 21.92 | 17.36 | 81.55 | - |
| YUV | 105.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 236 | 0.77 | 0.55 | 0 | 0.07 | 222.53 | 0.83 | 0.57 |
| Hex | 36 | 6B | EC | 4D | 37 | 0 | 7 | DF | 53 | 39 |
| Octal | 66 | 153 | 354 | 115 | 67 | 0 | 7 | 337 | 123 | 71 |
| Binary | 110110 | 1101011 | 11101100 | 1001101 | 110111 | 0 | 111 | 11011111 | 1010011 | 111001 |
Color Harmonies of #366BEC
Complementary color
Monochromatic Colors of #366BEC
Black with #366BEC
Text Example
Text Example
White with #366BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BEC; }
p { color: rgb(54,107,236); }
H1.HeaderClassName
{
color: #366BEC;
}
.AnyTagClassName
{
color: #366BEC;
}
</style>
background-color css
<style>
a { background-color: #366BEC; }
a { background-color: rgb(54,107,236); }
div.DivClassName
{
background-color: #366BEC;
}
.BgClassName
{
background-color: #366BEC;
}
</style>
border-color css
<style>
span { border-color: #366BEC; }
span { border-color: rgb(54,107,236); }
td.TdClassName
{
border-color: #366BEC;
}
.TagClassName
{
border-color: #366BEC;
}
</style>