Shades of Astral #286B8C
Tints of Astral #286B8C
RGB
CMYK
RGB Variations
Color information
#286B8C (or 0x286B8C) is known color: Astral. HEX triplet: 28, 6B and 8C. RGB value is (40,107,140). Sum of RGB (Red+Green+Blue) = 40+107+140=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #286B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B8C is #D79473. Grayscale: #5A5A5A. Windows color (decimal): -14128244 or 9202472. OLE color: 9202472.
HSL color Cylindrical-coordinate representation of color #286B8C: hue angle of 199.8º degrees, saturation: 0.56, 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 #286B8C is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 107 | 140 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.45 |
| HSL | 199.8º | 0.56% | 0.35% | - |
| HSV(B) | 199.8º | 0.71% | 0.55% | - |
| XYZ | 10.87 | 12.86 | 26.72 | - |
| YUV | 90.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 140 | 0.71 | 0.24 | 0 | 0.45 | 199.8 | 0.56 | 0.35 |
| Hex | 28 | 6B | 8C | 47 | 18 | 0 | 2D | C8 | 38 | 23 |
| Octal | 50 | 153 | 214 | 107 | 30 | 0 | 55 | 310 | 70 | 43 |
| Binary | 101000 | 1101011 | 10001100 | 1000111 | 11000 | 0 | 101101 | 11001000 | 111000 | 100011 |
Color Harmonies of #286B8C
Complementary color
Monochromatic Colors of #286B8C
Black with #286B8C
Text Example
Text Example
White with #286B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B8C; }
p { color: rgb(40,107,140); }
H1.HeaderClassName
{
color: #286B8C;
}
.AnyTagClassName
{
color: #286B8C;
}
</style>
background-color css
<style>
a { background-color: #286B8C; }
a { background-color: rgb(40,107,140); }
div.DivClassName
{
background-color: #286B8C;
}
.BgClassName
{
background-color: #286B8C;
}
</style>
border-color css
<style>
span { border-color: #286B8C; }
span { border-color: rgb(40,107,140); }
td.TdClassName
{
border-color: #286B8C;
}
.TagClassName
{
border-color: #286B8C;
}
</style>