Shades of Astral #287B8F
Tints of Astral #287B8F
RGB
CMYK
RGB Variations
Color information
#287B8F (or 0x287B8F) is known color: Astral. HEX triplet: 28, 7B and 8F. RGB value is (40,123,143). Sum of RGB (Red+Green+Blue) = 40+123+143=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #287B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B8F is #D78470. Grayscale: #646464. Windows color (decimal): -14124145 or 9403176. OLE color: 9403176.
HSL color Cylindrical-coordinate representation of color #287B8F: hue angle of 191.65º 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 #287B8F is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 123 | 143 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.44 |
| HSL | 191.65º | 0.56% | 0.36% | - |
| HSV(B) | 191.65º | 0.72% | 0.56% | - |
| XYZ | 12.92 | 16.6 | 28.51 | - |
| YUV | 100.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 143 | 0.72 | 0.14 | 0 | 0.44 | 191.65 | 0.56 | 0.36 |
| Hex | 28 | 7B | 8F | 48 | E | 0 | 2C | C0 | 38 | 24 |
| Octal | 50 | 173 | 217 | 110 | 16 | 0 | 54 | 300 | 70 | 44 |
| Binary | 101000 | 1111011 | 10001111 | 1001000 | 1110 | 0 | 101100 | 11000000 | 111000 | 100100 |
Color Harmonies of #287B8F
Complementary color
Monochromatic Colors of #287B8F
Black with #287B8F
Text Example
Text Example
White with #287B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B8F; }
p { color: rgb(40,123,143); }
H1.HeaderClassName
{
color: #287B8F;
}
.AnyTagClassName
{
color: #287B8F;
}
</style>
background-color css
<style>
a { background-color: #287B8F; }
a { background-color: rgb(40,123,143); }
div.DivClassName
{
background-color: #287B8F;
}
.BgClassName
{
background-color: #287B8F;
}
</style>
border-color css
<style>
span { border-color: #287B8F; }
span { border-color: rgb(40,123,143); }
td.TdClassName
{
border-color: #287B8F;
}
.TagClassName
{
border-color: #287B8F;
}
</style>