Shades of Astral #297C8D
Tints of Astral #297C8D
RGB
CMYK
RGB Variations
Color information
#297C8D (or 0x297C8D) is known color: Astral. HEX triplet: 29, 7C and 8D. RGB value is (41,124,141). Sum of RGB (Red+Green+Blue) = 41+124+141=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #297C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C8D is #D68372. Grayscale: #646464. Windows color (decimal): -14058355 or 9272361. OLE color: 9272361.
HSL color Cylindrical-coordinate representation of color #297C8D: hue angle of 190.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297C8D is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 124 | 141 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.45 |
| HSL | 190.2º | 0.55% | 0.36% | - |
| HSV(B) | 190.2º | 0.71% | 0.55% | - |
| XYZ | 12.93 | 16.81 | 27.76 | - |
| YUV | 101.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 141 | 0.71 | 0.12 | 0 | 0.45 | 190.2 | 0.55 | 0.36 |
| Hex | 29 | 7C | 8D | 47 | C | 0 | 2D | BE | 37 | 24 |
| Octal | 51 | 174 | 215 | 107 | 14 | 0 | 55 | 276 | 67 | 44 |
| Binary | 101001 | 1111100 | 10001101 | 1000111 | 1100 | 0 | 101101 | 10111110 | 110111 | 100100 |
Color Harmonies of #297C8D
Complementary color
Monochromatic Colors of #297C8D
Black with #297C8D
Text Example
Text Example
White with #297C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C8D; }
p { color: rgb(41,124,141); }
H1.HeaderClassName
{
color: #297C8D;
}
.AnyTagClassName
{
color: #297C8D;
}
</style>
background-color css
<style>
a { background-color: #297C8D; }
a { background-color: rgb(41,124,141); }
div.DivClassName
{
background-color: #297C8D;
}
.BgClassName
{
background-color: #297C8D;
}
</style>
border-color css
<style>
span { border-color: #297C8D; }
span { border-color: rgb(41,124,141); }
td.TdClassName
{
border-color: #297C8D;
}
.TagClassName
{
border-color: #297C8D;
}
</style>