Shades of Astral #2C7896
Tints of Astral #2C7896
RGB
CMYK
RGB Variations
Color information
#2C7896 (or 0x2C7896) is known color: Astral. HEX triplet: 2C, 78 and 96. RGB value is (44,120,150). Sum of RGB (Red+Green+Blue) = 44+120+150=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C7896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7896 is #D38769. Grayscale: #646464. Windows color (decimal): -13862762 or 9861164. OLE color: 9861164.
HSL color Cylindrical-coordinate representation of color #2C7896: hue angle of 196.98º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C7896 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 120 | 150 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.41 |
| HSL | 196.98º | 0.55% | 0.38% | - |
| HSV(B) | 196.98º | 0.71% | 0.59% | - |
| XYZ | 13.26 | 16.17 | 31.28 | - |
| YUV | 100.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 150 | 0.71 | 0.20 | 0 | 0.41 | 196.98 | 0.55 | 0.38 |
| Hex | 2C | 78 | 96 | 47 | 14 | 0 | 29 | C5 | 37 | 26 |
| Octal | 54 | 170 | 226 | 107 | 24 | 0 | 51 | 305 | 67 | 46 |
| Binary | 101100 | 1111000 | 10010110 | 1000111 | 10100 | 0 | 101001 | 11000101 | 110111 | 100110 |
Color Harmonies of #2C7896
Complementary color
Monochromatic Colors of #2C7896
Black with #2C7896
Text Example
Text Example
White with #2C7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7896; }
p { color: rgb(44,120,150); }
H1.HeaderClassName
{
color: #2C7896;
}
.AnyTagClassName
{
color: #2C7896;
}
</style>
background-color css
<style>
a { background-color: #2C7896; }
a { background-color: rgb(44,120,150); }
div.DivClassName
{
background-color: #2C7896;
}
.BgClassName
{
background-color: #2C7896;
}
</style>
border-color css
<style>
span { border-color: #2C7896; }
span { border-color: rgb(44,120,150); }
td.TdClassName
{
border-color: #2C7896;
}
.TagClassName
{
border-color: #2C7896;
}
</style>