Shades of Astral #2C7890
Tints of Astral #2C7890
RGB
CMYK
RGB Variations
Color information
#2C7890 (or 0x2C7890) is known color: Astral. HEX triplet: 2C, 78 and 90. RGB value is (44,120,144). Sum of RGB (Red+Green+Blue) = 44+120+144=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C7890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7890 is #D3876F. Grayscale: #636363. Windows color (decimal): -13862768 or 9467948. OLE color: 9467948.
HSL color Cylindrical-coordinate representation of color #2C7890: hue angle of 194.4º 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 #2C7890 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 120 | 144 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.44 |
| HSL | 194.4º | 0.53% | 0.37% | - |
| HSV(B) | 194.4º | 0.69% | 0.56% | - |
| XYZ | 12.79 | 15.98 | 28.8 | - |
| YUV | 100.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 144 | 0.69 | 0.17 | 0 | 0.44 | 194.4 | 0.53 | 0.37 |
| Hex | 2C | 78 | 90 | 45 | 11 | 0 | 2C | C2 | 35 | 25 |
| Octal | 54 | 170 | 220 | 105 | 21 | 0 | 54 | 302 | 65 | 45 |
| Binary | 101100 | 1111000 | 10010000 | 1000101 | 10001 | 0 | 101100 | 11000010 | 110101 | 100101 |
Color Harmonies of #2C7890
Complementary color
Monochromatic Colors of #2C7890
Black with #2C7890
Text Example
Text Example
White with #2C7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7890; }
p { color: rgb(44,120,144); }
H1.HeaderClassName
{
color: #2C7890;
}
.AnyTagClassName
{
color: #2C7890;
}
</style>
background-color css
<style>
a { background-color: #2C7890; }
a { background-color: rgb(44,120,144); }
div.DivClassName
{
background-color: #2C7890;
}
.BgClassName
{
background-color: #2C7890;
}
</style>
border-color css
<style>
span { border-color: #2C7890; }
span { border-color: rgb(44,120,144); }
td.TdClassName
{
border-color: #2C7890;
}
.TagClassName
{
border-color: #2C7890;
}
</style>