Shades of Astral #287C90
Tints of Astral #287C90
RGB
CMYK
RGB Variations
Color information
#287C90 (or 0x287C90) is known color: Astral. HEX triplet: 28, 7C and 90. RGB value is (40,124,144). Sum of RGB (Red+Green+Blue) = 40+124+144=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #287C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C90 is #D7836F. Grayscale: #656565. Windows color (decimal): -14123888 or 9468968. OLE color: 9468968.
HSL color Cylindrical-coordinate representation of color #287C90: hue angle of 191.54º degrees, saturation: 0.57, 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 #287C90 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 124 | 144 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.44 |
| HSL | 191.54º | 0.57% | 0.36% | - |
| HSV(B) | 191.54º | 0.72% | 0.56% | - |
| XYZ | 13.12 | 16.88 | 28.95 | - |
| YUV | 101.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 144 | 0.72 | 0.14 | 0 | 0.44 | 191.54 | 0.57 | 0.36 |
| Hex | 28 | 7C | 90 | 48 | E | 0 | 2C | C0 | 39 | 24 |
| Octal | 50 | 174 | 220 | 110 | 16 | 0 | 54 | 300 | 71 | 44 |
| Binary | 101000 | 1111100 | 10010000 | 1001000 | 1110 | 0 | 101100 | 11000000 | 111001 | 100100 |
Color Harmonies of #287C90
Complementary color
Monochromatic Colors of #287C90
Black with #287C90
Text Example
Text Example
White with #287C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C90; }
p { color: rgb(40,124,144); }
H1.HeaderClassName
{
color: #287C90;
}
.AnyTagClassName
{
color: #287C90;
}
</style>
background-color css
<style>
a { background-color: #287C90; }
a { background-color: rgb(40,124,144); }
div.DivClassName
{
background-color: #287C90;
}
.BgClassName
{
background-color: #287C90;
}
</style>
border-color css
<style>
span { border-color: #287C90; }
span { border-color: rgb(40,124,144); }
td.TdClassName
{
border-color: #287C90;
}
.TagClassName
{
border-color: #287C90;
}
</style>