Shades of Astral #29738C
Tints of Astral #29738C
RGB
CMYK
RGB Variations
Color information
#29738C (or 0x29738C) is known color: Astral. HEX triplet: 29, 73 and 8C. RGB value is (41,115,140). Sum of RGB (Red+Green+Blue) = 41+115+140=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #29738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29738C is #D68C73. Grayscale: #5F5F5F. Windows color (decimal): -14060660 or 9204521. OLE color: 9204521.
HSL color Cylindrical-coordinate representation of color #29738C: hue angle of 195.15º 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 #29738C is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 115 | 140 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.45 |
| HSL | 195.15º | 0.55% | 0.35% | - |
| HSV(B) | 195.15º | 0.71% | 0.55% | - |
| XYZ | 11.78 | 14.63 | 27.01 | - |
| YUV | 95.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 140 | 0.71 | 0.18 | 0 | 0.45 | 195.15 | 0.55 | 0.35 |
| Hex | 29 | 73 | 8C | 47 | 12 | 0 | 2D | C3 | 37 | 23 |
| Octal | 51 | 163 | 214 | 107 | 22 | 0 | 55 | 303 | 67 | 43 |
| Binary | 101001 | 1110011 | 10001100 | 1000111 | 10010 | 0 | 101101 | 11000011 | 110111 | 100011 |
Color Harmonies of #29738C
Complementary color
Monochromatic Colors of #29738C
Black with #29738C
Text Example
Text Example
White with #29738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29738C; }
p { color: rgb(41,115,140); }
H1.HeaderClassName
{
color: #29738C;
}
.AnyTagClassName
{
color: #29738C;
}
</style>
background-color css
<style>
a { background-color: #29738C; }
a { background-color: rgb(41,115,140); }
div.DivClassName
{
background-color: #29738C;
}
.BgClassName
{
background-color: #29738C;
}
</style>
border-color css
<style>
span { border-color: #29738C; }
span { border-color: rgb(41,115,140); }
td.TdClassName
{
border-color: #29738C;
}
.TagClassName
{
border-color: #29738C;
}
</style>