Shades of Astral #29698E
Tints of Astral #29698E
RGB
CMYK
RGB Variations
Color information
#29698E (or 0x29698E) is known color: Astral. HEX triplet: 29, 69 and 8E. RGB value is (41,105,142). Sum of RGB (Red+Green+Blue) = 41+105+142=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #29698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29698E is #D69671. Grayscale: #595959. Windows color (decimal): -14063218 or 9333033. OLE color: 9333033.
HSL color Cylindrical-coordinate representation of color #29698E: hue angle of 201.98º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29698E is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 105 | 142 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.44 |
| HSL | 201.98º | 0.55% | 0.36% | - |
| HSV(B) | 201.98º | 0.71% | 0.56% | - |
| XYZ | 10.85 | 12.53 | 27.44 | - |
| YUV | 90.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 142 | 0.71 | 0.26 | 0 | 0.44 | 201.98 | 0.55 | 0.36 |
| Hex | 29 | 69 | 8E | 47 | 1A | 0 | 2C | CA | 37 | 24 |
| Octal | 51 | 151 | 216 | 107 | 32 | 0 | 54 | 312 | 67 | 44 |
| Binary | 101001 | 1101001 | 10001110 | 1000111 | 11010 | 0 | 101100 | 11001010 | 110111 | 100100 |
Color Harmonies of #29698E
Complementary color
Monochromatic Colors of #29698E
Black with #29698E
Text Example
Text Example
White with #29698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29698E; }
p { color: rgb(41,105,142); }
H1.HeaderClassName
{
color: #29698E;
}
.AnyTagClassName
{
color: #29698E;
}
</style>
background-color css
<style>
a { background-color: #29698E; }
a { background-color: rgb(41,105,142); }
div.DivClassName
{
background-color: #29698E;
}
.BgClassName
{
background-color: #29698E;
}
</style>
border-color css
<style>
span { border-color: #29698E; }
span { border-color: rgb(41,105,142); }
td.TdClassName
{
border-color: #29698E;
}
.TagClassName
{
border-color: #29698E;
}
</style>