Shades of Allports #29656C
Tints of Allports #29656C
RGB
CMYK
RGB Variations
Color information
#29656C (or 0x29656C) is known color: Allports. HEX triplet: 29, 65 and 6C. RGB value is (41,101,108). Sum of RGB (Red+Green+Blue) = 41+101+108=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #29656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29656C is #D69A93. Grayscale: #535353. Windows color (decimal): -14064276 or 7103785. OLE color: 7103785.
HSL color Cylindrical-coordinate representation of color #29656C: hue angle of 186.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29656C is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 101 | 108 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.58 |
| HSL | 186.27º | 0.45% | 0.29% | - |
| HSV(B) | 186.27º | 0.62% | 0.42% | - |
| XYZ | 8.27 | 10.86 | 15.85 | - |
| YUV | 83.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 108 | 0.62 | 0.06 | 0 | 0.58 | 186.27 | 0.45 | 0.29 |
| Hex | 29 | 65 | 6C | 3E | 6 | 0 | 3A | BA | 2D | 1D |
| Octal | 51 | 145 | 154 | 76 | 6 | 0 | 72 | 272 | 55 | 35 |
| Binary | 101001 | 1100101 | 1101100 | 111110 | 110 | 0 | 111010 | 10111010 | 101101 | 11101 |
Color Harmonies of #29656C
Complementary color
Monochromatic Colors of #29656C
Black with #29656C
Text Example
Text Example
White with #29656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29656C; }
p { color: rgb(41,101,108); }
H1.HeaderClassName
{
color: #29656C;
}
.AnyTagClassName
{
color: #29656C;
}
</style>
background-color css
<style>
a { background-color: #29656C; }
a { background-color: rgb(41,101,108); }
div.DivClassName
{
background-color: #29656C;
}
.BgClassName
{
background-color: #29656C;
}
</style>
border-color css
<style>
span { border-color: #29656C; }
span { border-color: rgb(41,101,108); }
td.TdClassName
{
border-color: #29656C;
}
.TagClassName
{
border-color: #29656C;
}
</style>