Shades of Astral #2D7889
Tints of Astral #2D7889
RGB
CMYK
RGB Variations
Color information
#2D7889 (or 0x2D7889) is known color: Astral. HEX triplet: 2D, 78 and 89. RGB value is (45,120,137). Sum of RGB (Red+Green+Blue) = 45+120+137=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D7889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7889 is #D28776. Grayscale: #636363. Windows color (decimal): -13797239 or 9009197. OLE color: 9009197.
HSL color Cylindrical-coordinate representation of color #2D7889: hue angle of 191.09º 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 #2D7889 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 120 | 137 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.46 |
| HSL | 191.09º | 0.51% | 0.36% | - |
| HSV(B) | 191.09º | 0.67% | 0.54% | - |
| XYZ | 12.31 | 15.8 | 26.07 | - |
| YUV | 99.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 137 | 0.67 | 0.12 | 0 | 0.46 | 191.09 | 0.51 | 0.36 |
| Hex | 2D | 78 | 89 | 43 | C | 0 | 2E | BF | 33 | 24 |
| Octal | 55 | 170 | 211 | 103 | 14 | 0 | 56 | 277 | 63 | 44 |
| Binary | 101101 | 1111000 | 10001001 | 1000011 | 1100 | 0 | 101110 | 10111111 | 110011 | 100100 |
Color Harmonies of #2D7889
Complementary color
Monochromatic Colors of #2D7889
Black with #2D7889
Text Example
Text Example
White with #2D7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7889; }
p { color: rgb(45,120,137); }
H1.HeaderClassName
{
color: #2D7889;
}
.AnyTagClassName
{
color: #2D7889;
}
</style>
background-color css
<style>
a { background-color: #2D7889; }
a { background-color: rgb(45,120,137); }
div.DivClassName
{
background-color: #2D7889;
}
.BgClassName
{
background-color: #2D7889;
}
</style>
border-color css
<style>
span { border-color: #2D7889; }
span { border-color: rgb(45,120,137); }
td.TdClassName
{
border-color: #2D7889;
}
.TagClassName
{
border-color: #2D7889;
}
</style>