Shades of Astral #2C7185
Tints of Astral #2C7185
RGB
CMYK
RGB Variations
Color information
#2C7185 (or 0x2C7185) is known color: Astral. HEX triplet: 2C, 71 and 85. RGB value is (44,113,133). Sum of RGB (Red+Green+Blue) = 44+113+133=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7185 is #D38E7A. Grayscale: #5E5E5E. Windows color (decimal): -13864571 or 8745260. OLE color: 8745260.
HSL color Cylindrical-coordinate representation of color #2C7185: hue angle of 193.48º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7185 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 113 | 133 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.48 |
| HSL | 193.48º | 0.5% | 0.35% | - |
| HSV(B) | 193.48º | 0.67% | 0.52% | - |
| XYZ | 11.18 | 14.04 | 24.31 | - |
| YUV | 94.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 133 | 0.67 | 0.15 | 0 | 0.48 | 193.48 | 0.5 | 0.35 |
| Hex | 2C | 71 | 85 | 43 | F | 0 | 30 | C1 | 32 | 23 |
| Octal | 54 | 161 | 205 | 103 | 17 | 0 | 60 | 301 | 62 | 43 |
| Binary | 101100 | 1110001 | 10000101 | 1000011 | 1111 | 0 | 110000 | 11000001 | 110010 | 100011 |
Color Harmonies of #2C7185
Complementary color
Monochromatic Colors of #2C7185
Black with #2C7185
Text Example
Text Example
White with #2C7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7185; }
p { color: rgb(44,113,133); }
H1.HeaderClassName
{
color: #2C7185;
}
.AnyTagClassName
{
color: #2C7185;
}
</style>
background-color css
<style>
a { background-color: #2C7185; }
a { background-color: rgb(44,113,133); }
div.DivClassName
{
background-color: #2C7185;
}
.BgClassName
{
background-color: #2C7185;
}
</style>
border-color css
<style>
span { border-color: #2C7185; }
span { border-color: rgb(44,113,133); }
td.TdClassName
{
border-color: #2C7185;
}
.TagClassName
{
border-color: #2C7185;
}
</style>