Shades of Astral #2C6C88
Tints of Astral #2C6C88
RGB
CMYK
RGB Variations
Color information
#2C6C88 (or 0x2C6C88) is known color: Astral. HEX triplet: 2C, 6C and 88. RGB value is (44,108,136). Sum of RGB (Red+Green+Blue) = 44+108+136=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C6C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6C88 is #D39377. Grayscale: #5B5B5B. Windows color (decimal): -13865848 or 8940588. OLE color: 8940588.
HSL color Cylindrical-coordinate representation of color #2C6C88: hue angle of 198.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6C88 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 108 | 136 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.47 |
| HSL | 198.26º | 0.51% | 0.35% | - |
| HSV(B) | 198.26º | 0.68% | 0.53% | - |
| XYZ | 10.85 | 13.04 | 25.24 | - |
| YUV | 92.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 108 | 136 | 0.68 | 0.21 | 0 | 0.47 | 198.26 | 0.51 | 0.35 |
| Hex | 2C | 6C | 88 | 44 | 15 | 0 | 2F | C6 | 33 | 23 |
| Octal | 54 | 154 | 210 | 104 | 25 | 0 | 57 | 306 | 63 | 43 |
| Binary | 101100 | 1101100 | 10001000 | 1000100 | 10101 | 0 | 101111 | 11000110 | 110011 | 100011 |
Color Harmonies of #2C6C88
Complementary color
Monochromatic Colors of #2C6C88
Black with #2C6C88
Text Example
Text Example
White with #2C6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6C88; }
p { color: rgb(44,108,136); }
H1.HeaderClassName
{
color: #2C6C88;
}
.AnyTagClassName
{
color: #2C6C88;
}
</style>
background-color css
<style>
a { background-color: #2C6C88; }
a { background-color: rgb(44,108,136); }
div.DivClassName
{
background-color: #2C6C88;
}
.BgClassName
{
background-color: #2C6C88;
}
</style>
border-color css
<style>
span { border-color: #2C6C88; }
span { border-color: rgb(44,108,136); }
td.TdClassName
{
border-color: #2C6C88;
}
.TagClassName
{
border-color: #2C6C88;
}
</style>