Shades of Royal Blue #366ADE
Tints of Royal Blue #366ADE
RGB
CMYK
RGB Variations
Color information
#366ADE (or 0x366ADE) is known color: Royal Blue. HEX triplet: 36, 6A and DE. RGB value is (54,106,222). Sum of RGB (Red+Green+Blue) = 54+106+222=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #366ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ADE is #C99521. Grayscale: #676767. Windows color (decimal): -13210914 or 14576182. OLE color: 14576182.
HSL color Cylindrical-coordinate representation of color #366ADE: hue angle of 221.43º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366ADE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 106 | 222 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.13 |
| HSL | 221.43º | 0.72% | 0.54% | - |
| HSV(B) | 221.43º | 0.76% | 0.87% | - |
| XYZ | 19.86 | 16.37 | 71.22 | - |
| YUV | 103.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 222 | 0.76 | 0.52 | 0 | 0.13 | 221.43 | 0.72 | 0.54 |
| Hex | 36 | 6A | DE | 4C | 34 | 0 | D | DD | 48 | 36 |
| Octal | 66 | 152 | 336 | 114 | 64 | 0 | 15 | 335 | 110 | 66 |
| Binary | 110110 | 1101010 | 11011110 | 1001100 | 110100 | 0 | 1101 | 11011101 | 1001000 | 110110 |
Color Harmonies of #366ADE
Complementary color
Monochromatic Colors of #366ADE
Black with #366ADE
Text Example
Text Example
White with #366ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ADE; }
p { color: rgb(54,106,222); }
H1.HeaderClassName
{
color: #366ADE;
}
.AnyTagClassName
{
color: #366ADE;
}
</style>
background-color css
<style>
a { background-color: #366ADE; }
a { background-color: rgb(54,106,222); }
div.DivClassName
{
background-color: #366ADE;
}
.BgClassName
{
background-color: #366ADE;
}
</style>
border-color css
<style>
span { border-color: #366ADE; }
span { border-color: rgb(54,106,222); }
td.TdClassName
{
border-color: #366ADE;
}
.TagClassName
{
border-color: #366ADE;
}
</style>