Shades of Astral #286888
Tints of Astral #286888
RGB
CMYK
RGB Variations
Color information
#286888 (or 0x286888) is known color: Astral. HEX triplet: 28, 68 and 88. RGB value is (40,104,136). Sum of RGB (Red+Green+Blue) = 40+104+136=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #286888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286888 is #D79777. Grayscale: #585858. Windows color (decimal): -14129016 or 8939560. OLE color: 8939560.
HSL color Cylindrical-coordinate representation of color #286888: hue angle of 200º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286888 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 104 | 136 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.47 |
| HSL | 200º | 0.55% | 0.35% | - |
| HSV(B) | 200º | 0.71% | 0.53% | - |
| XYZ | 10.27 | 12.13 | 25.09 | - |
| YUV | 88.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 136 | 0.71 | 0.24 | 0 | 0.47 | 200 | 0.55 | 0.35 |
| Hex | 28 | 68 | 88 | 47 | 18 | 0 | 2F | C8 | 37 | 23 |
| Octal | 50 | 150 | 210 | 107 | 30 | 0 | 57 | 310 | 67 | 43 |
| Binary | 101000 | 1101000 | 10001000 | 1000111 | 11000 | 0 | 101111 | 11001000 | 110111 | 100011 |
Color Harmonies of #286888
Complementary color
Monochromatic Colors of #286888
Black with #286888
Text Example
Text Example
White with #286888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286888; }
p { color: rgb(40,104,136); }
H1.HeaderClassName
{
color: #286888;
}
.AnyTagClassName
{
color: #286888;
}
</style>
background-color css
<style>
a { background-color: #286888; }
a { background-color: rgb(40,104,136); }
div.DivClassName
{
background-color: #286888;
}
.BgClassName
{
background-color: #286888;
}
</style>
border-color css
<style>
span { border-color: #286888; }
span { border-color: rgb(40,104,136); }
td.TdClassName
{
border-color: #286888;
}
.TagClassName
{
border-color: #286888;
}
</style>