Shades of Allports #29667F
Tints of Allports #29667F
RGB
CMYK
RGB Variations
Color information
#29667F (or 0x29667F) is known color: Allports. HEX triplet: 29, 66 and 7F. RGB value is (41,102,127). Sum of RGB (Red+Green+Blue) = 41+102+127=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #29667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29667F is #D69980. Grayscale: #565656. Windows color (decimal): -14064001 or 8349225. OLE color: 8349225.
HSL color Cylindrical-coordinate representation of color #29667F: hue angle of 197.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29667F is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 102 | 127 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.50 |
| HSL | 197.44º | 0.51% | 0.33% | - |
| HSV(B) | 197.44º | 0.68% | 0.5% | - |
| XYZ | 9.5 | 11.51 | 21.8 | - |
| YUV | 86.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 127 | 0.68 | 0.20 | 0 | 0.50 | 197.44 | 0.51 | 0.33 |
| Hex | 29 | 66 | 7F | 44 | 14 | 0 | 32 | C5 | 33 | 21 |
| Octal | 51 | 146 | 177 | 104 | 24 | 0 | 62 | 305 | 63 | 41 |
| Binary | 101001 | 1100110 | 1111111 | 1000100 | 10100 | 0 | 110010 | 11000101 | 110011 | 100001 |
Color Harmonies of #29667F
Complementary color
Monochromatic Colors of #29667F
Black with #29667F
Text Example
Text Example
White with #29667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29667F; }
p { color: rgb(41,102,127); }
H1.HeaderClassName
{
color: #29667F;
}
.AnyTagClassName
{
color: #29667F;
}
</style>
background-color css
<style>
a { background-color: #29667F; }
a { background-color: rgb(41,102,127); }
div.DivClassName
{
background-color: #29667F;
}
.BgClassName
{
background-color: #29667F;
}
</style>
border-color css
<style>
span { border-color: #29667F; }
span { border-color: rgb(41,102,127); }
td.TdClassName
{
border-color: #29667F;
}
.TagClassName
{
border-color: #29667F;
}
</style>