Shades of Astral #2C7990
Tints of Astral #2C7990
RGB
CMYK
RGB Variations
Color information
#2C7990 (or 0x2C7990) is known color: Astral. HEX triplet: 2C, 79 and 90. RGB value is (44,121,144). Sum of RGB (Red+Green+Blue) = 44+121+144=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C7990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7990 is #D3866F. Grayscale: #646464. Windows color (decimal): -13862512 or 9468204. OLE color: 9468204.
HSL color Cylindrical-coordinate representation of color #2C7990: hue angle of 193.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C7990 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 121 | 144 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.44 |
| HSL | 193.8º | 0.53% | 0.37% | - |
| HSV(B) | 193.8º | 0.69% | 0.56% | - |
| XYZ | 12.91 | 16.22 | 28.84 | - |
| YUV | 100.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 144 | 0.69 | 0.16 | 0 | 0.44 | 193.8 | 0.53 | 0.37 |
| Hex | 2C | 79 | 90 | 45 | 10 | 0 | 2C | C2 | 35 | 25 |
| Octal | 54 | 171 | 220 | 105 | 20 | 0 | 54 | 302 | 65 | 45 |
| Binary | 101100 | 1111001 | 10010000 | 1000101 | 10000 | 0 | 101100 | 11000010 | 110101 | 100101 |
Color Harmonies of #2C7990
Complementary color
Monochromatic Colors of #2C7990
Black with #2C7990
Text Example
Text Example
White with #2C7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7990; }
p { color: rgb(44,121,144); }
H1.HeaderClassName
{
color: #2C7990;
}
.AnyTagClassName
{
color: #2C7990;
}
</style>
background-color css
<style>
a { background-color: #2C7990; }
a { background-color: rgb(44,121,144); }
div.DivClassName
{
background-color: #2C7990;
}
.BgClassName
{
background-color: #2C7990;
}
</style>
border-color css
<style>
span { border-color: #2C7990; }
span { border-color: rgb(44,121,144); }
td.TdClassName
{
border-color: #2C7990;
}
.TagClassName
{
border-color: #2C7990;
}
</style>