Shades of Astral #287C8F
Tints of Astral #287C8F
RGB
CMYK
RGB Variations
Color information
#287C8F (or 0x287C8F) is known color: Astral. HEX triplet: 28, 7C and 8F. RGB value is (40,124,143). Sum of RGB (Red+Green+Blue) = 40+124+143=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #287C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C8F is #D78370. Grayscale: #646464. Windows color (decimal): -14123889 or 9403432. OLE color: 9403432.
HSL color Cylindrical-coordinate representation of color #287C8F: hue angle of 191.07º 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 #287C8F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 124 | 143 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.44 |
| HSL | 191.07º | 0.56% | 0.36% | - |
| HSV(B) | 191.07º | 0.72% | 0.56% | - |
| XYZ | 13.04 | 16.85 | 28.55 | - |
| YUV | 101.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 143 | 0.72 | 0.13 | 0 | 0.44 | 191.07 | 0.56 | 0.36 |
| Hex | 28 | 7C | 8F | 48 | D | 0 | 2C | BF | 38 | 24 |
| Octal | 50 | 174 | 217 | 110 | 15 | 0 | 54 | 277 | 70 | 44 |
| Binary | 101000 | 1111100 | 10001111 | 1001000 | 1101 | 0 | 101100 | 10111111 | 111000 | 100100 |
Color Harmonies of #287C8F
Complementary color
Monochromatic Colors of #287C8F
Black with #287C8F
Text Example
Text Example
White with #287C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C8F; }
p { color: rgb(40,124,143); }
H1.HeaderClassName
{
color: #287C8F;
}
.AnyTagClassName
{
color: #287C8F;
}
</style>
background-color css
<style>
a { background-color: #287C8F; }
a { background-color: rgb(40,124,143); }
div.DivClassName
{
background-color: #287C8F;
}
.BgClassName
{
background-color: #287C8F;
}
</style>
border-color css
<style>
span { border-color: #287C8F; }
span { border-color: rgb(40,124,143); }
td.TdClassName
{
border-color: #287C8F;
}
.TagClassName
{
border-color: #287C8F;
}
</style>