Shades of Astral #29798D
Tints of Astral #29798D
RGB
CMYK
RGB Variations
Color information
#29798D (or 0x29798D) is known color: Astral. HEX triplet: 29, 79 and 8D. RGB value is (41,121,141). Sum of RGB (Red+Green+Blue) = 41+121+141=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #29798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29798D is #D68672. Grayscale: #636363. Windows color (decimal): -14059123 or 9271593. OLE color: 9271593.
HSL color Cylindrical-coordinate representation of color #29798D: hue angle of 192º 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 #29798D is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 121 | 141 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.45 |
| HSL | 192º | 0.55% | 0.36% | - |
| HSV(B) | 192º | 0.71% | 0.55% | - |
| XYZ | 12.56 | 16.07 | 27.64 | - |
| YUV | 99.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 141 | 0.71 | 0.14 | 0 | 0.45 | 192 | 0.55 | 0.36 |
| Hex | 29 | 79 | 8D | 47 | E | 0 | 2D | C0 | 37 | 24 |
| Octal | 51 | 171 | 215 | 107 | 16 | 0 | 55 | 300 | 67 | 44 |
| Binary | 101001 | 1111001 | 10001101 | 1000111 | 1110 | 0 | 101101 | 11000000 | 110111 | 100100 |
Color Harmonies of #29798D
Complementary color
Monochromatic Colors of #29798D
Black with #29798D
Text Example
Text Example
White with #29798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29798D; }
p { color: rgb(41,121,141); }
H1.HeaderClassName
{
color: #29798D;
}
.AnyTagClassName
{
color: #29798D;
}
</style>
background-color css
<style>
a { background-color: #29798D; }
a { background-color: rgb(41,121,141); }
div.DivClassName
{
background-color: #29798D;
}
.BgClassName
{
background-color: #29798D;
}
</style>
border-color css
<style>
span { border-color: #29798D; }
span { border-color: rgb(41,121,141); }
td.TdClassName
{
border-color: #29798D;
}
.TagClassName
{
border-color: #29798D;
}
</style>