Shades of Astral #296A91
Tints of Astral #296A91
RGB
CMYK
RGB Variations
Color information
#296A91 (or 0x296A91) is known color: Astral. HEX triplet: 29, 6A and 91. RGB value is (41,106,145). Sum of RGB (Red+Green+Blue) = 41+106+145=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #296A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A91 is #D6956E. Grayscale: #5A5A5A. Windows color (decimal): -14062959 or 9529897. OLE color: 9529897.
HSL color Cylindrical-coordinate representation of color #296A91: hue angle of 202.5º 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 #296A91 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 106 | 145 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.43 |
| HSL | 202.5º | 0.56% | 0.36% | - |
| HSV(B) | 202.5º | 0.72% | 0.57% | - |
| XYZ | 11.18 | 12.82 | 28.67 | - |
| YUV | 91.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 145 | 0.72 | 0.27 | 0 | 0.43 | 202.5 | 0.56 | 0.36 |
| Hex | 29 | 6A | 91 | 48 | 1B | 0 | 2B | CA | 38 | 24 |
| Octal | 51 | 152 | 221 | 110 | 33 | 0 | 53 | 312 | 70 | 44 |
| Binary | 101001 | 1101010 | 10010001 | 1001000 | 11011 | 0 | 101011 | 11001010 | 111000 | 100100 |
Color Harmonies of #296A91
Complementary color
Monochromatic Colors of #296A91
Black with #296A91
Text Example
Text Example
White with #296A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A91; }
p { color: rgb(41,106,145); }
H1.HeaderClassName
{
color: #296A91;
}
.AnyTagClassName
{
color: #296A91;
}
</style>
background-color css
<style>
a { background-color: #296A91; }
a { background-color: rgb(41,106,145); }
div.DivClassName
{
background-color: #296A91;
}
.BgClassName
{
background-color: #296A91;
}
</style>
border-color css
<style>
span { border-color: #296A91; }
span { border-color: rgb(41,106,145); }
td.TdClassName
{
border-color: #296A91;
}
.TagClassName
{
border-color: #296A91;
}
</style>