Shades of Astral #28758D
Tints of Astral #28758D
RGB
CMYK
RGB Variations
Color information
#28758D (or 0x28758D) is known color: Astral. HEX triplet: 28, 75 and 8D. RGB value is (40,117,141). Sum of RGB (Red+Green+Blue) = 40+117+141=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #28758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28758D is #D78A72. Grayscale: #606060. Windows color (decimal): -14125683 or 9270568. OLE color: 9270568.
HSL color Cylindrical-coordinate representation of color #28758D: hue angle of 194.26º 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 #28758D is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 117 | 141 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.45 |
| HSL | 194.26º | 0.56% | 0.35% | - |
| HSV(B) | 194.26º | 0.72% | 0.55% | - |
| XYZ | 12.04 | 15.1 | 27.48 | - |
| YUV | 96.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 141 | 0.72 | 0.17 | 0 | 0.45 | 194.26 | 0.56 | 0.35 |
| Hex | 28 | 75 | 8D | 48 | 11 | 0 | 2D | C2 | 38 | 23 |
| Octal | 50 | 165 | 215 | 110 | 21 | 0 | 55 | 302 | 70 | 43 |
| Binary | 101000 | 1110101 | 10001101 | 1001000 | 10001 | 0 | 101101 | 11000010 | 111000 | 100011 |
Color Harmonies of #28758D
Complementary color
Monochromatic Colors of #28758D
Black with #28758D
Text Example
Text Example
White with #28758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28758D; }
p { color: rgb(40,117,141); }
H1.HeaderClassName
{
color: #28758D;
}
.AnyTagClassName
{
color: #28758D;
}
</style>
background-color css
<style>
a { background-color: #28758D; }
a { background-color: rgb(40,117,141); }
div.DivClassName
{
background-color: #28758D;
}
.BgClassName
{
background-color: #28758D;
}
</style>
border-color css
<style>
span { border-color: #28758D; }
span { border-color: rgb(40,117,141); }
td.TdClassName
{
border-color: #28758D;
}
.TagClassName
{
border-color: #28758D;
}
</style>