Shades of Astral #287C91
Tints of Astral #287C91
RGB
CMYK
RGB Variations
Color information
#287C91 (or 0x287C91) is known color: Astral. HEX triplet: 28, 7C and 91. RGB value is (40,124,145). Sum of RGB (Red+Green+Blue) = 40+124+145=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #287C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C91 is #D7836E. Grayscale: #656565. Windows color (decimal): -14123887 or 9534504. OLE color: 9534504.
HSL color Cylindrical-coordinate representation of color #287C91: hue angle of 192º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287C91 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 124 | 145 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.43 |
| HSL | 192º | 0.57% | 0.36% | - |
| HSV(B) | 192º | 0.72% | 0.57% | - |
| XYZ | 13.19 | 16.91 | 29.36 | - |
| YUV | 101.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 145 | 0.72 | 0.14 | 0 | 0.43 | 192 | 0.57 | 0.36 |
| Hex | 28 | 7C | 91 | 48 | E | 0 | 2B | C0 | 39 | 24 |
| Octal | 50 | 174 | 221 | 110 | 16 | 0 | 53 | 300 | 71 | 44 |
| Binary | 101000 | 1111100 | 10010001 | 1001000 | 1110 | 0 | 101011 | 11000000 | 111001 | 100100 |
Color Harmonies of #287C91
Complementary color
Monochromatic Colors of #287C91
Black with #287C91
Text Example
Text Example
White with #287C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C91; }
p { color: rgb(40,124,145); }
H1.HeaderClassName
{
color: #287C91;
}
.AnyTagClassName
{
color: #287C91;
}
</style>
background-color css
<style>
a { background-color: #287C91; }
a { background-color: rgb(40,124,145); }
div.DivClassName
{
background-color: #287C91;
}
.BgClassName
{
background-color: #287C91;
}
</style>
border-color css
<style>
span { border-color: #287C91; }
span { border-color: rgb(40,124,145); }
td.TdClassName
{
border-color: #287C91;
}
.TagClassName
{
border-color: #287C91;
}
</style>