Shades of Royal Blue #366FEC
Tints of Royal Blue #366FEC
RGB
CMYK
RGB Variations
Color information
#366FEC (or 0x366FEC) is known color: Royal Blue. HEX triplet: 36, 6F and EC. RGB value is (54,111,236). Sum of RGB (Red+Green+Blue) = 54+111+236=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #366FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366FEC is #C99013. Grayscale: #6B6B6B. Windows color (decimal): -13209620 or 15494966. OLE color: 15494966.
HSL color Cylindrical-coordinate representation of color #366FEC: hue angle of 221.21º 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 #366FEC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 111 | 236 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.07 |
| HSL | 221.21º | 0.83% | 0.57% | - |
| HSV(B) | 221.21º | 0.77% | 0.93% | - |
| XYZ | 22.35 | 18.21 | 81.69 | - |
| YUV | 108.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 236 | 0.77 | 0.53 | 0 | 0.07 | 221.21 | 0.83 | 0.57 |
| Hex | 36 | 6F | EC | 4D | 35 | 0 | 7 | DD | 53 | 39 |
| Octal | 66 | 157 | 354 | 115 | 65 | 0 | 7 | 335 | 123 | 71 |
| Binary | 110110 | 1101111 | 11101100 | 1001101 | 110101 | 0 | 111 | 11011101 | 1010011 | 111001 |
Color Harmonies of #366FEC
Complementary color
Monochromatic Colors of #366FEC
Black with #366FEC
Text Example
Text Example
White with #366FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FEC; }
p { color: rgb(54,111,236); }
H1.HeaderClassName
{
color: #366FEC;
}
.AnyTagClassName
{
color: #366FEC;
}
</style>
background-color css
<style>
a { background-color: #366FEC; }
a { background-color: rgb(54,111,236); }
div.DivClassName
{
background-color: #366FEC;
}
.BgClassName
{
background-color: #366FEC;
}
</style>
border-color css
<style>
span { border-color: #366FEC; }
span { border-color: rgb(54,111,236); }
td.TdClassName
{
border-color: #366FEC;
}
.TagClassName
{
border-color: #366FEC;
}
</style>