Shades of Astral #28788E
Tints of Astral #28788E
RGB
CMYK
RGB Variations
Color information
#28788E (or 0x28788E) is known color: Astral. HEX triplet: 28, 78 and 8E. RGB value is (40,120,142). Sum of RGB (Red+Green+Blue) = 40+120+142=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #28788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28788E is #D78771. Grayscale: #626262. Windows color (decimal): -14124914 or 9336872. OLE color: 9336872.
HSL color Cylindrical-coordinate representation of color #28788E: hue angle of 192.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28788E is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 120 | 142 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.94º | 0.56% | 0.36% | - |
| HSV(B) | 192.94º | 0.72% | 0.56% | - |
| XYZ | 12.47 | 15.84 | 27.99 | - |
| YUV | 98.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 142 | 0.72 | 0.15 | 0 | 0.44 | 192.94 | 0.56 | 0.36 |
| Hex | 28 | 78 | 8E | 48 | F | 0 | 2C | C1 | 38 | 24 |
| Octal | 50 | 170 | 216 | 110 | 17 | 0 | 54 | 301 | 70 | 44 |
| Binary | 101000 | 1111000 | 10001110 | 1001000 | 1111 | 0 | 101100 | 11000001 | 111000 | 100100 |
Color Harmonies of #28788E
Complementary color
Monochromatic Colors of #28788E
Black with #28788E
Text Example
Text Example
White with #28788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28788E; }
p { color: rgb(40,120,142); }
H1.HeaderClassName
{
color: #28788E;
}
.AnyTagClassName
{
color: #28788E;
}
</style>
background-color css
<style>
a { background-color: #28788E; }
a { background-color: rgb(40,120,142); }
div.DivClassName
{
background-color: #28788E;
}
.BgClassName
{
background-color: #28788E;
}
</style>
border-color css
<style>
span { border-color: #28788E; }
span { border-color: rgb(40,120,142); }
td.TdClassName
{
border-color: #28788E;
}
.TagClassName
{
border-color: #28788E;
}
</style>