Shades of Astral #297B8E
Tints of Astral #297B8E
RGB
CMYK
RGB Variations
Color information
#297B8E (or 0x297B8E) is known color: Astral. HEX triplet: 29, 7B and 8E. RGB value is (41,123,142). Sum of RGB (Red+Green+Blue) = 41+123+142=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #297B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B8E is #D68471. Grayscale: #646464. Windows color (decimal): -14058610 or 9337641. OLE color: 9337641.
HSL color Cylindrical-coordinate representation of color #297B8E: hue angle of 191.29º 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 #297B8E is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 123 | 142 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.44 |
| HSL | 191.29º | 0.55% | 0.36% | - |
| HSV(B) | 191.29º | 0.71% | 0.56% | - |
| XYZ | 12.88 | 16.59 | 28.11 | - |
| YUV | 100.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 142 | 0.71 | 0.13 | 0 | 0.44 | 191.29 | 0.55 | 0.36 |
| Hex | 29 | 7B | 8E | 47 | D | 0 | 2C | BF | 37 | 24 |
| Octal | 51 | 173 | 216 | 107 | 15 | 0 | 54 | 277 | 67 | 44 |
| Binary | 101001 | 1111011 | 10001110 | 1000111 | 1101 | 0 | 101100 | 10111111 | 110111 | 100100 |
Color Harmonies of #297B8E
Complementary color
Monochromatic Colors of #297B8E
Black with #297B8E
Text Example
Text Example
White with #297B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B8E; }
p { color: rgb(41,123,142); }
H1.HeaderClassName
{
color: #297B8E;
}
.AnyTagClassName
{
color: #297B8E;
}
</style>
background-color css
<style>
a { background-color: #297B8E; }
a { background-color: rgb(41,123,142); }
div.DivClassName
{
background-color: #297B8E;
}
.BgClassName
{
background-color: #297B8E;
}
</style>
border-color css
<style>
span { border-color: #297B8E; }
span { border-color: rgb(41,123,142); }
td.TdClassName
{
border-color: #297B8E;
}
.TagClassName
{
border-color: #297B8E;
}
</style>