Shades of Royal Blue #366EE3
Tints of Royal Blue #366EE3
RGB
CMYK
RGB Variations
Color information
#366EE3 (or 0x366EE3) is known color: Royal Blue. HEX triplet: 36, 6E and E3. RGB value is (54,110,227). Sum of RGB (Red+Green+Blue) = 54+110+227=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 227 (89.06% from 255 or 58.06% from 391); Max value from RGB is 227 - color contains mainly: blue. Hex color #366EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EE3 is #C9911C. Grayscale: #6A6A6A. Windows color (decimal): -13209885 or 14904886. OLE color: 14904886.
HSL color Cylindrical-coordinate representation of color #366EE3: hue angle of 220.58º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366EE3 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 110 | 227 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.11 |
| HSL | 220.58º | 0.76% | 0.55% | - |
| HSV(B) | 220.58º | 0.76% | 0.89% | - |
| XYZ | 20.96 | 17.48 | 74.94 | - |
| YUV | 106.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 227 | 0.76 | 0.52 | 0 | 0.11 | 220.58 | 0.76 | 0.55 |
| Hex | 36 | 6E | E3 | 4C | 34 | 0 | B | DD | 4C | 37 |
| Octal | 66 | 156 | 343 | 114 | 64 | 0 | 13 | 335 | 114 | 67 |
| Binary | 110110 | 1101110 | 11100011 | 1001100 | 110100 | 0 | 1011 | 11011101 | 1001100 | 110111 |
Color Harmonies of #366EE3
Complementary color
Monochromatic Colors of #366EE3
Black with #366EE3
Text Example
Text Example
White with #366EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EE3; }
p { color: rgb(54,110,227); }
H1.HeaderClassName
{
color: #366EE3;
}
.AnyTagClassName
{
color: #366EE3;
}
</style>
background-color css
<style>
a { background-color: #366EE3; }
a { background-color: rgb(54,110,227); }
div.DivClassName
{
background-color: #366EE3;
}
.BgClassName
{
background-color: #366EE3;
}
</style>
border-color css
<style>
span { border-color: #366EE3; }
span { border-color: rgb(54,110,227); }
td.TdClassName
{
border-color: #366EE3;
}
.TagClassName
{
border-color: #366EE3;
}
</style>