Shades of Astral #2C798B
Tints of Astral #2C798B
RGB
CMYK
RGB Variations
Color information
#2C798B (or 0x2C798B) is known color: Astral. HEX triplet: 2C, 79 and 8B. RGB value is (44,121,139). Sum of RGB (Red+Green+Blue) = 44+121+139=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C798B is #D38674. Grayscale: #636363. Windows color (decimal): -13862517 or 9140524. OLE color: 9140524.
HSL color Cylindrical-coordinate representation of color #2C798B: hue angle of 191.37º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C798B is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 121 | 139 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.45 |
| HSL | 191.37º | 0.52% | 0.36% | - |
| HSV(B) | 191.37º | 0.68% | 0.55% | - |
| XYZ | 12.54 | 16.07 | 26.87 | - |
| YUV | 100.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 139 | 0.68 | 0.13 | 0 | 0.45 | 191.37 | 0.52 | 0.36 |
| Hex | 2C | 79 | 8B | 44 | D | 0 | 2D | BF | 34 | 24 |
| Octal | 54 | 171 | 213 | 104 | 15 | 0 | 55 | 277 | 64 | 44 |
| Binary | 101100 | 1111001 | 10001011 | 1000100 | 1101 | 0 | 101101 | 10111111 | 110100 | 100100 |
Color Harmonies of #2C798B
Complementary color
Monochromatic Colors of #2C798B
Black with #2C798B
Text Example
Text Example
White with #2C798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C798B; }
p { color: rgb(44,121,139); }
H1.HeaderClassName
{
color: #2C798B;
}
.AnyTagClassName
{
color: #2C798B;
}
</style>
background-color css
<style>
a { background-color: #2C798B; }
a { background-color: rgb(44,121,139); }
div.DivClassName
{
background-color: #2C798B;
}
.BgClassName
{
background-color: #2C798B;
}
</style>
border-color css
<style>
span { border-color: #2C798B; }
span { border-color: rgb(44,121,139); }
td.TdClassName
{
border-color: #2C798B;
}
.TagClassName
{
border-color: #2C798B;
}
</style>