Shades of Astral #366E84
Tints of Astral #366E84
RGB
CMYK
RGB Variations
Color information
#366E84 (or 0x366E84) is known color: Astral. HEX triplet: 36, 6E and 84. RGB value is (54,110,132). Sum of RGB (Red+Green+Blue) = 54+110+132=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #366E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E84 is #C9917B. Grayscale: #5F5F5F. Windows color (decimal): -13209980 or 8678966. OLE color: 8678966.
HSL color Cylindrical-coordinate representation of color #366E84: hue angle of 196.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366E84 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 110 | 132 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.48 |
| HSL | 196.92º | 0.42% | 0.36% | - |
| HSV(B) | 196.92º | 0.59% | 0.52% | - |
| XYZ | 11.26 | 13.6 | 23.86 | - |
| YUV | 95.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 132 | 0.59 | 0.17 | 0 | 0.48 | 196.92 | 0.42 | 0.36 |
| Hex | 36 | 6E | 84 | 3B | 11 | 0 | 30 | C5 | 2A | 24 |
| Octal | 66 | 156 | 204 | 73 | 21 | 0 | 60 | 305 | 52 | 44 |
| Binary | 110110 | 1101110 | 10000100 | 111011 | 10001 | 0 | 110000 | 11000101 | 101010 | 100100 |
Color Harmonies of #366E84
Complementary color
Monochromatic Colors of #366E84
Black with #366E84
Text Example
Text Example
White with #366E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E84; }
p { color: rgb(54,110,132); }
H1.HeaderClassName
{
color: #366E84;
}
.AnyTagClassName
{
color: #366E84;
}
</style>
background-color css
<style>
a { background-color: #366E84; }
a { background-color: rgb(54,110,132); }
div.DivClassName
{
background-color: #366E84;
}
.BgClassName
{
background-color: #366E84;
}
</style>
border-color css
<style>
span { border-color: #366E84; }
span { border-color: rgb(54,110,132); }
td.TdClassName
{
border-color: #366E84;
}
.TagClassName
{
border-color: #366E84;
}
</style>