Shades of Astral #287B90
Tints of Astral #287B90
RGB
CMYK
RGB Variations
Color information
#287B90 (or 0x287B90) is known color: Astral. HEX triplet: 28, 7B and 90. RGB value is (40,123,144). Sum of RGB (Red+Green+Blue) = 40+123+144=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #287B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B90 is #D7846F. Grayscale: #646464. Windows color (decimal): -14124144 or 9468712. OLE color: 9468712.
HSL color Cylindrical-coordinate representation of color #287B90: hue angle of 192.12º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287B90 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 123 | 144 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.12º | 0.57% | 0.36% | - |
| HSV(B) | 192.12º | 0.72% | 0.56% | - |
| XYZ | 12.99 | 16.63 | 28.91 | - |
| YUV | 100.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 144 | 0.72 | 0.15 | 0 | 0.44 | 192.12 | 0.57 | 0.36 |
| Hex | 28 | 7B | 90 | 48 | F | 0 | 2C | C0 | 39 | 24 |
| Octal | 50 | 173 | 220 | 110 | 17 | 0 | 54 | 300 | 71 | 44 |
| Binary | 101000 | 1111011 | 10010000 | 1001000 | 1111 | 0 | 101100 | 11000000 | 111001 | 100100 |
Color Harmonies of #287B90
Complementary color
Monochromatic Colors of #287B90
Black with #287B90
Text Example
Text Example
White with #287B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B90; }
p { color: rgb(40,123,144); }
H1.HeaderClassName
{
color: #287B90;
}
.AnyTagClassName
{
color: #287B90;
}
</style>
background-color css
<style>
a { background-color: #287B90; }
a { background-color: rgb(40,123,144); }
div.DivClassName
{
background-color: #287B90;
}
.BgClassName
{
background-color: #287B90;
}
</style>
border-color css
<style>
span { border-color: #287B90; }
span { border-color: rgb(40,123,144); }
td.TdClassName
{
border-color: #287B90;
}
.TagClassName
{
border-color: #287B90;
}
</style>