Shades of Allports #29707B
Tints of Allports #29707B
RGB
CMYK
RGB Variations
Color information
#29707B (or 0x29707B) is known color: Allports. HEX triplet: 29, 70 and 7B. RGB value is (41,112,123). Sum of RGB (Red+Green+Blue) = 41+112+123=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #29707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29707B is #D68F84. Grayscale: #5B5B5B. Windows color (decimal): -14061445 or 8089641. OLE color: 8089641.
HSL color Cylindrical-coordinate representation of color #29707B: hue angle of 188.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29707B is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 112 | 123 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.52 |
| HSL | 188.05º | 0.5% | 0.32% | - |
| HSV(B) | 188.05º | 0.67% | 0.48% | - |
| XYZ | 10.28 | 13.49 | 20.8 | - |
| YUV | 92.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 123 | 0.67 | 0.09 | 0 | 0.52 | 188.05 | 0.5 | 0.32 |
| Hex | 29 | 70 | 7B | 43 | 9 | 0 | 34 | BC | 32 | 20 |
| Octal | 51 | 160 | 173 | 103 | 11 | 0 | 64 | 274 | 62 | 40 |
| Binary | 101001 | 1110000 | 1111011 | 1000011 | 1001 | 0 | 110100 | 10111100 | 110010 | 100000 |
Color Harmonies of #29707B
Complementary color
Monochromatic Colors of #29707B
Black with #29707B
Text Example
Text Example
White with #29707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29707B; }
p { color: rgb(41,112,123); }
H1.HeaderClassName
{
color: #29707B;
}
.AnyTagClassName
{
color: #29707B;
}
</style>
background-color css
<style>
a { background-color: #29707B; }
a { background-color: rgb(41,112,123); }
div.DivClassName
{
background-color: #29707B;
}
.BgClassName
{
background-color: #29707B;
}
</style>
border-color css
<style>
span { border-color: #29707B; }
span { border-color: rgb(41,112,123); }
td.TdClassName
{
border-color: #29707B;
}
.TagClassName
{
border-color: #29707B;
}
</style>