Shades of Astral #286C8B
Tints of Astral #286C8B
RGB
CMYK
RGB Variations
Color information
#286C8B (or 0x286C8B) is known color: Astral. HEX triplet: 28, 6C and 8B. RGB value is (40,108,139). Sum of RGB (Red+Green+Blue) = 40+108+139=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #286C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C8B is #D79374. Grayscale: #5B5B5B. Windows color (decimal): -14127989 or 9137192. OLE color: 9137192.
HSL color Cylindrical-coordinate representation of color #286C8B: hue angle of 198.79º 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 #286C8B is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 108 | 139 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.45 |
| HSL | 198.79º | 0.55% | 0.35% | - |
| HSV(B) | 198.79º | 0.71% | 0.55% | - |
| XYZ | 10.9 | 13.04 | 26.37 | - |
| YUV | 91.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 139 | 0.71 | 0.22 | 0 | 0.45 | 198.79 | 0.55 | 0.35 |
| Hex | 28 | 6C | 8B | 47 | 16 | 0 | 2D | C7 | 37 | 23 |
| Octal | 50 | 154 | 213 | 107 | 26 | 0 | 55 | 307 | 67 | 43 |
| Binary | 101000 | 1101100 | 10001011 | 1000111 | 10110 | 0 | 101101 | 11000111 | 110111 | 100011 |
Color Harmonies of #286C8B
Complementary color
Monochromatic Colors of #286C8B
Black with #286C8B
Text Example
Text Example
White with #286C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C8B; }
p { color: rgb(40,108,139); }
H1.HeaderClassName
{
color: #286C8B;
}
.AnyTagClassName
{
color: #286C8B;
}
</style>
background-color css
<style>
a { background-color: #286C8B; }
a { background-color: rgb(40,108,139); }
div.DivClassName
{
background-color: #286C8B;
}
.BgClassName
{
background-color: #286C8B;
}
</style>
border-color css
<style>
span { border-color: #286C8B; }
span { border-color: rgb(40,108,139); }
td.TdClassName
{
border-color: #286C8B;
}
.TagClassName
{
border-color: #286C8B;
}
</style>