Shades of Astral #366D89
Tints of Astral #366D89
RGB
CMYK
RGB Variations
Color information
#366D89 (or 0x366D89) is known color: Astral. HEX triplet: 36, 6D and 89. RGB value is (54,109,137). Sum of RGB (Red+Green+Blue) = 54+109+137=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #366D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D89 is #C99276. Grayscale: #5F5F5F. Windows color (decimal): -13210231 or 9006390. OLE color: 9006390.
HSL color Cylindrical-coordinate representation of color #366D89: hue angle of 200.24º 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 #366D89 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 109 | 137 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.46 |
| HSL | 200.24º | 0.43% | 0.37% | - |
| HSV(B) | 200.24º | 0.61% | 0.54% | - |
| XYZ | 11.51 | 13.53 | 25.67 | - |
| YUV | 95.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 137 | 0.61 | 0.20 | 0 | 0.46 | 200.24 | 0.43 | 0.37 |
| Hex | 36 | 6D | 89 | 3D | 14 | 0 | 2E | C8 | 2B | 25 |
| Octal | 66 | 155 | 211 | 75 | 24 | 0 | 56 | 310 | 53 | 45 |
| Binary | 110110 | 1101101 | 10001001 | 111101 | 10100 | 0 | 101110 | 11001000 | 101011 | 100101 |
Color Harmonies of #366D89
Complementary color
Monochromatic Colors of #366D89
Black with #366D89
Text Example
Text Example
White with #366D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D89; }
p { color: rgb(54,109,137); }
H1.HeaderClassName
{
color: #366D89;
}
.AnyTagClassName
{
color: #366D89;
}
</style>
background-color css
<style>
a { background-color: #366D89; }
a { background-color: rgb(54,109,137); }
div.DivClassName
{
background-color: #366D89;
}
.BgClassName
{
background-color: #366D89;
}
</style>
border-color css
<style>
span { border-color: #366D89; }
span { border-color: rgb(54,109,137); }
td.TdClassName
{
border-color: #366D89;
}
.TagClassName
{
border-color: #366D89;
}
</style>