Shades of Astral #286F8C
Tints of Astral #286F8C
RGB
CMYK
RGB Variations
Color information
#286F8C (or 0x286F8C) is known color: Astral. HEX triplet: 28, 6F and 8C. RGB value is (40,111,140). Sum of RGB (Red+Green+Blue) = 40+111+140=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #286F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F8C is #D79073. Grayscale: #5C5C5C. Windows color (decimal): -14127220 or 9203496. OLE color: 9203496.
HSL color Cylindrical-coordinate representation of color #286F8C: hue angle of 197.4º 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 #286F8C is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 111 | 140 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.45 |
| HSL | 197.4º | 0.56% | 0.35% | - |
| HSV(B) | 197.4º | 0.71% | 0.55% | - |
| XYZ | 11.29 | 13.71 | 26.86 | - |
| YUV | 93.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 140 | 0.71 | 0.21 | 0 | 0.45 | 197.4 | 0.56 | 0.35 |
| Hex | 28 | 6F | 8C | 47 | 15 | 0 | 2D | C5 | 38 | 23 |
| Octal | 50 | 157 | 214 | 107 | 25 | 0 | 55 | 305 | 70 | 43 |
| Binary | 101000 | 1101111 | 10001100 | 1000111 | 10101 | 0 | 101101 | 11000101 | 111000 | 100011 |
Color Harmonies of #286F8C
Complementary color
Monochromatic Colors of #286F8C
Black with #286F8C
Text Example
Text Example
White with #286F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F8C; }
p { color: rgb(40,111,140); }
H1.HeaderClassName
{
color: #286F8C;
}
.AnyTagClassName
{
color: #286F8C;
}
</style>
background-color css
<style>
a { background-color: #286F8C; }
a { background-color: rgb(40,111,140); }
div.DivClassName
{
background-color: #286F8C;
}
.BgClassName
{
background-color: #286F8C;
}
</style>
border-color css
<style>
span { border-color: #286F8C; }
span { border-color: rgb(40,111,140); }
td.TdClassName
{
border-color: #286F8C;
}
.TagClassName
{
border-color: #286F8C;
}
</style>