Shades of Astral #286A8B
Tints of Astral #286A8B
RGB
CMYK
RGB Variations
Color information
#286A8B (or 0x286A8B) is known color: Astral. HEX triplet: 28, 6A and 8B. RGB value is (40,106,139). Sum of RGB (Red+Green+Blue) = 40+106+139=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #286A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286A8B is #D79574. Grayscale: #595959. Windows color (decimal): -14128501 or 9136680. OLE color: 9136680.
HSL color Cylindrical-coordinate representation of color #286A8B: hue angle of 200º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286A8B is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 106 | 139 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.45 |
| HSL | 200º | 0.55% | 0.35% | - |
| HSV(B) | 200º | 0.71% | 0.55% | - |
| XYZ | 10.69 | 12.62 | 26.3 | - |
| YUV | 90.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 139 | 0.71 | 0.24 | 0 | 0.45 | 200 | 0.55 | 0.35 |
| Hex | 28 | 6A | 8B | 47 | 18 | 0 | 2D | C8 | 37 | 23 |
| Octal | 50 | 152 | 213 | 107 | 30 | 0 | 55 | 310 | 67 | 43 |
| Binary | 101000 | 1101010 | 10001011 | 1000111 | 11000 | 0 | 101101 | 11001000 | 110111 | 100011 |
Color Harmonies of #286A8B
Complementary color
Monochromatic Colors of #286A8B
Black with #286A8B
Text Example
Text Example
White with #286A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A8B; }
p { color: rgb(40,106,139); }
H1.HeaderClassName
{
color: #286A8B;
}
.AnyTagClassName
{
color: #286A8B;
}
</style>
background-color css
<style>
a { background-color: #286A8B; }
a { background-color: rgb(40,106,139); }
div.DivClassName
{
background-color: #286A8B;
}
.BgClassName
{
background-color: #286A8B;
}
</style>
border-color css
<style>
span { border-color: #286A8B; }
span { border-color: rgb(40,106,139); }
td.TdClassName
{
border-color: #286A8B;
}
.TagClassName
{
border-color: #286A8B;
}
</style>