Shades of Astral #366889
Tints of Astral #366889
RGB
CMYK
RGB Variations
Color information
#366889 (or 0x366889) is known color: Astral. HEX triplet: 36, 68 and 89. RGB value is (54,104,137). Sum of RGB (Red+Green+Blue) = 54+104+137=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #366889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366889 is #C99776. Grayscale: #5C5C5C. Windows color (decimal): -13211511 or 9005110. OLE color: 9005110.
HSL color Cylindrical-coordinate representation of color #366889: hue angle of 203.86º 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 #366889 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 104 | 137 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.46 |
| HSL | 203.86º | 0.43% | 0.37% | - |
| HSV(B) | 203.86º | 0.61% | 0.54% | - |
| XYZ | 10.99 | 12.49 | 25.5 | - |
| YUV | 92.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 137 | 0.61 | 0.24 | 0 | 0.46 | 203.86 | 0.43 | 0.37 |
| Hex | 36 | 68 | 89 | 3D | 18 | 0 | 2E | CC | 2B | 25 |
| Octal | 66 | 150 | 211 | 75 | 30 | 0 | 56 | 314 | 53 | 45 |
| Binary | 110110 | 1101000 | 10001001 | 111101 | 11000 | 0 | 101110 | 11001100 | 101011 | 100101 |
Color Harmonies of #366889
Complementary color
Monochromatic Colors of #366889
Black with #366889
Text Example
Text Example
White with #366889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366889; }
p { color: rgb(54,104,137); }
H1.HeaderClassName
{
color: #366889;
}
.AnyTagClassName
{
color: #366889;
}
</style>
background-color css
<style>
a { background-color: #366889; }
a { background-color: rgb(54,104,137); }
div.DivClassName
{
background-color: #366889;
}
.BgClassName
{
background-color: #366889;
}
</style>
border-color css
<style>
span { border-color: #366889; }
span { border-color: rgb(54,104,137); }
td.TdClassName
{
border-color: #366889;
}
.TagClassName
{
border-color: #366889;
}
</style>