Shades of Allports #29686E
Tints of Allports #29686E
RGB
CMYK
RGB Variations
Color information
#29686E (or 0x29686E) is known color: Allports. HEX triplet: 29, 68 and 6E. RGB value is (41,104,110). Sum of RGB (Red+Green+Blue) = 41+104+110=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #29686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29686E is #D69791. Grayscale: #555555. Windows color (decimal): -14063506 or 7235625. OLE color: 7235625.
HSL color Cylindrical-coordinate representation of color #29686E: hue angle of 185.22º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29686E is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 104 | 110 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.57 |
| HSL | 185.22º | 0.46% | 0.3% | - |
| HSV(B) | 185.22º | 0.63% | 0.43% | - |
| XYZ | 8.68 | 11.5 | 16.51 | - |
| YUV | 85.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 110 | 0.63 | 0.05 | 0 | 0.57 | 185.22 | 0.46 | 0.3 |
| Hex | 29 | 68 | 6E | 3F | 5 | 0 | 39 | B9 | 2E | 1E |
| Octal | 51 | 150 | 156 | 77 | 5 | 0 | 71 | 271 | 56 | 36 |
| Binary | 101001 | 1101000 | 1101110 | 111111 | 101 | 0 | 111001 | 10111001 | 101110 | 11110 |
Color Harmonies of #29686E
Complementary color
Monochromatic Colors of #29686E
Black with #29686E
Text Example
Text Example
White with #29686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29686E; }
p { color: rgb(41,104,110); }
H1.HeaderClassName
{
color: #29686E;
}
.AnyTagClassName
{
color: #29686E;
}
</style>
background-color css
<style>
a { background-color: #29686E; }
a { background-color: rgb(41,104,110); }
div.DivClassName
{
background-color: #29686E;
}
.BgClassName
{
background-color: #29686E;
}
</style>
border-color css
<style>
span { border-color: #29686E; }
span { border-color: rgb(41,104,110); }
td.TdClassName
{
border-color: #29686E;
}
.TagClassName
{
border-color: #29686E;
}
</style>