Shades of Allports #296E77
Tints of Allports #296E77
RGB
CMYK
RGB Variations
Color information
#296E77 (or 0x296E77) is known color: Allports. HEX triplet: 29, 6E and 77. RGB value is (41,110,119). Sum of RGB (Red+Green+Blue) = 41+110+119=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #296E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E77 is #D69188. Grayscale: #5A5A5A. Windows color (decimal): -14061961 or 7826985. OLE color: 7826985.
HSL color Cylindrical-coordinate representation of color #296E77: hue angle of 186.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296E77 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 110 | 119 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.53 |
| HSL | 186.92º | 0.49% | 0.31% | - |
| HSV(B) | 186.92º | 0.66% | 0.47% | - |
| XYZ | 9.82 | 12.96 | 19.44 | - |
| YUV | 90.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 119 | 0.66 | 0.08 | 0 | 0.53 | 186.92 | 0.49 | 0.31 |
| Hex | 29 | 6E | 77 | 42 | 8 | 0 | 35 | BB | 31 | 1F |
| Octal | 51 | 156 | 167 | 102 | 10 | 0 | 65 | 273 | 61 | 37 |
| Binary | 101001 | 1101110 | 1110111 | 1000010 | 1000 | 0 | 110101 | 10111011 | 110001 | 11111 |
Color Harmonies of #296E77
Complementary color
Monochromatic Colors of #296E77
Black with #296E77
Text Example
Text Example
White with #296E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E77; }
p { color: rgb(41,110,119); }
H1.HeaderClassName
{
color: #296E77;
}
.AnyTagClassName
{
color: #296E77;
}
</style>
background-color css
<style>
a { background-color: #296E77; }
a { background-color: rgb(41,110,119); }
div.DivClassName
{
background-color: #296E77;
}
.BgClassName
{
background-color: #296E77;
}
</style>
border-color css
<style>
span { border-color: #296E77; }
span { border-color: rgb(41,110,119); }
td.TdClassName
{
border-color: #296E77;
}
.TagClassName
{
border-color: #296E77;
}
</style>