Shades of Astral #296E91
Tints of Astral #296E91
RGB
CMYK
RGB Variations
Color information
#296E91 (or 0x296E91) is known color: Astral. HEX triplet: 29, 6E and 91. RGB value is (41,110,145). Sum of RGB (Red+Green+Blue) = 41+110+145=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #296E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E91 is #D6916E. Grayscale: #5D5D5D. Windows color (decimal): -14061935 or 9530921. OLE color: 9530921.
HSL color Cylindrical-coordinate representation of color #296E91: hue angle of 200.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296E91 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 110 | 145 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.43 |
| HSL | 200.19º | 0.56% | 0.36% | - |
| HSV(B) | 200.19º | 0.72% | 0.57% | - |
| XYZ | 11.6 | 13.67 | 28.81 | - |
| YUV | 93.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 145 | 0.72 | 0.24 | 0 | 0.43 | 200.19 | 0.56 | 0.36 |
| Hex | 29 | 6E | 91 | 48 | 18 | 0 | 2B | C8 | 38 | 24 |
| Octal | 51 | 156 | 221 | 110 | 30 | 0 | 53 | 310 | 70 | 44 |
| Binary | 101001 | 1101110 | 10010001 | 1001000 | 11000 | 0 | 101011 | 11001000 | 111000 | 100100 |
Color Harmonies of #296E91
Complementary color
Monochromatic Colors of #296E91
Black with #296E91
Text Example
Text Example
White with #296E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E91; }
p { color: rgb(41,110,145); }
H1.HeaderClassName
{
color: #296E91;
}
.AnyTagClassName
{
color: #296E91;
}
</style>
background-color css
<style>
a { background-color: #296E91; }
a { background-color: rgb(41,110,145); }
div.DivClassName
{
background-color: #296E91;
}
.BgClassName
{
background-color: #296E91;
}
</style>
border-color css
<style>
span { border-color: #296E91; }
span { border-color: rgb(41,110,145); }
td.TdClassName
{
border-color: #296E91;
}
.TagClassName
{
border-color: #296E91;
}
</style>