Shades of Royal Blue #366DE0
Tints of Royal Blue #366DE0
RGB
CMYK
RGB Variations
Color information
#366DE0 (or 0x366DE0) is known color: Royal Blue. HEX triplet: 36, 6D and E0. RGB value is (54,109,224). Sum of RGB (Red+Green+Blue) = 54+109+224=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #366DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DE0 is #C9921F. Grayscale: #696969. Windows color (decimal): -13210144 or 14708022. OLE color: 14708022.
HSL color Cylindrical-coordinate representation of color #366DE0: hue angle of 220.59º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366DE0 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 109 | 224 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.12 |
| HSL | 220.59º | 0.73% | 0.55% | - |
| HSV(B) | 220.59º | 0.76% | 0.88% | - |
| XYZ | 20.44 | 17.1 | 72.74 | - |
| YUV | 105.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 224 | 0.76 | 0.51 | 0 | 0.12 | 220.59 | 0.73 | 0.55 |
| Hex | 36 | 6D | E0 | 4C | 33 | 0 | C | DD | 49 | 37 |
| Octal | 66 | 155 | 340 | 114 | 63 | 0 | 14 | 335 | 111 | 67 |
| Binary | 110110 | 1101101 | 11100000 | 1001100 | 110011 | 0 | 1100 | 11011101 | 1001001 | 110111 |
Color Harmonies of #366DE0
Complementary color
Monochromatic Colors of #366DE0
Black with #366DE0
Text Example
Text Example
White with #366DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DE0; }
p { color: rgb(54,109,224); }
H1.HeaderClassName
{
color: #366DE0;
}
.AnyTagClassName
{
color: #366DE0;
}
</style>
background-color css
<style>
a { background-color: #366DE0; }
a { background-color: rgb(54,109,224); }
div.DivClassName
{
background-color: #366DE0;
}
.BgClassName
{
background-color: #366DE0;
}
</style>
border-color css
<style>
span { border-color: #366DE0; }
span { border-color: rgb(54,109,224); }
td.TdClassName
{
border-color: #366DE0;
}
.TagClassName
{
border-color: #366DE0;
}
</style>