Shades of Astral #28758B
Tints of Astral #28758B
RGB
CMYK
RGB Variations
Color information
#28758B (or 0x28758B) is known color: Astral. HEX triplet: 28, 75 and 8B. RGB value is (40,117,139). Sum of RGB (Red+Green+Blue) = 40+117+139=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #28758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28758B is #D78A74. Grayscale: #606060. Windows color (decimal): -14125685 or 9139496. OLE color: 9139496.
HSL color Cylindrical-coordinate representation of color #28758B: hue angle of 193.33º 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 #28758B is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 117 | 139 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.45 |
| HSL | 193.33º | 0.55% | 0.35% | - |
| HSV(B) | 193.33º | 0.71% | 0.55% | - |
| XYZ | 11.9 | 15.04 | 26.7 | - |
| YUV | 96.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 139 | 0.71 | 0.16 | 0 | 0.45 | 193.33 | 0.55 | 0.35 |
| Hex | 28 | 75 | 8B | 47 | 10 | 0 | 2D | C1 | 37 | 23 |
| Octal | 50 | 165 | 213 | 107 | 20 | 0 | 55 | 301 | 67 | 43 |
| Binary | 101000 | 1110101 | 10001011 | 1000111 | 10000 | 0 | 101101 | 11000001 | 110111 | 100011 |
Color Harmonies of #28758B
Complementary color
Monochromatic Colors of #28758B
Black with #28758B
Text Example
Text Example
White with #28758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28758B; }
p { color: rgb(40,117,139); }
H1.HeaderClassName
{
color: #28758B;
}
.AnyTagClassName
{
color: #28758B;
}
</style>
background-color css
<style>
a { background-color: #28758B; }
a { background-color: rgb(40,117,139); }
div.DivClassName
{
background-color: #28758B;
}
.BgClassName
{
background-color: #28758B;
}
</style>
border-color css
<style>
span { border-color: #28758B; }
span { border-color: rgb(40,117,139); }
td.TdClassName
{
border-color: #28758B;
}
.TagClassName
{
border-color: #28758B;
}
</style>