Shades of Royal Blue #366CE5
Tints of Royal Blue #366CE5
RGB
CMYK
RGB Variations
Color information
#366CE5 (or 0x366CE5) is known color: Royal Blue. HEX triplet: 36, 6C and E5. RGB value is (54,108,229). Sum of RGB (Red+Green+Blue) = 54+108+229=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #366CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CE5 is #C9931A. Grayscale: #696969. Windows color (decimal): -13210395 or 15035446. OLE color: 15035446.
HSL color Cylindrical-coordinate representation of color #366CE5: hue angle of 221.49º 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 #366CE5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 108 | 229 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.10 |
| HSL | 221.49º | 0.77% | 0.55% | - |
| HSV(B) | 221.49º | 0.76% | 0.9% | - |
| XYZ | 21.03 | 17.17 | 76.33 | - |
| YUV | 105.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 229 | 0.76 | 0.53 | 0 | 0.10 | 221.49 | 0.77 | 0.55 |
| Hex | 36 | 6C | E5 | 4C | 35 | 0 | A | DD | 4D | 37 |
| Octal | 66 | 154 | 345 | 114 | 65 | 0 | 12 | 335 | 115 | 67 |
| Binary | 110110 | 1101100 | 11100101 | 1001100 | 110101 | 0 | 1010 | 11011101 | 1001101 | 110111 |
Color Harmonies of #366CE5
Complementary color
Monochromatic Colors of #366CE5
Black with #366CE5
Text Example
Text Example
White with #366CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CE5; }
p { color: rgb(54,108,229); }
H1.HeaderClassName
{
color: #366CE5;
}
.AnyTagClassName
{
color: #366CE5;
}
</style>
background-color css
<style>
a { background-color: #366CE5; }
a { background-color: rgb(54,108,229); }
div.DivClassName
{
background-color: #366CE5;
}
.BgClassName
{
background-color: #366CE5;
}
</style>
border-color css
<style>
span { border-color: #366CE5; }
span { border-color: rgb(54,108,229); }
td.TdClassName
{
border-color: #366CE5;
}
.TagClassName
{
border-color: #366CE5;
}
</style>