Shades of Astral #2C6689
Tints of Astral #2C6689
RGB
CMYK
RGB Variations
Color information
#2C6689 (or 0x2C6689) is known color: Astral. HEX triplet: 2C, 66 and 89. RGB value is (44,102,137). Sum of RGB (Red+Green+Blue) = 44+102+137=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C6689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6689 is #D39976. Grayscale: #585858. Windows color (decimal): -13867383 or 9004588. OLE color: 9004588.
HSL color Cylindrical-coordinate representation of color #2C6689: hue angle of 202.58º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6689 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 102 | 137 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.46 |
| HSL | 202.58º | 0.51% | 0.35% | - |
| HSV(B) | 202.58º | 0.68% | 0.54% | - |
| XYZ | 10.31 | 11.84 | 25.41 | - |
| YUV | 88.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 137 | 0.68 | 0.26 | 0 | 0.46 | 202.58 | 0.51 | 0.35 |
| Hex | 2C | 66 | 89 | 44 | 1A | 0 | 2E | CB | 33 | 23 |
| Octal | 54 | 146 | 211 | 104 | 32 | 0 | 56 | 313 | 63 | 43 |
| Binary | 101100 | 1100110 | 10001001 | 1000100 | 11010 | 0 | 101110 | 11001011 | 110011 | 100011 |
Color Harmonies of #2C6689
Complementary color
Monochromatic Colors of #2C6689
Black with #2C6689
Text Example
Text Example
White with #2C6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6689; }
p { color: rgb(44,102,137); }
H1.HeaderClassName
{
color: #2C6689;
}
.AnyTagClassName
{
color: #2C6689;
}
</style>
background-color css
<style>
a { background-color: #2C6689; }
a { background-color: rgb(44,102,137); }
div.DivClassName
{
background-color: #2C6689;
}
.BgClassName
{
background-color: #2C6689;
}
</style>
border-color css
<style>
span { border-color: #2C6689; }
span { border-color: rgb(44,102,137); }
td.TdClassName
{
border-color: #2C6689;
}
.TagClassName
{
border-color: #2C6689;
}
</style>