Shades of Astral #287A90
Tints of Astral #287A90
RGB
CMYK
RGB Variations
Color information
#287A90 (or 0x287A90) is known color: Astral. HEX triplet: 28, 7A and 90. RGB value is (40,122,144). Sum of RGB (Red+Green+Blue) = 40+122+144=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #287A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A90 is #D7856F. Grayscale: #636363. Windows color (decimal): -14124400 or 9468456. OLE color: 9468456.
HSL color Cylindrical-coordinate representation of color #287A90: hue angle of 192.69º 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 #287A90 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 122 | 144 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.69º | 0.57% | 0.36% | - |
| HSV(B) | 192.69º | 0.72% | 0.56% | - |
| XYZ | 12.87 | 16.38 | 28.87 | - |
| YUV | 99.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 144 | 0.72 | 0.15 | 0 | 0.44 | 192.69 | 0.57 | 0.36 |
| Hex | 28 | 7A | 90 | 48 | F | 0 | 2C | C1 | 39 | 24 |
| Octal | 50 | 172 | 220 | 110 | 17 | 0 | 54 | 301 | 71 | 44 |
| Binary | 101000 | 1111010 | 10010000 | 1001000 | 1111 | 0 | 101100 | 11000001 | 111001 | 100100 |
Color Harmonies of #287A90
Complementary color
Monochromatic Colors of #287A90
Black with #287A90
Text Example
Text Example
White with #287A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A90; }
p { color: rgb(40,122,144); }
H1.HeaderClassName
{
color: #287A90;
}
.AnyTagClassName
{
color: #287A90;
}
</style>
background-color css
<style>
a { background-color: #287A90; }
a { background-color: rgb(40,122,144); }
div.DivClassName
{
background-color: #287A90;
}
.BgClassName
{
background-color: #287A90;
}
</style>
border-color css
<style>
span { border-color: #287A90; }
span { border-color: rgb(40,122,144); }
td.TdClassName
{
border-color: #287A90;
}
.TagClassName
{
border-color: #287A90;
}
</style>