Shades of Astral #28788D
Tints of Astral #28788D
RGB
CMYK
RGB Variations
Color information
#28788D (or 0x28788D) is known color: Astral. HEX triplet: 28, 78 and 8D. RGB value is (40,120,141). Sum of RGB (Red+Green+Blue) = 40+120+141=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #28788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28788D is #D78772. Grayscale: #626262. Windows color (decimal): -14124915 or 9271336. OLE color: 9271336.
HSL color Cylindrical-coordinate representation of color #28788D: hue angle of 192.48º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28788D is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 120 | 141 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.45 |
| HSL | 192.48º | 0.56% | 0.35% | - |
| HSV(B) | 192.48º | 0.72% | 0.55% | - |
| XYZ | 12.4 | 15.81 | 27.6 | - |
| YUV | 98.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 141 | 0.72 | 0.15 | 0 | 0.45 | 192.48 | 0.56 | 0.35 |
| Hex | 28 | 78 | 8D | 48 | F | 0 | 2D | C0 | 38 | 23 |
| Octal | 50 | 170 | 215 | 110 | 17 | 0 | 55 | 300 | 70 | 43 |
| Binary | 101000 | 1111000 | 10001101 | 1001000 | 1111 | 0 | 101101 | 11000000 | 111000 | 100011 |
Color Harmonies of #28788D
Complementary color
Monochromatic Colors of #28788D
Black with #28788D
Text Example
Text Example
White with #28788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28788D; }
p { color: rgb(40,120,141); }
H1.HeaderClassName
{
color: #28788D;
}
.AnyTagClassName
{
color: #28788D;
}
</style>
background-color css
<style>
a { background-color: #28788D; }
a { background-color: rgb(40,120,141); }
div.DivClassName
{
background-color: #28788D;
}
.BgClassName
{
background-color: #28788D;
}
</style>
border-color css
<style>
span { border-color: #28788D; }
span { border-color: rgb(40,120,141); }
td.TdClassName
{
border-color: #28788D;
}
.TagClassName
{
border-color: #28788D;
}
</style>