Shades of Astral #366989
Tints of Astral #366989
RGB
CMYK
RGB Variations
Color information
#366989 (or 0x366989) is known color: Astral. HEX triplet: 36, 69 and 89. RGB value is (54,105,137). Sum of RGB (Red+Green+Blue) = 54+105+137=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #366989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366989 is #C99676. Grayscale: #5D5D5D. Windows color (decimal): -13211255 or 9005366. OLE color: 9005366.
HSL color Cylindrical-coordinate representation of color #366989: hue angle of 203.13º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366989 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 105 | 137 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.46 |
| HSL | 203.13º | 0.43% | 0.37% | - |
| HSV(B) | 203.13º | 0.61% | 0.54% | - |
| XYZ | 11.09 | 12.69 | 25.53 | - |
| YUV | 93.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 137 | 0.61 | 0.23 | 0 | 0.46 | 203.13 | 0.43 | 0.37 |
| Hex | 36 | 69 | 89 | 3D | 17 | 0 | 2E | CB | 2B | 25 |
| Octal | 66 | 151 | 211 | 75 | 27 | 0 | 56 | 313 | 53 | 45 |
| Binary | 110110 | 1101001 | 10001001 | 111101 | 10111 | 0 | 101110 | 11001011 | 101011 | 100101 |
Color Harmonies of #366989
Complementary color
Monochromatic Colors of #366989
Black with #366989
Text Example
Text Example
White with #366989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366989; }
p { color: rgb(54,105,137); }
H1.HeaderClassName
{
color: #366989;
}
.AnyTagClassName
{
color: #366989;
}
</style>
background-color css
<style>
a { background-color: #366989; }
a { background-color: rgb(54,105,137); }
div.DivClassName
{
background-color: #366989;
}
.BgClassName
{
background-color: #366989;
}
</style>
border-color css
<style>
span { border-color: #366989; }
span { border-color: rgb(54,105,137); }
td.TdClassName
{
border-color: #366989;
}
.TagClassName
{
border-color: #366989;
}
</style>