Shades of Astral #28778D
Tints of Astral #28778D
RGB
CMYK
RGB Variations
Color information
#28778D (or 0x28778D) is known color: Astral. HEX triplet: 28, 77 and 8D. RGB value is (40,119,141). Sum of RGB (Red+Green+Blue) = 40+119+141=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #28778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28778D is #D78872. Grayscale: #616161. Windows color (decimal): -14125171 or 9271080. OLE color: 9271080.
HSL color Cylindrical-coordinate representation of color #28778D: hue angle of 193.07º 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 #28778D is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 119 | 141 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.45 |
| HSL | 193.07º | 0.56% | 0.35% | - |
| HSV(B) | 193.07º | 0.72% | 0.55% | - |
| XYZ | 12.28 | 15.57 | 27.56 | - |
| YUV | 97.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 141 | 0.72 | 0.16 | 0 | 0.45 | 193.07 | 0.56 | 0.35 |
| Hex | 28 | 77 | 8D | 48 | 10 | 0 | 2D | C1 | 38 | 23 |
| Octal | 50 | 167 | 215 | 110 | 20 | 0 | 55 | 301 | 70 | 43 |
| Binary | 101000 | 1110111 | 10001101 | 1001000 | 10000 | 0 | 101101 | 11000001 | 111000 | 100011 |
Color Harmonies of #28778D
Complementary color
Monochromatic Colors of #28778D
Black with #28778D
Text Example
Text Example
White with #28778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28778D; }
p { color: rgb(40,119,141); }
H1.HeaderClassName
{
color: #28778D;
}
.AnyTagClassName
{
color: #28778D;
}
</style>
background-color css
<style>
a { background-color: #28778D; }
a { background-color: rgb(40,119,141); }
div.DivClassName
{
background-color: #28778D;
}
.BgClassName
{
background-color: #28778D;
}
</style>
border-color css
<style>
span { border-color: #28778D; }
span { border-color: rgb(40,119,141); }
td.TdClassName
{
border-color: #28778D;
}
.TagClassName
{
border-color: #28778D;
}
</style>