Shades of Astral #287B96
Tints of Astral #287B96
RGB
CMYK
RGB Variations
Color information
#287B96 (or 0x287B96) is known color: Astral. HEX triplet: 28, 7B and 96. RGB value is (40,123,150). Sum of RGB (Red+Green+Blue) = 40+123+150=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #287B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B96 is #D78469. Grayscale: #656565. Windows color (decimal): -14124138 or 9861928. OLE color: 9861928.
HSL color Cylindrical-coordinate representation of color #287B96: hue angle of 194.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287B96 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 123 | 150 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.41 |
| HSL | 194.73º | 0.58% | 0.37% | - |
| HSV(B) | 194.73º | 0.73% | 0.59% | - |
| XYZ | 13.46 | 16.82 | 31.39 | - |
| YUV | 101.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 150 | 0.73 | 0.18 | 0 | 0.41 | 194.73 | 0.58 | 0.37 |
| Hex | 28 | 7B | 96 | 49 | 12 | 0 | 29 | C3 | 3A | 25 |
| Octal | 50 | 173 | 226 | 111 | 22 | 0 | 51 | 303 | 72 | 45 |
| Binary | 101000 | 1111011 | 10010110 | 1001001 | 10010 | 0 | 101001 | 11000011 | 111010 | 100101 |
Color Harmonies of #287B96
Complementary color
Monochromatic Colors of #287B96
Black with #287B96
Text Example
Text Example
White with #287B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B96; }
p { color: rgb(40,123,150); }
H1.HeaderClassName
{
color: #287B96;
}
.AnyTagClassName
{
color: #287B96;
}
</style>
background-color css
<style>
a { background-color: #287B96; }
a { background-color: rgb(40,123,150); }
div.DivClassName
{
background-color: #287B96;
}
.BgClassName
{
background-color: #287B96;
}
</style>
border-color css
<style>
span { border-color: #287B96; }
span { border-color: rgb(40,123,150); }
td.TdClassName
{
border-color: #287B96;
}
.TagClassName
{
border-color: #287B96;
}
</style>