Shades of Allports #29717E
Tints of Allports #29717E
RGB
CMYK
RGB Variations
Color information
#29717E (or 0x29717E) is known color: Allports. HEX triplet: 29, 71 and 7E. RGB value is (41,113,126). Sum of RGB (Red+Green+Blue) = 41+113+126=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #29717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29717E is #D68E81. Grayscale: #5C5C5C. Windows color (decimal): -14061186 or 8286505. OLE color: 8286505.
HSL color Cylindrical-coordinate representation of color #29717E: hue angle of 189.18º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29717E is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 113 | 126 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.51 |
| HSL | 189.18º | 0.51% | 0.33% | - |
| HSV(B) | 189.18º | 0.67% | 0.49% | - |
| XYZ | 10.59 | 13.79 | 21.84 | - |
| YUV | 92.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 126 | 0.67 | 0.10 | 0 | 0.51 | 189.18 | 0.51 | 0.33 |
| Hex | 29 | 71 | 7E | 43 | A | 0 | 33 | BD | 33 | 21 |
| Octal | 51 | 161 | 176 | 103 | 12 | 0 | 63 | 275 | 63 | 41 |
| Binary | 101001 | 1110001 | 1111110 | 1000011 | 1010 | 0 | 110011 | 10111101 | 110011 | 100001 |
Color Harmonies of #29717E
Complementary color
Monochromatic Colors of #29717E
Black with #29717E
Text Example
Text Example
White with #29717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29717E; }
p { color: rgb(41,113,126); }
H1.HeaderClassName
{
color: #29717E;
}
.AnyTagClassName
{
color: #29717E;
}
</style>
background-color css
<style>
a { background-color: #29717E; }
a { background-color: rgb(41,113,126); }
div.DivClassName
{
background-color: #29717E;
}
.BgClassName
{
background-color: #29717E;
}
</style>
border-color css
<style>
span { border-color: #29717E; }
span { border-color: rgb(41,113,126); }
td.TdClassName
{
border-color: #29717E;
}
.TagClassName
{
border-color: #29717E;
}
</style>