Shades of Astral #286F90
Tints of Astral #286F90
RGB
CMYK
RGB Variations
Color information
#286F90 (or 0x286F90) is known color: Astral. HEX triplet: 28, 6F and 90. RGB value is (40,111,144). Sum of RGB (Red+Green+Blue) = 40+111+144=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #286F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F90 is #D7906F. Grayscale: #5D5D5D. Windows color (decimal): -14127216 or 9465640. OLE color: 9465640.
HSL color Cylindrical-coordinate representation of color #286F90: hue angle of 199.04º 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 #286F90 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 111 | 144 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.44 |
| HSL | 199.04º | 0.57% | 0.36% | - |
| HSV(B) | 199.04º | 0.72% | 0.56% | - |
| XYZ | 11.59 | 13.83 | 28.44 | - |
| YUV | 93.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 144 | 0.72 | 0.23 | 0 | 0.44 | 199.04 | 0.57 | 0.36 |
| Hex | 28 | 6F | 90 | 48 | 17 | 0 | 2C | C7 | 39 | 24 |
| Octal | 50 | 157 | 220 | 110 | 27 | 0 | 54 | 307 | 71 | 44 |
| Binary | 101000 | 1101111 | 10010000 | 1001000 | 10111 | 0 | 101100 | 11000111 | 111001 | 100100 |
Color Harmonies of #286F90
Complementary color
Monochromatic Colors of #286F90
Black with #286F90
Text Example
Text Example
White with #286F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F90; }
p { color: rgb(40,111,144); }
H1.HeaderClassName
{
color: #286F90;
}
.AnyTagClassName
{
color: #286F90;
}
</style>
background-color css
<style>
a { background-color: #286F90; }
a { background-color: rgb(40,111,144); }
div.DivClassName
{
background-color: #286F90;
}
.BgClassName
{
background-color: #286F90;
}
</style>
border-color css
<style>
span { border-color: #286F90; }
span { border-color: rgb(40,111,144); }
td.TdClassName
{
border-color: #286F90;
}
.TagClassName
{
border-color: #286F90;
}
</style>