Shades of Astral #28778B
Tints of Astral #28778B
RGB
CMYK
RGB Variations
Color information
#28778B (or 0x28778B) is known color: Astral. HEX triplet: 28, 77 and 8B. RGB value is (40,119,139). Sum of RGB (Red+Green+Blue) = 40+119+139=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #28778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28778B is #D78874. Grayscale: #616161. Windows color (decimal): -14125173 or 9140008. OLE color: 9140008.
HSL color Cylindrical-coordinate representation of color #28778B: hue angle of 192.12º degrees, saturation: 0.55, 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 #28778B is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 119 | 139 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.45 |
| HSL | 192.12º | 0.55% | 0.35% | - |
| HSV(B) | 192.12º | 0.71% | 0.55% | - |
| XYZ | 12.13 | 15.51 | 26.78 | - |
| YUV | 97.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 139 | 0.71 | 0.14 | 0 | 0.45 | 192.12 | 0.55 | 0.35 |
| Hex | 28 | 77 | 8B | 47 | E | 0 | 2D | C0 | 37 | 23 |
| Octal | 50 | 167 | 213 | 107 | 16 | 0 | 55 | 300 | 67 | 43 |
| Binary | 101000 | 1110111 | 10001011 | 1000111 | 1110 | 0 | 101101 | 11000000 | 110111 | 100011 |
Color Harmonies of #28778B
Complementary color
Monochromatic Colors of #28778B
Black with #28778B
Text Example
Text Example
White with #28778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28778B; }
p { color: rgb(40,119,139); }
H1.HeaderClassName
{
color: #28778B;
}
.AnyTagClassName
{
color: #28778B;
}
</style>
background-color css
<style>
a { background-color: #28778B; }
a { background-color: rgb(40,119,139); }
div.DivClassName
{
background-color: #28778B;
}
.BgClassName
{
background-color: #28778B;
}
</style>
border-color css
<style>
span { border-color: #28778B; }
span { border-color: rgb(40,119,139); }
td.TdClassName
{
border-color: #28778B;
}
.TagClassName
{
border-color: #28778B;
}
</style>