Shades of Royal Blue #366BE5
Tints of Royal Blue #366BE5
RGB
CMYK
RGB Variations
Color information
#366BE5 (or 0x366BE5) is known color: Royal Blue. HEX triplet: 36, 6B and E5. RGB value is (54,107,229). Sum of RGB (Red+Green+Blue) = 54+107+229=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #366BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BE5 is #C9941A. Grayscale: #686868. Windows color (decimal): -13210651 or 15035190. OLE color: 15035190.
HSL color Cylindrical-coordinate representation of color #366BE5: hue angle of 221.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366BE5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 107 | 229 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.10 |
| HSL | 221.83º | 0.77% | 0.55% | - |
| HSV(B) | 221.83º | 0.76% | 0.9% | - |
| XYZ | 20.92 | 16.96 | 76.3 | - |
| YUV | 105.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 229 | 0.76 | 0.53 | 0 | 0.10 | 221.83 | 0.77 | 0.55 |
| Hex | 36 | 6B | E5 | 4C | 35 | 0 | A | DE | 4D | 37 |
| Octal | 66 | 153 | 345 | 114 | 65 | 0 | 12 | 336 | 115 | 67 |
| Binary | 110110 | 1101011 | 11100101 | 1001100 | 110101 | 0 | 1010 | 11011110 | 1001101 | 110111 |
Color Harmonies of #366BE5
Complementary color
Monochromatic Colors of #366BE5
Black with #366BE5
Text Example
Text Example
White with #366BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BE5; }
p { color: rgb(54,107,229); }
H1.HeaderClassName
{
color: #366BE5;
}
.AnyTagClassName
{
color: #366BE5;
}
</style>
background-color css
<style>
a { background-color: #366BE5; }
a { background-color: rgb(54,107,229); }
div.DivClassName
{
background-color: #366BE5;
}
.BgClassName
{
background-color: #366BE5;
}
</style>
border-color css
<style>
span { border-color: #366BE5; }
span { border-color: rgb(54,107,229); }
td.TdClassName
{
border-color: #366BE5;
}
.TagClassName
{
border-color: #366BE5;
}
</style>