Shades of Astral #2C6989
Tints of Astral #2C6989
RGB
CMYK
RGB Variations
Color information
#2C6989 (or 0x2C6989) is known color: Astral. HEX triplet: 2C, 69 and 89. RGB value is (44,105,137). Sum of RGB (Red+Green+Blue) = 44+105+137=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C6989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6989 is #D39676. Grayscale: #5A5A5A. Windows color (decimal): -13866615 or 9005356. OLE color: 9005356.
HSL color Cylindrical-coordinate representation of color #2C6989: hue angle of 200.65º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6989 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 105 | 137 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.46 |
| HSL | 200.65º | 0.51% | 0.35% | - |
| HSV(B) | 200.65º | 0.68% | 0.54% | - |
| XYZ | 10.61 | 12.44 | 25.51 | - |
| YUV | 90.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 137 | 0.68 | 0.23 | 0 | 0.46 | 200.65 | 0.51 | 0.35 |
| Hex | 2C | 69 | 89 | 44 | 17 | 0 | 2E | C9 | 33 | 23 |
| Octal | 54 | 151 | 211 | 104 | 27 | 0 | 56 | 311 | 63 | 43 |
| Binary | 101100 | 1101001 | 10001001 | 1000100 | 10111 | 0 | 101110 | 11001001 | 110011 | 100011 |
Color Harmonies of #2C6989
Complementary color
Monochromatic Colors of #2C6989
Black with #2C6989
Text Example
Text Example
White with #2C6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6989; }
p { color: rgb(44,105,137); }
H1.HeaderClassName
{
color: #2C6989;
}
.AnyTagClassName
{
color: #2C6989;
}
</style>
background-color css
<style>
a { background-color: #2C6989; }
a { background-color: rgb(44,105,137); }
div.DivClassName
{
background-color: #2C6989;
}
.BgClassName
{
background-color: #2C6989;
}
</style>
border-color css
<style>
span { border-color: #2C6989; }
span { border-color: rgb(44,105,137); }
td.TdClassName
{
border-color: #2C6989;
}
.TagClassName
{
border-color: #2C6989;
}
</style>