Shades of Astral #28798C
Tints of Astral #28798C
RGB
CMYK
RGB Variations
Color information
#28798C (or 0x28798C) is known color: Astral. HEX triplet: 28, 79 and 8C. RGB value is (40,121,140). Sum of RGB (Red+Green+Blue) = 40+121+140=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #28798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28798C is #D78673. Grayscale: #626262. Windows color (decimal): -14124660 or 9206056. OLE color: 9206056.
HSL color Cylindrical-coordinate representation of color #28798C: hue angle of 191.4º 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 #28798C is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 121 | 140 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.45 |
| HSL | 191.4º | 0.56% | 0.35% | - |
| HSV(B) | 191.4º | 0.71% | 0.55% | - |
| XYZ | 12.45 | 16.02 | 27.25 | - |
| YUV | 98.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 140 | 0.71 | 0.14 | 0 | 0.45 | 191.4 | 0.56 | 0.35 |
| Hex | 28 | 79 | 8C | 47 | E | 0 | 2D | BF | 38 | 23 |
| Octal | 50 | 171 | 214 | 107 | 16 | 0 | 55 | 277 | 70 | 43 |
| Binary | 101000 | 1111001 | 10001100 | 1000111 | 1110 | 0 | 101101 | 10111111 | 111000 | 100011 |
Color Harmonies of #28798C
Complementary color
Monochromatic Colors of #28798C
Black with #28798C
Text Example
Text Example
White with #28798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28798C; }
p { color: rgb(40,121,140); }
H1.HeaderClassName
{
color: #28798C;
}
.AnyTagClassName
{
color: #28798C;
}
</style>
background-color css
<style>
a { background-color: #28798C; }
a { background-color: rgb(40,121,140); }
div.DivClassName
{
background-color: #28798C;
}
.BgClassName
{
background-color: #28798C;
}
</style>
border-color css
<style>
span { border-color: #28798C; }
span { border-color: rgb(40,121,140); }
td.TdClassName
{
border-color: #28798C;
}
.TagClassName
{
border-color: #28798C;
}
</style>