Shades of Astral #297991
Tints of Astral #297991
RGB
CMYK
RGB Variations
Color information
#297991 (or 0x297991) is known color: Astral. HEX triplet: 29, 79 and 91. RGB value is (41,121,145). Sum of RGB (Red+Green+Blue) = 41+121+145=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #297991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297991 is #D6866E. Grayscale: #636363. Windows color (decimal): -14059119 or 9533737. OLE color: 9533737.
HSL color Cylindrical-coordinate representation of color #297991: hue angle of 193.85º 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 #297991 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 121 | 145 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.43 |
| HSL | 193.85º | 0.56% | 0.36% | - |
| HSV(B) | 193.85º | 0.72% | 0.57% | - |
| XYZ | 12.86 | 16.19 | 29.24 | - |
| YUV | 99.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 145 | 0.72 | 0.17 | 0 | 0.43 | 193.85 | 0.56 | 0.36 |
| Hex | 29 | 79 | 91 | 48 | 11 | 0 | 2B | C2 | 38 | 24 |
| Octal | 51 | 171 | 221 | 110 | 21 | 0 | 53 | 302 | 70 | 44 |
| Binary | 101001 | 1111001 | 10010001 | 1001000 | 10001 | 0 | 101011 | 11000010 | 111000 | 100100 |
Color Harmonies of #297991
Complementary color
Monochromatic Colors of #297991
Black with #297991
Text Example
Text Example
White with #297991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297991; }
p { color: rgb(41,121,145); }
H1.HeaderClassName
{
color: #297991;
}
.AnyTagClassName
{
color: #297991;
}
</style>
background-color css
<style>
a { background-color: #297991; }
a { background-color: rgb(41,121,145); }
div.DivClassName
{
background-color: #297991;
}
.BgClassName
{
background-color: #297991;
}
</style>
border-color css
<style>
span { border-color: #297991; }
span { border-color: rgb(41,121,145); }
td.TdClassName
{
border-color: #297991;
}
.TagClassName
{
border-color: #297991;
}
</style>