Shades of Astral #28708B
Tints of Astral #28708B
RGB
CMYK
RGB Variations
Color information
#28708B (or 0x28708B) is known color: Astral. HEX triplet: 28, 70 and 8B. RGB value is (40,112,139). Sum of RGB (Red+Green+Blue) = 40+112+139=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #28708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28708B is #D78F74. Grayscale: #5D5D5D. Windows color (decimal): -14126965 or 9138216. OLE color: 9138216.
HSL color Cylindrical-coordinate representation of color #28708B: hue angle of 196.36º 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 #28708B is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 112 | 139 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.45 |
| HSL | 196.36º | 0.55% | 0.35% | - |
| HSV(B) | 196.36º | 0.71% | 0.55% | - |
| XYZ | 11.33 | 13.9 | 26.51 | - |
| YUV | 93.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 139 | 0.71 | 0.19 | 0 | 0.45 | 196.36 | 0.55 | 0.35 |
| Hex | 28 | 70 | 8B | 47 | 13 | 0 | 2D | C4 | 37 | 23 |
| Octal | 50 | 160 | 213 | 107 | 23 | 0 | 55 | 304 | 67 | 43 |
| Binary | 101000 | 1110000 | 10001011 | 1000111 | 10011 | 0 | 101101 | 11000100 | 110111 | 100011 |
Color Harmonies of #28708B
Complementary color
Monochromatic Colors of #28708B
Black with #28708B
Text Example
Text Example
White with #28708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28708B; }
p { color: rgb(40,112,139); }
H1.HeaderClassName
{
color: #28708B;
}
.AnyTagClassName
{
color: #28708B;
}
</style>
background-color css
<style>
a { background-color: #28708B; }
a { background-color: rgb(40,112,139); }
div.DivClassName
{
background-color: #28708B;
}
.BgClassName
{
background-color: #28708B;
}
</style>
border-color css
<style>
span { border-color: #28708B; }
span { border-color: rgb(40,112,139); }
td.TdClassName
{
border-color: #28708B;
}
.TagClassName
{
border-color: #28708B;
}
</style>