Shades of Astral #28798E
Tints of Astral #28798E
RGB
CMYK
RGB Variations
Color information
#28798E (or 0x28798E) is known color: Astral. HEX triplet: 28, 79 and 8E. RGB value is (40,121,142). Sum of RGB (Red+Green+Blue) = 40+121+142=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #28798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28798E is #D78671. Grayscale: #636363. Windows color (decimal): -14124658 or 9337128. OLE color: 9337128.
HSL color Cylindrical-coordinate representation of color #28798E: hue angle of 192.35º 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 #28798E is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 121 | 142 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.35º | 0.56% | 0.36% | - |
| HSV(B) | 192.35º | 0.72% | 0.56% | - |
| XYZ | 12.59 | 16.08 | 28.03 | - |
| YUV | 99.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 142 | 0.72 | 0.15 | 0 | 0.44 | 192.35 | 0.56 | 0.36 |
| Hex | 28 | 79 | 8E | 48 | F | 0 | 2C | C0 | 38 | 24 |
| Octal | 50 | 171 | 216 | 110 | 17 | 0 | 54 | 300 | 70 | 44 |
| Binary | 101000 | 1111001 | 10001110 | 1001000 | 1111 | 0 | 101100 | 11000000 | 111000 | 100100 |
Color Harmonies of #28798E
Complementary color
Monochromatic Colors of #28798E
Black with #28798E
Text Example
Text Example
White with #28798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28798E; }
p { color: rgb(40,121,142); }
H1.HeaderClassName
{
color: #28798E;
}
.AnyTagClassName
{
color: #28798E;
}
</style>
background-color css
<style>
a { background-color: #28798E; }
a { background-color: rgb(40,121,142); }
div.DivClassName
{
background-color: #28798E;
}
.BgClassName
{
background-color: #28798E;
}
</style>
border-color css
<style>
span { border-color: #28798E; }
span { border-color: rgb(40,121,142); }
td.TdClassName
{
border-color: #28798E;
}
.TagClassName
{
border-color: #28798E;
}
</style>