Shades of Astral #297A90
Tints of Astral #297A90
RGB
CMYK
RGB Variations
Color information
#297A90 (or 0x297A90) is known color: Astral. HEX triplet: 29, 7A and 90. RGB value is (41,122,144). Sum of RGB (Red+Green+Blue) = 41+122+144=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #297A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A90 is #D6856F. Grayscale: #646464. Windows color (decimal): -14058864 or 9468457. OLE color: 9468457.
HSL color Cylindrical-coordinate representation of color #297A90: hue angle of 192.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297A90 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 122 | 144 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.44 |
| HSL | 192.82º | 0.56% | 0.36% | - |
| HSV(B) | 192.82º | 0.72% | 0.56% | - |
| XYZ | 12.91 | 16.4 | 28.87 | - |
| YUV | 100.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 144 | 0.72 | 0.15 | 0 | 0.44 | 192.82 | 0.56 | 0.36 |
| Hex | 29 | 7A | 90 | 48 | F | 0 | 2C | C1 | 38 | 24 |
| Octal | 51 | 172 | 220 | 110 | 17 | 0 | 54 | 301 | 70 | 44 |
| Binary | 101001 | 1111010 | 10010000 | 1001000 | 1111 | 0 | 101100 | 11000001 | 111000 | 100100 |
Color Harmonies of #297A90
Complementary color
Monochromatic Colors of #297A90
Black with #297A90
Text Example
Text Example
White with #297A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A90; }
p { color: rgb(41,122,144); }
H1.HeaderClassName
{
color: #297A90;
}
.AnyTagClassName
{
color: #297A90;
}
</style>
background-color css
<style>
a { background-color: #297A90; }
a { background-color: rgb(41,122,144); }
div.DivClassName
{
background-color: #297A90;
}
.BgClassName
{
background-color: #297A90;
}
</style>
border-color css
<style>
span { border-color: #297A90; }
span { border-color: rgb(41,122,144); }
td.TdClassName
{
border-color: #297A90;
}
.TagClassName
{
border-color: #297A90;
}
</style>