Shades of Astral #287694
Tints of Astral #287694
RGB
CMYK
RGB Variations
Color information
#287694 (or 0x287694) is known color: Astral. HEX triplet: 28, 76 and 94. RGB value is (40,118,148). Sum of RGB (Red+Green+Blue) = 40+118+148=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #287694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287694 is #D7896B. Grayscale: #616161. Windows color (decimal): -14125420 or 9729576. OLE color: 9729576.
HSL color Cylindrical-coordinate representation of color #287694: hue angle of 196.67º 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 #287694 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 118 | 148 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.42 |
| HSL | 196.67º | 0.57% | 0.37% | - |
| HSV(B) | 196.67º | 0.73% | 0.58% | - |
| XYZ | 12.7 | 15.55 | 30.35 | - |
| YUV | 98.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 148 | 0.73 | 0.20 | 0 | 0.42 | 196.67 | 0.57 | 0.37 |
| Hex | 28 | 76 | 94 | 49 | 14 | 0 | 2A | C5 | 39 | 25 |
| Octal | 50 | 166 | 224 | 111 | 24 | 0 | 52 | 305 | 71 | 45 |
| Binary | 101000 | 1110110 | 10010100 | 1001001 | 10100 | 0 | 101010 | 11000101 | 111001 | 100101 |
Color Harmonies of #287694
Complementary color
Monochromatic Colors of #287694
Black with #287694
Text Example
Text Example
White with #287694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287694; }
p { color: rgb(40,118,148); }
H1.HeaderClassName
{
color: #287694;
}
.AnyTagClassName
{
color: #287694;
}
</style>
background-color css
<style>
a { background-color: #287694; }
a { background-color: rgb(40,118,148); }
div.DivClassName
{
background-color: #287694;
}
.BgClassName
{
background-color: #287694;
}
</style>
border-color css
<style>
span { border-color: #287694; }
span { border-color: rgb(40,118,148); }
td.TdClassName
{
border-color: #287694;
}
.TagClassName
{
border-color: #287694;
}
</style>