Shades of Astral #287189
Tints of Astral #287189
RGB
CMYK
RGB Variations
Color information
#287189 (or 0x287189) is known color: Astral. HEX triplet: 28, 71 and 89. RGB value is (40,113,137). Sum of RGB (Red+Green+Blue) = 40+113+137=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #287189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287189 is #D78E76. Grayscale: #5D5D5D. Windows color (decimal): -14126711 or 9007400. OLE color: 9007400.
HSL color Cylindrical-coordinate representation of color #287189: hue angle of 194.85º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287189 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 113 | 137 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.46 |
| HSL | 194.85º | 0.55% | 0.35% | - |
| HSV(B) | 194.85º | 0.71% | 0.54% | - |
| XYZ | 11.3 | 14.07 | 25.79 | - |
| YUV | 93.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 137 | 0.71 | 0.18 | 0 | 0.46 | 194.85 | 0.55 | 0.35 |
| Hex | 28 | 71 | 89 | 47 | 12 | 0 | 2E | C3 | 37 | 23 |
| Octal | 50 | 161 | 211 | 107 | 22 | 0 | 56 | 303 | 67 | 43 |
| Binary | 101000 | 1110001 | 10001001 | 1000111 | 10010 | 0 | 101110 | 11000011 | 110111 | 100011 |
Color Harmonies of #287189
Complementary color
Monochromatic Colors of #287189
Black with #287189
Text Example
Text Example
White with #287189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287189; }
p { color: rgb(40,113,137); }
H1.HeaderClassName
{
color: #287189;
}
.AnyTagClassName
{
color: #287189;
}
</style>
background-color css
<style>
a { background-color: #287189; }
a { background-color: rgb(40,113,137); }
div.DivClassName
{
background-color: #287189;
}
.BgClassName
{
background-color: #287189;
}
</style>
border-color css
<style>
span { border-color: #287189; }
span { border-color: rgb(40,113,137); }
td.TdClassName
{
border-color: #287189;
}
.TagClassName
{
border-color: #287189;
}
</style>