Shades of Royal Blue #366BE8
Tints of Royal Blue #366BE8
RGB
CMYK
RGB Variations
Color information
#366BE8 (or 0x366BE8) is known color: Royal Blue. HEX triplet: 36, 6B and E8. RGB value is (54,107,232). Sum of RGB (Red+Green+Blue) = 54+107+232=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #366BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BE8 is #C99417. Grayscale: #686868. Windows color (decimal): -13210648 or 15231798. OLE color: 15231798.
HSL color Cylindrical-coordinate representation of color #366BE8: hue angle of 222.13º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366BE8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 107 | 232 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.09 |
| HSL | 222.13º | 0.79% | 0.56% | - |
| HSV(B) | 222.13º | 0.77% | 0.91% | - |
| XYZ | 21.34 | 17.13 | 78.52 | - |
| YUV | 105.4 | 199.44 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 232 | 0.77 | 0.54 | 0 | 0.09 | 222.13 | 0.79 | 0.56 |
| Hex | 36 | 6B | E8 | 4D | 36 | 0 | 9 | DE | 4F | 38 |
| Octal | 66 | 153 | 350 | 115 | 66 | 0 | 11 | 336 | 117 | 70 |
| Binary | 110110 | 1101011 | 11101000 | 1001101 | 110110 | 0 | 1001 | 11011110 | 1001111 | 111000 |
Color Harmonies of #366BE8
Complementary color
Monochromatic Colors of #366BE8
Black with #366BE8
Text Example
Text Example
White with #366BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BE8; }
p { color: rgb(54,107,232); }
H1.HeaderClassName
{
color: #366BE8;
}
.AnyTagClassName
{
color: #366BE8;
}
</style>
background-color css
<style>
a { background-color: #366BE8; }
a { background-color: rgb(54,107,232); }
div.DivClassName
{
background-color: #366BE8;
}
.BgClassName
{
background-color: #366BE8;
}
</style>
border-color css
<style>
span { border-color: #366BE8; }
span { border-color: rgb(54,107,232); }
td.TdClassName
{
border-color: #366BE8;
}
.TagClassName
{
border-color: #366BE8;
}
</style>