Shades of Astral #296F8E
Tints of Astral #296F8E
RGB
CMYK
RGB Variations
Color information
#296F8E (or 0x296F8E) is known color: Astral. HEX triplet: 29, 6F and 8E. RGB value is (41,111,142). Sum of RGB (Red+Green+Blue) = 41+111+142=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #296F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F8E is #D69071. Grayscale: #5D5D5D. Windows color (decimal): -14061682 or 9334569. OLE color: 9334569.
HSL color Cylindrical-coordinate representation of color #296F8E: hue angle of 198.42º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #296F8E is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 111 | 142 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.44 |
| HSL | 198.42º | 0.55% | 0.36% | - |
| HSV(B) | 198.42º | 0.71% | 0.56% | - |
| XYZ | 11.48 | 13.79 | 27.65 | - |
| YUV | 93.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 142 | 0.71 | 0.22 | 0 | 0.44 | 198.42 | 0.55 | 0.36 |
| Hex | 29 | 6F | 8E | 47 | 16 | 0 | 2C | C6 | 37 | 24 |
| Octal | 51 | 157 | 216 | 107 | 26 | 0 | 54 | 306 | 67 | 44 |
| Binary | 101001 | 1101111 | 10001110 | 1000111 | 10110 | 0 | 101100 | 11000110 | 110111 | 100100 |
Color Harmonies of #296F8E
Complementary color
Monochromatic Colors of #296F8E
Black with #296F8E
Text Example
Text Example
White with #296F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F8E; }
p { color: rgb(41,111,142); }
H1.HeaderClassName
{
color: #296F8E;
}
.AnyTagClassName
{
color: #296F8E;
}
</style>
background-color css
<style>
a { background-color: #296F8E; }
a { background-color: rgb(41,111,142); }
div.DivClassName
{
background-color: #296F8E;
}
.BgClassName
{
background-color: #296F8E;
}
</style>
border-color css
<style>
span { border-color: #296F8E; }
span { border-color: rgb(41,111,142); }
td.TdClassName
{
border-color: #296F8E;
}
.TagClassName
{
border-color: #296F8E;
}
</style>