Shades of Astral #2D6989
Tints of Astral #2D6989
RGB
CMYK
RGB Variations
Color information
#2D6989 (or 0x2D6989) is known color: Astral. HEX triplet: 2D, 69 and 89. RGB value is (45,105,137). Sum of RGB (Red+Green+Blue) = 45+105+137=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D6989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6989 is #D29676. Grayscale: #5A5A5A. Windows color (decimal): -13801079 or 9005357. OLE color: 9005357.
HSL color Cylindrical-coordinate representation of color #2D6989: hue angle of 200.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D6989 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 105 | 137 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.46 |
| HSL | 200.87º | 0.51% | 0.36% | - |
| HSV(B) | 200.87º | 0.67% | 0.54% | - |
| XYZ | 10.65 | 12.47 | 25.51 | - |
| YUV | 90.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 137 | 0.67 | 0.23 | 0 | 0.46 | 200.87 | 0.51 | 0.36 |
| Hex | 2D | 69 | 89 | 43 | 17 | 0 | 2E | C9 | 33 | 24 |
| Octal | 55 | 151 | 211 | 103 | 27 | 0 | 56 | 311 | 63 | 44 |
| Binary | 101101 | 1101001 | 10001001 | 1000011 | 10111 | 0 | 101110 | 11001001 | 110011 | 100100 |
Color Harmonies of #2D6989
Complementary color
Monochromatic Colors of #2D6989
Black with #2D6989
Text Example
Text Example
White with #2D6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6989; }
p { color: rgb(45,105,137); }
H1.HeaderClassName
{
color: #2D6989;
}
.AnyTagClassName
{
color: #2D6989;
}
</style>
background-color css
<style>
a { background-color: #2D6989; }
a { background-color: rgb(45,105,137); }
div.DivClassName
{
background-color: #2D6989;
}
.BgClassName
{
background-color: #2D6989;
}
</style>
border-color css
<style>
span { border-color: #2D6989; }
span { border-color: rgb(45,105,137); }
td.TdClassName
{
border-color: #2D6989;
}
.TagClassName
{
border-color: #2D6989;
}
</style>