Shades of Astral #29678A
Tints of Astral #29678A
RGB
CMYK
RGB Variations
Color information
#29678A (or 0x29678A) is known color: Astral. HEX triplet: 29, 67 and 8A. RGB value is (41,103,138). Sum of RGB (Red+Green+Blue) = 41+103+138=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #29678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29678A is #D69875. Grayscale: #585858. Windows color (decimal): -14063734 or 9070377. OLE color: 9070377.
HSL color Cylindrical-coordinate representation of color #29678A: hue angle of 201.65º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29678A is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 103 | 138 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.46 |
| HSL | 201.65º | 0.54% | 0.35% | - |
| HSV(B) | 201.65º | 0.7% | 0.54% | - |
| XYZ | 10.35 | 12.01 | 25.82 | - |
| YUV | 88.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 138 | 0.70 | 0.25 | 0 | 0.46 | 201.65 | 0.54 | 0.35 |
| Hex | 29 | 67 | 8A | 46 | 19 | 0 | 2E | CA | 36 | 23 |
| Octal | 51 | 147 | 212 | 106 | 31 | 0 | 56 | 312 | 66 | 43 |
| Binary | 101001 | 1100111 | 10001010 | 1000110 | 11001 | 0 | 101110 | 11001010 | 110110 | 100011 |
Color Harmonies of #29678A
Complementary color
Monochromatic Colors of #29678A
Black with #29678A
Text Example
Text Example
White with #29678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29678A; }
p { color: rgb(41,103,138); }
H1.HeaderClassName
{
color: #29678A;
}
.AnyTagClassName
{
color: #29678A;
}
</style>
background-color css
<style>
a { background-color: #29678A; }
a { background-color: rgb(41,103,138); }
div.DivClassName
{
background-color: #29678A;
}
.BgClassName
{
background-color: #29678A;
}
</style>
border-color css
<style>
span { border-color: #29678A; }
span { border-color: rgb(41,103,138); }
td.TdClassName
{
border-color: #29678A;
}
.TagClassName
{
border-color: #29678A;
}
</style>