Shades of Astral #287294
Tints of Astral #287294
RGB
CMYK
RGB Variations
Color information
#287294 (or 0x287294) is known color: Astral. HEX triplet: 28, 72 and 94. RGB value is (40,114,148). Sum of RGB (Red+Green+Blue) = 40+114+148=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #287294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287294 is #D78D6B. Grayscale: #5F5F5F. Windows color (decimal): -14126444 or 9728552. OLE color: 9728552.
HSL color Cylindrical-coordinate representation of color #287294: hue angle of 198.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287294 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 114 | 148 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.42 |
| HSL | 198.89º | 0.57% | 0.37% | - |
| HSV(B) | 198.89º | 0.73% | 0.58% | - |
| XYZ | 12.24 | 14.62 | 30.19 | - |
| YUV | 95.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 148 | 0.73 | 0.23 | 0 | 0.42 | 198.89 | 0.57 | 0.37 |
| Hex | 28 | 72 | 94 | 49 | 17 | 0 | 2A | C7 | 39 | 25 |
| Octal | 50 | 162 | 224 | 111 | 27 | 0 | 52 | 307 | 71 | 45 |
| Binary | 101000 | 1110010 | 10010100 | 1001001 | 10111 | 0 | 101010 | 11000111 | 111001 | 100101 |
Color Harmonies of #287294
Complementary color
Monochromatic Colors of #287294
Black with #287294
Text Example
Text Example
White with #287294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287294; }
p { color: rgb(40,114,148); }
H1.HeaderClassName
{
color: #287294;
}
.AnyTagClassName
{
color: #287294;
}
</style>
background-color css
<style>
a { background-color: #287294; }
a { background-color: rgb(40,114,148); }
div.DivClassName
{
background-color: #287294;
}
.BgClassName
{
background-color: #287294;
}
</style>
border-color css
<style>
span { border-color: #287294; }
span { border-color: rgb(40,114,148); }
td.TdClassName
{
border-color: #287294;
}
.TagClassName
{
border-color: #287294;
}
</style>