Shades of Royal Blue #366ACE
Tints of Royal Blue #366ACE
RGB
CMYK
RGB Variations
Color information
#366ACE (or 0x366ACE) is known color: Royal Blue. HEX triplet: 36, 6A and CE. RGB value is (54,106,206). Sum of RGB (Red+Green+Blue) = 54+106+206=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #366ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ACE is #C99531. Grayscale: #656565. Windows color (decimal): -13210930 or 13527606. OLE color: 13527606.
HSL color Cylindrical-coordinate representation of color #366ACE: hue angle of 219.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366ACE is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 106 | 206 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.19 |
| HSL | 219.47º | 0.61% | 0.51% | - |
| HSV(B) | 219.47º | 0.74% | 0.81% | - |
| XYZ | 17.82 | 15.55 | 60.45 | - |
| YUV | 101.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 206 | 0.74 | 0.49 | 0 | 0.19 | 219.47 | 0.61 | 0.51 |
| Hex | 36 | 6A | CE | 4A | 31 | 0 | 13 | DB | 3D | 33 |
| Octal | 66 | 152 | 316 | 112 | 61 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110110 | 1101010 | 11001110 | 1001010 | 110001 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #366ACE
Complementary color
Monochromatic Colors of #366ACE
Black with #366ACE
Text Example
Text Example
White with #366ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366ACE; }
p { color: rgb(54,106,206); }
H1.HeaderClassName
{
color: #366ACE;
}
.AnyTagClassName
{
color: #366ACE;
}
</style>
background-color css
<style>
a { background-color: #366ACE; }
a { background-color: rgb(54,106,206); }
div.DivClassName
{
background-color: #366ACE;
}
.BgClassName
{
background-color: #366ACE;
}
</style>
border-color css
<style>
span { border-color: #366ACE; }
span { border-color: rgb(54,106,206); }
td.TdClassName
{
border-color: #366ACE;
}
.TagClassName
{
border-color: #366ACE;
}
</style>