Shades of Astral #287D8F
Tints of Astral #287D8F
RGB
CMYK
RGB Variations
Color information
#287D8F (or 0x287D8F) is known color: Astral. HEX triplet: 28, 7D and 8F. RGB value is (40,125,143). Sum of RGB (Red+Green+Blue) = 40+125+143=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #287D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D8F is #D78270. Grayscale: #656565. Windows color (decimal): -14123633 or 9403688. OLE color: 9403688.
HSL color Cylindrical-coordinate representation of color #287D8F: hue angle of 190.49º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287D8F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 125 | 143 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.44 |
| HSL | 190.49º | 0.56% | 0.36% | - |
| HSV(B) | 190.49º | 0.72% | 0.56% | - |
| XYZ | 13.17 | 17.1 | 28.59 | - |
| YUV | 101.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 143 | 0.72 | 0.13 | 0 | 0.44 | 190.49 | 0.56 | 0.36 |
| Hex | 28 | 7D | 8F | 48 | D | 0 | 2C | BE | 38 | 24 |
| Octal | 50 | 175 | 217 | 110 | 15 | 0 | 54 | 276 | 70 | 44 |
| Binary | 101000 | 1111101 | 10001111 | 1001000 | 1101 | 0 | 101100 | 10111110 | 111000 | 100100 |
Color Harmonies of #287D8F
Complementary color
Monochromatic Colors of #287D8F
Black with #287D8F
Text Example
Text Example
White with #287D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D8F; }
p { color: rgb(40,125,143); }
H1.HeaderClassName
{
color: #287D8F;
}
.AnyTagClassName
{
color: #287D8F;
}
</style>
background-color css
<style>
a { background-color: #287D8F; }
a { background-color: rgb(40,125,143); }
div.DivClassName
{
background-color: #287D8F;
}
.BgClassName
{
background-color: #287D8F;
}
</style>
border-color css
<style>
span { border-color: #287D8F; }
span { border-color: rgb(40,125,143); }
td.TdClassName
{
border-color: #287D8F;
}
.TagClassName
{
border-color: #287D8F;
}
</style>