Shades of Allports #29666C
Tints of Allports #29666C
RGB
CMYK
RGB Variations
Color information
#29666C (or 0x29666C) is known color: Allports. HEX triplet: 29, 66 and 6C. RGB value is (41,102,108). Sum of RGB (Red+Green+Blue) = 41+102+108=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #29666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29666C is #D69993. Grayscale: #545454. Windows color (decimal): -14064020 or 7104041. OLE color: 7104041.
HSL color Cylindrical-coordinate representation of color #29666C: hue angle of 185.37º 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 #29666C is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 102 | 108 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.58 |
| HSL | 185.37º | 0.45% | 0.29% | - |
| HSV(B) | 185.37º | 0.62% | 0.42% | - |
| XYZ | 8.37 | 11.06 | 15.88 | - |
| YUV | 84.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 108 | 0.62 | 0.06 | 0 | 0.58 | 185.37 | 0.45 | 0.29 |
| Hex | 29 | 66 | 6C | 3E | 6 | 0 | 3A | B9 | 2D | 1D |
| Octal | 51 | 146 | 154 | 76 | 6 | 0 | 72 | 271 | 55 | 35 |
| Binary | 101001 | 1100110 | 1101100 | 111110 | 110 | 0 | 111010 | 10111001 | 101101 | 11101 |
Color Harmonies of #29666C
Complementary color
Monochromatic Colors of #29666C
Black with #29666C
Text Example
Text Example
White with #29666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29666C; }
p { color: rgb(41,102,108); }
H1.HeaderClassName
{
color: #29666C;
}
.AnyTagClassName
{
color: #29666C;
}
</style>
background-color css
<style>
a { background-color: #29666C; }
a { background-color: rgb(41,102,108); }
div.DivClassName
{
background-color: #29666C;
}
.BgClassName
{
background-color: #29666C;
}
</style>
border-color css
<style>
span { border-color: #29666C; }
span { border-color: rgb(41,102,108); }
td.TdClassName
{
border-color: #29666C;
}
.TagClassName
{
border-color: #29666C;
}
</style>