Shades of Royal Blue #366ADD
Tints of Royal Blue #366ADD
RGB
CMYK
RGB Variations
Color information
#366ADD (or 0x366ADD) is known color: Royal Blue. HEX triplet: 36, 6A and DD. RGB value is (54,106,221). Sum of RGB (Red+Green+Blue) = 54+106+221=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #366ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ADD is #C99522. Grayscale: #676767. Windows color (decimal): -13210915 or 14510646. OLE color: 14510646.
HSL color Cylindrical-coordinate representation of color #366ADD: hue angle of 221.32º degrees, saturation: 0.71, 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 #366ADD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 106 | 221 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.13 |
| HSL | 221.32º | 0.71% | 0.54% | - |
| HSV(B) | 221.32º | 0.76% | 0.87% | - |
| XYZ | 19.73 | 16.31 | 70.52 | - |
| YUV | 103.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 221 | 0.76 | 0.52 | 0 | 0.13 | 221.32 | 0.71 | 0.54 |
| Hex | 36 | 6A | DD | 4C | 34 | 0 | D | DD | 47 | 36 |
| Octal | 66 | 152 | 335 | 114 | 64 | 0 | 15 | 335 | 107 | 66 |
| Binary | 110110 | 1101010 | 11011101 | 1001100 | 110100 | 0 | 1101 | 11011101 | 1000111 | 110110 |
Color Harmonies of #366ADD
Complementary color
Monochromatic Colors of #366ADD
Black with #366ADD
Text Example
Text Example
White with #366ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ADD; }
p { color: rgb(54,106,221); }
H1.HeaderClassName
{
color: #366ADD;
}
.AnyTagClassName
{
color: #366ADD;
}
</style>
background-color css
<style>
a { background-color: #366ADD; }
a { background-color: rgb(54,106,221); }
div.DivClassName
{
background-color: #366ADD;
}
.BgClassName
{
background-color: #366ADD;
}
</style>
border-color css
<style>
span { border-color: #366ADD; }
span { border-color: rgb(54,106,221); }
td.TdClassName
{
border-color: #366ADD;
}
.TagClassName
{
border-color: #366ADD;
}
</style>