Shades of Astral #2C728E
Tints of Astral #2C728E
RGB
CMYK
RGB Variations
Color information
#2C728E (or 0x2C728E) is known color: Astral. HEX triplet: 2C, 72 and 8E. RGB value is (44,114,142). Sum of RGB (Red+Green+Blue) = 44+114+142=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C728E is #D38D71. Grayscale: #606060. Windows color (decimal): -13864306 or 9335340. OLE color: 9335340.
HSL color Cylindrical-coordinate representation of color #2C728E: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C728E is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 114 | 142 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.44 |
| HSL | 197.14º | 0.53% | 0.36% | - |
| HSV(B) | 197.14º | 0.69% | 0.56% | - |
| XYZ | 11.94 | 14.52 | 27.77 | - |
| YUV | 96.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 142 | 0.69 | 0.20 | 0 | 0.44 | 197.14 | 0.53 | 0.36 |
| Hex | 2C | 72 | 8E | 45 | 14 | 0 | 2C | C5 | 35 | 24 |
| Octal | 54 | 162 | 216 | 105 | 24 | 0 | 54 | 305 | 65 | 44 |
| Binary | 101100 | 1110010 | 10001110 | 1000101 | 10100 | 0 | 101100 | 11000101 | 110101 | 100100 |
Color Harmonies of #2C728E
Complementary color
Monochromatic Colors of #2C728E
Black with #2C728E
Text Example
Text Example
White with #2C728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C728E; }
p { color: rgb(44,114,142); }
H1.HeaderClassName
{
color: #2C728E;
}
.AnyTagClassName
{
color: #2C728E;
}
</style>
background-color css
<style>
a { background-color: #2C728E; }
a { background-color: rgb(44,114,142); }
div.DivClassName
{
background-color: #2C728E;
}
.BgClassName
{
background-color: #2C728E;
}
</style>
border-color css
<style>
span { border-color: #2C728E; }
span { border-color: rgb(44,114,142); }
td.TdClassName
{
border-color: #2C728E;
}
.TagClassName
{
border-color: #2C728E;
}
</style>