Shades of Astral #297A96
Tints of Astral #297A96
RGB
CMYK
RGB Variations
Color information
#297A96 (or 0x297A96) is known color: Astral. HEX triplet: 29, 7A and 96. RGB value is (41,122,150). Sum of RGB (Red+Green+Blue) = 41+122+150=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #297A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A96 is #D68569. Grayscale: #646464. Windows color (decimal): -14058858 or 9861673. OLE color: 9861673.
HSL color Cylindrical-coordinate representation of color #297A96: hue angle of 195.41º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297A96 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 122 | 150 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.41 |
| HSL | 195.41º | 0.57% | 0.37% | - |
| HSV(B) | 195.41º | 0.73% | 0.59% | - |
| XYZ | 13.38 | 16.59 | 31.35 | - |
| YUV | 100.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 150 | 0.73 | 0.19 | 0 | 0.41 | 195.41 | 0.57 | 0.37 |
| Hex | 29 | 7A | 96 | 49 | 13 | 0 | 29 | C3 | 39 | 25 |
| Octal | 51 | 172 | 226 | 111 | 23 | 0 | 51 | 303 | 71 | 45 |
| Binary | 101001 | 1111010 | 10010110 | 1001001 | 10011 | 0 | 101001 | 11000011 | 111001 | 100101 |
Color Harmonies of #297A96
Complementary color
Monochromatic Colors of #297A96
Black with #297A96
Text Example
Text Example
White with #297A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A96; }
p { color: rgb(41,122,150); }
H1.HeaderClassName
{
color: #297A96;
}
.AnyTagClassName
{
color: #297A96;
}
</style>
background-color css
<style>
a { background-color: #297A96; }
a { background-color: rgb(41,122,150); }
div.DivClassName
{
background-color: #297A96;
}
.BgClassName
{
background-color: #297A96;
}
</style>
border-color css
<style>
span { border-color: #297A96; }
span { border-color: rgb(41,122,150); }
td.TdClassName
{
border-color: #297A96;
}
.TagClassName
{
border-color: #297A96;
}
</style>