Shades of Astral #297A8C
Tints of Astral #297A8C
RGB
CMYK
RGB Variations
Color information
#297A8C (or 0x297A8C) is known color: Astral. HEX triplet: 29, 7A and 8C. RGB value is (41,122,140). Sum of RGB (Red+Green+Blue) = 41+122+140=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #297A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8C is #D68573. Grayscale: #636363. Windows color (decimal): -14058868 or 9206313. OLE color: 9206313.
HSL color Cylindrical-coordinate representation of color #297A8C: hue angle of 190.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297A8C is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 122 | 140 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.45 |
| HSL | 190.91º | 0.55% | 0.35% | - |
| HSV(B) | 190.91º | 0.71% | 0.55% | - |
| XYZ | 12.61 | 16.28 | 27.29 | - |
| YUV | 99.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 140 | 0.71 | 0.13 | 0 | 0.45 | 190.91 | 0.55 | 0.35 |
| Hex | 29 | 7A | 8C | 47 | D | 0 | 2D | BF | 37 | 23 |
| Octal | 51 | 172 | 214 | 107 | 15 | 0 | 55 | 277 | 67 | 43 |
| Binary | 101001 | 1111010 | 10001100 | 1000111 | 1101 | 0 | 101101 | 10111111 | 110111 | 100011 |
Color Harmonies of #297A8C
Complementary color
Monochromatic Colors of #297A8C
Black with #297A8C
Text Example
Text Example
White with #297A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A8C; }
p { color: rgb(41,122,140); }
H1.HeaderClassName
{
color: #297A8C;
}
.AnyTagClassName
{
color: #297A8C;
}
</style>
background-color css
<style>
a { background-color: #297A8C; }
a { background-color: rgb(41,122,140); }
div.DivClassName
{
background-color: #297A8C;
}
.BgClassName
{
background-color: #297A8C;
}
</style>
border-color css
<style>
span { border-color: #297A8C; }
span { border-color: rgb(41,122,140); }
td.TdClassName
{
border-color: #297A8C;
}
.TagClassName
{
border-color: #297A8C;
}
</style>