Shades of Astral #296D91
Tints of Astral #296D91
RGB
CMYK
RGB Variations
Color information
#296D91 (or 0x296D91) is known color: Astral. HEX triplet: 29, 6D and 91. RGB value is (41,109,145). Sum of RGB (Red+Green+Blue) = 41+109+145=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #296D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D91 is #D6926E. Grayscale: #5C5C5C. Windows color (decimal): -14062191 or 9530665. OLE color: 9530665.
HSL color Cylindrical-coordinate representation of color #296D91: hue angle of 200.77º 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 #296D91 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 109 | 145 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.43 |
| HSL | 200.77º | 0.56% | 0.36% | - |
| HSV(B) | 200.77º | 0.72% | 0.57% | - |
| XYZ | 11.49 | 13.45 | 28.78 | - |
| YUV | 92.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 145 | 0.72 | 0.25 | 0 | 0.43 | 200.77 | 0.56 | 0.36 |
| Hex | 29 | 6D | 91 | 48 | 19 | 0 | 2B | C9 | 38 | 24 |
| Octal | 51 | 155 | 221 | 110 | 31 | 0 | 53 | 311 | 70 | 44 |
| Binary | 101001 | 1101101 | 10010001 | 1001000 | 11001 | 0 | 101011 | 11001001 | 111000 | 100100 |
Color Harmonies of #296D91
Complementary color
Monochromatic Colors of #296D91
Black with #296D91
Text Example
Text Example
White with #296D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D91; }
p { color: rgb(41,109,145); }
H1.HeaderClassName
{
color: #296D91;
}
.AnyTagClassName
{
color: #296D91;
}
</style>
background-color css
<style>
a { background-color: #296D91; }
a { background-color: rgb(41,109,145); }
div.DivClassName
{
background-color: #296D91;
}
.BgClassName
{
background-color: #296D91;
}
</style>
border-color css
<style>
span { border-color: #296D91; }
span { border-color: rgb(41,109,145); }
td.TdClassName
{
border-color: #296D91;
}
.TagClassName
{
border-color: #296D91;
}
</style>