Shades of Astral #2B788E
Tints of Astral #2B788E
RGB
CMYK
RGB Variations
Color information
#2B788E (or 0x2B788E) is known color: Astral. HEX triplet: 2B, 78 and 8E. RGB value is (43,120,142). Sum of RGB (Red+Green+Blue) = 43+120+142=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B788E is #D48771. Grayscale: #636363. Windows color (decimal): -13928306 or 9336875. OLE color: 9336875.
HSL color Cylindrical-coordinate representation of color #2B788E: hue angle of 193.33º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B788E is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 120 | 142 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.44 |
| HSL | 193.33º | 0.54% | 0.36% | - |
| HSV(B) | 193.33º | 0.7% | 0.56% | - |
| XYZ | 12.6 | 15.9 | 28 | - |
| YUV | 99.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 142 | 0.70 | 0.15 | 0 | 0.44 | 193.33 | 0.54 | 0.36 |
| Hex | 2B | 78 | 8E | 46 | F | 0 | 2C | C1 | 36 | 24 |
| Octal | 53 | 170 | 216 | 106 | 17 | 0 | 54 | 301 | 66 | 44 |
| Binary | 101011 | 1111000 | 10001110 | 1000110 | 1111 | 0 | 101100 | 11000001 | 110110 | 100100 |
Color Harmonies of #2B788E
Complementary color
Monochromatic Colors of #2B788E
Black with #2B788E
Text Example
Text Example
White with #2B788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B788E; }
p { color: rgb(43,120,142); }
H1.HeaderClassName
{
color: #2B788E;
}
.AnyTagClassName
{
color: #2B788E;
}
</style>
background-color css
<style>
a { background-color: #2B788E; }
a { background-color: rgb(43,120,142); }
div.DivClassName
{
background-color: #2B788E;
}
.BgClassName
{
background-color: #2B788E;
}
</style>
border-color css
<style>
span { border-color: #2B788E; }
span { border-color: rgb(43,120,142); }
td.TdClassName
{
border-color: #2B788E;
}
.TagClassName
{
border-color: #2B788E;
}
</style>