Shades of Astral #28768D
Tints of Astral #28768D
RGB
CMYK
RGB Variations
Color information
#28768D (or 0x28768D) is known color: Astral. HEX triplet: 28, 76 and 8D. RGB value is (40,118,141). Sum of RGB (Red+Green+Blue) = 40+118+141=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #28768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28768D is #D78972. Grayscale: #616161. Windows color (decimal): -14125427 or 9270824. OLE color: 9270824.
HSL color Cylindrical-coordinate representation of color #28768D: hue angle of 193.66º 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 #28768D is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 118 | 141 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.45 |
| HSL | 193.66º | 0.56% | 0.35% | - |
| HSV(B) | 193.66º | 0.72% | 0.55% | - |
| XYZ | 12.16 | 15.33 | 27.52 | - |
| YUV | 97.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 141 | 0.72 | 0.16 | 0 | 0.45 | 193.66 | 0.56 | 0.35 |
| Hex | 28 | 76 | 8D | 48 | 10 | 0 | 2D | C2 | 38 | 23 |
| Octal | 50 | 166 | 215 | 110 | 20 | 0 | 55 | 302 | 70 | 43 |
| Binary | 101000 | 1110110 | 10001101 | 1001000 | 10000 | 0 | 101101 | 11000010 | 111000 | 100011 |
Color Harmonies of #28768D
Complementary color
Monochromatic Colors of #28768D
Black with #28768D
Text Example
Text Example
White with #28768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28768D; }
p { color: rgb(40,118,141); }
H1.HeaderClassName
{
color: #28768D;
}
.AnyTagClassName
{
color: #28768D;
}
</style>
background-color css
<style>
a { background-color: #28768D; }
a { background-color: rgb(40,118,141); }
div.DivClassName
{
background-color: #28768D;
}
.BgClassName
{
background-color: #28768D;
}
</style>
border-color css
<style>
span { border-color: #28768D; }
span { border-color: rgb(40,118,141); }
td.TdClassName
{
border-color: #28768D;
}
.TagClassName
{
border-color: #28768D;
}
</style>