Shades of Astral #297D8E
Tints of Astral #297D8E
RGB
CMYK
RGB Variations
Color information
#297D8E (or 0x297D8E) is known color: Astral. HEX triplet: 29, 7D and 8E. RGB value is (41,125,142). Sum of RGB (Red+Green+Blue) = 41+125+142=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #297D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D8E is #D68271. Grayscale: #656565. Windows color (decimal): -14058098 or 9338153. OLE color: 9338153.
HSL color Cylindrical-coordinate representation of color #297D8E: hue angle of 190.1º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297D8E is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 125 | 142 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.44 |
| HSL | 190.1º | 0.55% | 0.36% | - |
| HSV(B) | 190.1º | 0.71% | 0.56% | - |
| XYZ | 13.13 | 17.09 | 28.2 | - |
| YUV | 101.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 142 | 0.71 | 0.12 | 0 | 0.44 | 190.1 | 0.55 | 0.36 |
| Hex | 29 | 7D | 8E | 47 | C | 0 | 2C | BE | 37 | 24 |
| Octal | 51 | 175 | 216 | 107 | 14 | 0 | 54 | 276 | 67 | 44 |
| Binary | 101001 | 1111101 | 10001110 | 1000111 | 1100 | 0 | 101100 | 10111110 | 110111 | 100100 |
Color Harmonies of #297D8E
Complementary color
Monochromatic Colors of #297D8E
Black with #297D8E
Text Example
Text Example
White with #297D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D8E; }
p { color: rgb(41,125,142); }
H1.HeaderClassName
{
color: #297D8E;
}
.AnyTagClassName
{
color: #297D8E;
}
</style>
background-color css
<style>
a { background-color: #297D8E; }
a { background-color: rgb(41,125,142); }
div.DivClassName
{
background-color: #297D8E;
}
.BgClassName
{
background-color: #297D8E;
}
</style>
border-color css
<style>
span { border-color: #297D8E; }
span { border-color: rgb(41,125,142); }
td.TdClassName
{
border-color: #297D8E;
}
.TagClassName
{
border-color: #297D8E;
}
</style>