Shades of Astral #28768B
Tints of Astral #28768B
RGB
CMYK
RGB Variations
Color information
#28768B (or 0x28768B) is known color: Astral. HEX triplet: 28, 76 and 8B. RGB value is (40,118,139). Sum of RGB (Red+Green+Blue) = 40+118+139=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #28768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28768B is #D78974. Grayscale: #606060. Windows color (decimal): -14125429 or 9139752. OLE color: 9139752.
HSL color Cylindrical-coordinate representation of color #28768B: hue angle of 192.73º 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 #28768B is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 118 | 139 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.45 |
| HSL | 192.73º | 0.55% | 0.35% | - |
| HSV(B) | 192.73º | 0.71% | 0.55% | - |
| XYZ | 12.01 | 15.27 | 26.74 | - |
| YUV | 97.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 139 | 0.71 | 0.15 | 0 | 0.45 | 192.73 | 0.55 | 0.35 |
| Hex | 28 | 76 | 8B | 47 | F | 0 | 2D | C1 | 37 | 23 |
| Octal | 50 | 166 | 213 | 107 | 17 | 0 | 55 | 301 | 67 | 43 |
| Binary | 101000 | 1110110 | 10001011 | 1000111 | 1111 | 0 | 101101 | 11000001 | 110111 | 100011 |
Color Harmonies of #28768B
Complementary color
Monochromatic Colors of #28768B
Black with #28768B
Text Example
Text Example
White with #28768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28768B; }
p { color: rgb(40,118,139); }
H1.HeaderClassName
{
color: #28768B;
}
.AnyTagClassName
{
color: #28768B;
}
</style>
background-color css
<style>
a { background-color: #28768B; }
a { background-color: rgb(40,118,139); }
div.DivClassName
{
background-color: #28768B;
}
.BgClassName
{
background-color: #28768B;
}
</style>
border-color css
<style>
span { border-color: #28768B; }
span { border-color: rgb(40,118,139); }
td.TdClassName
{
border-color: #28768B;
}
.TagClassName
{
border-color: #28768B;
}
</style>