Shades of Royal Blue #366BE9
Tints of Royal Blue #366BE9
RGB
CMYK
RGB Variations
Color information
#366BE9 (or 0x366BE9) is known color: Royal Blue. HEX triplet: 36, 6B and E9. RGB value is (54,107,233). Sum of RGB (Red+Green+Blue) = 54+107+233=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 233 (91.41% from 255 or 59.14% from 394); Max value from RGB is 233 - color contains mainly: blue. Hex color #366BE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BE9 is #C99416. Grayscale: #686868. Windows color (decimal): -13210647 or 15297334. OLE color: 15297334.
HSL color Cylindrical-coordinate representation of color #366BE9: hue angle of 222.23º degrees, saturation: 0.8, 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 #366BE9 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 107 | 233 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.09 |
| HSL | 222.23º | 0.8% | 0.56% | - |
| HSV(B) | 222.23º | 0.77% | 0.91% | - |
| XYZ | 21.49 | 17.18 | 79.27 | - |
| YUV | 105.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 233 | 0.77 | 0.54 | 0 | 0.09 | 222.23 | 0.8 | 0.56 |
| Hex | 36 | 6B | E9 | 4D | 36 | 0 | 9 | DE | 50 | 38 |
| Octal | 66 | 153 | 351 | 115 | 66 | 0 | 11 | 336 | 120 | 70 |
| Binary | 110110 | 1101011 | 11101001 | 1001101 | 110110 | 0 | 1001 | 11011110 | 1010000 | 111000 |
Color Harmonies of #366BE9
Complementary color
Monochromatic Colors of #366BE9
Black with #366BE9
Text Example
Text Example
White with #366BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BE9; }
p { color: rgb(54,107,233); }
H1.HeaderClassName
{
color: #366BE9;
}
.AnyTagClassName
{
color: #366BE9;
}
</style>
background-color css
<style>
a { background-color: #366BE9; }
a { background-color: rgb(54,107,233); }
div.DivClassName
{
background-color: #366BE9;
}
.BgClassName
{
background-color: #366BE9;
}
</style>
border-color css
<style>
span { border-color: #366BE9; }
span { border-color: rgb(54,107,233); }
td.TdClassName
{
border-color: #366BE9;
}
.TagClassName
{
border-color: #366BE9;
}
</style>