Shades of Astral #29768B
Tints of Astral #29768B
RGB
CMYK
RGB Variations
Color information
#29768B (or 0x29768B) is known color: Astral. HEX triplet: 29, 76 and 8B. RGB value is (41,118,139). Sum of RGB (Red+Green+Blue) = 41+118+139=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #29768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29768B is #D68974. Grayscale: #616161. Windows color (decimal): -14059893 or 9139753. OLE color: 9139753.
HSL color Cylindrical-coordinate representation of color #29768B: hue angle of 192.86º degrees, saturation: 0.54, 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 #29768B is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 118 | 139 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.45 |
| HSL | 192.86º | 0.54% | 0.35% | - |
| HSV(B) | 192.86º | 0.71% | 0.55% | - |
| XYZ | 12.05 | 15.29 | 26.74 | - |
| YUV | 97.37 | 151.49 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 139 | 0.71 | 0.15 | 0 | 0.45 | 192.86 | 0.54 | 0.35 |
| Hex | 29 | 76 | 8B | 47 | F | 0 | 2D | C1 | 36 | 23 |
| Octal | 51 | 166 | 213 | 107 | 17 | 0 | 55 | 301 | 66 | 43 |
| Binary | 101001 | 1110110 | 10001011 | 1000111 | 1111 | 0 | 101101 | 11000001 | 110110 | 100011 |
Color Harmonies of #29768B
Complementary color
Monochromatic Colors of #29768B
Black with #29768B
Text Example
Text Example
White with #29768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29768B; }
p { color: rgb(41,118,139); }
H1.HeaderClassName
{
color: #29768B;
}
.AnyTagClassName
{
color: #29768B;
}
</style>
background-color css
<style>
a { background-color: #29768B; }
a { background-color: rgb(41,118,139); }
div.DivClassName
{
background-color: #29768B;
}
.BgClassName
{
background-color: #29768B;
}
</style>
border-color css
<style>
span { border-color: #29768B; }
span { border-color: rgb(41,118,139); }
td.TdClassName
{
border-color: #29768B;
}
.TagClassName
{
border-color: #29768B;
}
</style>