Shades of Astral #286A90
Tints of Astral #286A90
RGB
CMYK
RGB Variations
Color information
#286A90 (or 0x286A90) is known color: Astral. HEX triplet: 28, 6A and 90. RGB value is (40,106,144). Sum of RGB (Red+Green+Blue) = 40+106+144=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #286A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286A90 is #D7956F. Grayscale: #5A5A5A. Windows color (decimal): -14128496 or 9464360. OLE color: 9464360.
HSL color Cylindrical-coordinate representation of color #286A90: hue angle of 201.92º 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 #286A90 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 106 | 144 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.44 |
| HSL | 201.92º | 0.57% | 0.36% | - |
| HSV(B) | 201.92º | 0.72% | 0.56% | - |
| XYZ | 11.06 | 12.77 | 28.27 | - |
| YUV | 90.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 144 | 0.72 | 0.26 | 0 | 0.44 | 201.92 | 0.57 | 0.36 |
| Hex | 28 | 6A | 90 | 48 | 1A | 0 | 2C | CA | 39 | 24 |
| Octal | 50 | 152 | 220 | 110 | 32 | 0 | 54 | 312 | 71 | 44 |
| Binary | 101000 | 1101010 | 10010000 | 1001000 | 11010 | 0 | 101100 | 11001010 | 111001 | 100100 |
Color Harmonies of #286A90
Complementary color
Monochromatic Colors of #286A90
Black with #286A90
Text Example
Text Example
White with #286A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A90; }
p { color: rgb(40,106,144); }
H1.HeaderClassName
{
color: #286A90;
}
.AnyTagClassName
{
color: #286A90;
}
</style>
background-color css
<style>
a { background-color: #286A90; }
a { background-color: rgb(40,106,144); }
div.DivClassName
{
background-color: #286A90;
}
.BgClassName
{
background-color: #286A90;
}
</style>
border-color css
<style>
span { border-color: #286A90; }
span { border-color: rgb(40,106,144); }
td.TdClassName
{
border-color: #286A90;
}
.TagClassName
{
border-color: #286A90;
}
</style>