Shades of Astral #28778C
Tints of Astral #28778C
RGB
CMYK
RGB Variations
Color information
#28778C (or 0x28778C) is known color: Astral. HEX triplet: 28, 77 and 8C. RGB value is (40,119,140). Sum of RGB (Red+Green+Blue) = 40+119+140=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #28778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28778C is #D78873. Grayscale: #616161. Windows color (decimal): -14125172 or 9205544. OLE color: 9205544.
HSL color Cylindrical-coordinate representation of color #28778C: hue angle of 192.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28778C is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 119 | 140 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.45 |
| HSL | 192.6º | 0.56% | 0.35% | - |
| HSV(B) | 192.6º | 0.71% | 0.55% | - |
| XYZ | 12.21 | 15.54 | 27.17 | - |
| YUV | 97.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 140 | 0.71 | 0.15 | 0 | 0.45 | 192.6 | 0.56 | 0.35 |
| Hex | 28 | 77 | 8C | 47 | F | 0 | 2D | C1 | 38 | 23 |
| Octal | 50 | 167 | 214 | 107 | 17 | 0 | 55 | 301 | 70 | 43 |
| Binary | 101000 | 1110111 | 10001100 | 1000111 | 1111 | 0 | 101101 | 11000001 | 111000 | 100011 |
Color Harmonies of #28778C
Complementary color
Monochromatic Colors of #28778C
Black with #28778C
Text Example
Text Example
White with #28778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28778C; }
p { color: rgb(40,119,140); }
H1.HeaderClassName
{
color: #28778C;
}
.AnyTagClassName
{
color: #28778C;
}
</style>
background-color css
<style>
a { background-color: #28778C; }
a { background-color: rgb(40,119,140); }
div.DivClassName
{
background-color: #28778C;
}
.BgClassName
{
background-color: #28778C;
}
</style>
border-color css
<style>
span { border-color: #28778C; }
span { border-color: rgb(40,119,140); }
td.TdClassName
{
border-color: #28778C;
}
.TagClassName
{
border-color: #28778C;
}
</style>