Shades of Allports #29656D
Tints of Allports #29656D
RGB
CMYK
RGB Variations
Color information
#29656D (or 0x29656D) is known color: Allports. HEX triplet: 29, 65 and 6D. RGB value is (41,101,109). Sum of RGB (Red+Green+Blue) = 41+101+109=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #29656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29656D is #D69A92. Grayscale: #535353. Windows color (decimal): -14064275 or 7169321. OLE color: 7169321.
HSL color Cylindrical-coordinate representation of color #29656D: hue angle of 187.06º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29656D is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 101 | 109 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.57 |
| HSL | 187.06º | 0.45% | 0.29% | - |
| HSV(B) | 187.06º | 0.62% | 0.43% | - |
| XYZ | 8.33 | 10.88 | 16.13 | - |
| YUV | 83.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 109 | 0.62 | 0.07 | 0 | 0.57 | 187.06 | 0.45 | 0.29 |
| Hex | 29 | 65 | 6D | 3E | 7 | 0 | 39 | BB | 2D | 1D |
| Octal | 51 | 145 | 155 | 76 | 7 | 0 | 71 | 273 | 55 | 35 |
| Binary | 101001 | 1100101 | 1101101 | 111110 | 111 | 0 | 111001 | 10111011 | 101101 | 11101 |
Color Harmonies of #29656D
Complementary color
Monochromatic Colors of #29656D
Black with #29656D
Text Example
Text Example
White with #29656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29656D; }
p { color: rgb(41,101,109); }
H1.HeaderClassName
{
color: #29656D;
}
.AnyTagClassName
{
color: #29656D;
}
</style>
background-color css
<style>
a { background-color: #29656D; }
a { background-color: rgb(41,101,109); }
div.DivClassName
{
background-color: #29656D;
}
.BgClassName
{
background-color: #29656D;
}
</style>
border-color css
<style>
span { border-color: #29656D; }
span { border-color: rgb(41,101,109); }
td.TdClassName
{
border-color: #29656D;
}
.TagClassName
{
border-color: #29656D;
}
</style>