Shades of Astral #2C778B
Tints of Astral #2C778B
RGB
CMYK
RGB Variations
Color information
#2C778B (or 0x2C778B) is known color: Astral. HEX triplet: 2C, 77 and 8B. RGB value is (44,119,139). Sum of RGB (Red+Green+Blue) = 44+119+139=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C778B is #D38874. Grayscale: #626262. Windows color (decimal): -13863029 or 9140012. OLE color: 9140012.
HSL color Cylindrical-coordinate representation of color #2C778B: hue angle of 192.63º 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 #2C778B is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 119 | 139 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.45 |
| HSL | 192.63º | 0.52% | 0.36% | - |
| HSV(B) | 192.63º | 0.68% | 0.55% | - |
| XYZ | 12.3 | 15.59 | 26.79 | - |
| YUV | 98.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 139 | 0.68 | 0.14 | 0 | 0.45 | 192.63 | 0.52 | 0.36 |
| Hex | 2C | 77 | 8B | 44 | E | 0 | 2D | C1 | 34 | 24 |
| Octal | 54 | 167 | 213 | 104 | 16 | 0 | 55 | 301 | 64 | 44 |
| Binary | 101100 | 1110111 | 10001011 | 1000100 | 1110 | 0 | 101101 | 11000001 | 110100 | 100100 |
Color Harmonies of #2C778B
Complementary color
Monochromatic Colors of #2C778B
Black with #2C778B
Text Example
Text Example
White with #2C778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C778B; }
p { color: rgb(44,119,139); }
H1.HeaderClassName
{
color: #2C778B;
}
.AnyTagClassName
{
color: #2C778B;
}
</style>
background-color css
<style>
a { background-color: #2C778B; }
a { background-color: rgb(44,119,139); }
div.DivClassName
{
background-color: #2C778B;
}
.BgClassName
{
background-color: #2C778B;
}
</style>
border-color css
<style>
span { border-color: #2C778B; }
span { border-color: rgb(44,119,139); }
td.TdClassName
{
border-color: #2C778B;
}
.TagClassName
{
border-color: #2C778B;
}
</style>