Shades of Astral #2C6789
Tints of Astral #2C6789
RGB
CMYK
RGB Variations
Color information
#2C6789 (or 0x2C6789) is known color: Astral. HEX triplet: 2C, 67 and 89. RGB value is (44,103,137). Sum of RGB (Red+Green+Blue) = 44+103+137=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6789 is #D39876. Grayscale: #595959. Windows color (decimal): -13867127 or 9004844. OLE color: 9004844.
HSL color Cylindrical-coordinate representation of color #2C6789: hue angle of 201.94º 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 #2C6789 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 103 | 137 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.46 |
| HSL | 201.94º | 0.51% | 0.35% | - |
| HSV(B) | 201.94º | 0.68% | 0.54% | - |
| XYZ | 10.4 | 12.04 | 25.44 | - |
| YUV | 89.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 137 | 0.68 | 0.25 | 0 | 0.46 | 201.94 | 0.51 | 0.35 |
| Hex | 2C | 67 | 89 | 44 | 19 | 0 | 2E | CA | 33 | 23 |
| Octal | 54 | 147 | 211 | 104 | 31 | 0 | 56 | 312 | 63 | 43 |
| Binary | 101100 | 1100111 | 10001001 | 1000100 | 11001 | 0 | 101110 | 11001010 | 110011 | 100011 |
Color Harmonies of #2C6789
Complementary color
Monochromatic Colors of #2C6789
Black with #2C6789
Text Example
Text Example
White with #2C6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6789; }
p { color: rgb(44,103,137); }
H1.HeaderClassName
{
color: #2C6789;
}
.AnyTagClassName
{
color: #2C6789;
}
</style>
background-color css
<style>
a { background-color: #2C6789; }
a { background-color: rgb(44,103,137); }
div.DivClassName
{
background-color: #2C6789;
}
.BgClassName
{
background-color: #2C6789;
}
</style>
border-color css
<style>
span { border-color: #2C6789; }
span { border-color: rgb(44,103,137); }
td.TdClassName
{
border-color: #2C6789;
}
.TagClassName
{
border-color: #2C6789;
}
</style>