Shades of Astral #29798C
Tints of Astral #29798C
RGB
CMYK
RGB Variations
Color information
#29798C (or 0x29798C) is known color: Astral. HEX triplet: 29, 79 and 8C. RGB value is (41,121,140). Sum of RGB (Red+Green+Blue) = 41+121+140=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #29798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29798C is #D68673. Grayscale: #636363. Windows color (decimal): -14059124 or 9206057. OLE color: 9206057.
HSL color Cylindrical-coordinate representation of color #29798C: hue angle of 191.52º 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 #29798C is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 121 | 140 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.45 |
| HSL | 191.52º | 0.55% | 0.35% | - |
| HSV(B) | 191.52º | 0.71% | 0.55% | - |
| XYZ | 12.49 | 16.04 | 27.25 | - |
| YUV | 99.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 140 | 0.71 | 0.14 | 0 | 0.45 | 191.52 | 0.55 | 0.35 |
| Hex | 29 | 79 | 8C | 47 | E | 0 | 2D | C0 | 37 | 23 |
| Octal | 51 | 171 | 214 | 107 | 16 | 0 | 55 | 300 | 67 | 43 |
| Binary | 101001 | 1111001 | 10001100 | 1000111 | 1110 | 0 | 101101 | 11000000 | 110111 | 100011 |
Color Harmonies of #29798C
Complementary color
Monochromatic Colors of #29798C
Black with #29798C
Text Example
Text Example
White with #29798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29798C; }
p { color: rgb(41,121,140); }
H1.HeaderClassName
{
color: #29798C;
}
.AnyTagClassName
{
color: #29798C;
}
</style>
background-color css
<style>
a { background-color: #29798C; }
a { background-color: rgb(41,121,140); }
div.DivClassName
{
background-color: #29798C;
}
.BgClassName
{
background-color: #29798C;
}
</style>
border-color css
<style>
span { border-color: #29798C; }
span { border-color: rgb(41,121,140); }
td.TdClassName
{
border-color: #29798C;
}
.TagClassName
{
border-color: #29798C;
}
</style>