Shades of Royal Blue #366EE6
Tints of Royal Blue #366EE6
RGB
CMYK
RGB Variations
Color information
#366EE6 (or 0x366EE6) is known color: Royal Blue. HEX triplet: 36, 6E and E6. RGB value is (54,110,230). Sum of RGB (Red+Green+Blue) = 54+110+230=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #366EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366EE6 is #C99119. Grayscale: #6A6A6A. Windows color (decimal): -13209882 or 15101494. OLE color: 15101494.
HSL color Cylindrical-coordinate representation of color #366EE6: hue angle of 220.91º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366EE6 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 110 | 230 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.10 |
| HSL | 220.91º | 0.78% | 0.56% | - |
| HSV(B) | 220.91º | 0.77% | 0.9% | - |
| XYZ | 21.38 | 17.65 | 77.14 | - |
| YUV | 106.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 230 | 0.77 | 0.52 | 0 | 0.10 | 220.91 | 0.78 | 0.56 |
| Hex | 36 | 6E | E6 | 4D | 34 | 0 | A | DD | 4E | 38 |
| Octal | 66 | 156 | 346 | 115 | 64 | 0 | 12 | 335 | 116 | 70 |
| Binary | 110110 | 1101110 | 11100110 | 1001101 | 110100 | 0 | 1010 | 11011101 | 1001110 | 111000 |
Color Harmonies of #366EE6
Complementary color
Monochromatic Colors of #366EE6
Black with #366EE6
Text Example
Text Example
White with #366EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EE6; }
p { color: rgb(54,110,230); }
H1.HeaderClassName
{
color: #366EE6;
}
.AnyTagClassName
{
color: #366EE6;
}
</style>
background-color css
<style>
a { background-color: #366EE6; }
a { background-color: rgb(54,110,230); }
div.DivClassName
{
background-color: #366EE6;
}
.BgClassName
{
background-color: #366EE6;
}
</style>
border-color css
<style>
span { border-color: #366EE6; }
span { border-color: rgb(54,110,230); }
td.TdClassName
{
border-color: #366EE6;
}
.TagClassName
{
border-color: #366EE6;
}
</style>