Shades of Royal Blue #366ADA
Tints of Royal Blue #366ADA
RGB
CMYK
RGB Variations
Color information
#366ADA (or 0x366ADA) is known color: Royal Blue. HEX triplet: 36, 6A and DA. RGB value is (54,106,218). Sum of RGB (Red+Green+Blue) = 54+106+218=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #366ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ADA is #C99525. Grayscale: #666666. Windows color (decimal): -13210918 or 14314038. OLE color: 14314038.
HSL color Cylindrical-coordinate representation of color #366ADA: hue angle of 220.98º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366ADA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 106 | 218 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.15 |
| HSL | 220.98º | 0.69% | 0.53% | - |
| HSV(B) | 220.98º | 0.75% | 0.85% | - |
| XYZ | 19.33 | 16.15 | 68.43 | - |
| YUV | 103.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 218 | 0.75 | 0.51 | 0 | 0.15 | 220.98 | 0.69 | 0.53 |
| Hex | 36 | 6A | DA | 4B | 33 | 0 | F | DD | 45 | 35 |
| Octal | 66 | 152 | 332 | 113 | 63 | 0 | 17 | 335 | 105 | 65 |
| Binary | 110110 | 1101010 | 11011010 | 1001011 | 110011 | 0 | 1111 | 11011101 | 1000101 | 110101 |
Color Harmonies of #366ADA
Complementary color
Monochromatic Colors of #366ADA
Black with #366ADA
Text Example
Text Example
White with #366ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ADA; }
p { color: rgb(54,106,218); }
H1.HeaderClassName
{
color: #366ADA;
}
.AnyTagClassName
{
color: #366ADA;
}
</style>
background-color css
<style>
a { background-color: #366ADA; }
a { background-color: rgb(54,106,218); }
div.DivClassName
{
background-color: #366ADA;
}
.BgClassName
{
background-color: #366ADA;
}
</style>
border-color css
<style>
span { border-color: #366ADA; }
span { border-color: rgb(54,106,218); }
td.TdClassName
{
border-color: #366ADA;
}
.TagClassName
{
border-color: #366ADA;
}
</style>