Shades of Astral #2D788B
Tints of Astral #2D788B
RGB
CMYK
RGB Variations
Color information
#2D788B (or 0x2D788B) is known color: Astral. HEX triplet: 2D, 78 and 8B. RGB value is (45,120,139). Sum of RGB (Red+Green+Blue) = 45+120+139=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D788B is #D28774. Grayscale: #636363. Windows color (decimal): -13797237 or 9140269. OLE color: 9140269.
HSL color Cylindrical-coordinate representation of color #2D788B: hue angle of 192.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D788B is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 120 | 139 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.45 |
| HSL | 192.13º | 0.51% | 0.36% | - |
| HSV(B) | 192.13º | 0.68% | 0.55% | - |
| XYZ | 12.46 | 15.85 | 26.83 | - |
| YUV | 99.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 139 | 0.68 | 0.14 | 0 | 0.45 | 192.13 | 0.51 | 0.36 |
| Hex | 2D | 78 | 8B | 44 | E | 0 | 2D | C0 | 33 | 24 |
| Octal | 55 | 170 | 213 | 104 | 16 | 0 | 55 | 300 | 63 | 44 |
| Binary | 101101 | 1111000 | 10001011 | 1000100 | 1110 | 0 | 101101 | 11000000 | 110011 | 100100 |
Color Harmonies of #2D788B
Complementary color
Monochromatic Colors of #2D788B
Black with #2D788B
Text Example
Text Example
White with #2D788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D788B; }
p { color: rgb(45,120,139); }
H1.HeaderClassName
{
color: #2D788B;
}
.AnyTagClassName
{
color: #2D788B;
}
</style>
background-color css
<style>
a { background-color: #2D788B; }
a { background-color: rgb(45,120,139); }
div.DivClassName
{
background-color: #2D788B;
}
.BgClassName
{
background-color: #2D788B;
}
</style>
border-color css
<style>
span { border-color: #2D788B; }
span { border-color: rgb(45,120,139); }
td.TdClassName
{
border-color: #2D788B;
}
.TagClassName
{
border-color: #2D788B;
}
</style>