Shades of Allports #296C76
Tints of Allports #296C76
RGB
CMYK
RGB Variations
Color information
#296C76 (or 0x296C76) is known color: Allports. HEX triplet: 29, 6C and 76. RGB value is (41,108,118). Sum of RGB (Red+Green+Blue) = 41+108+118=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #296C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C76 is #D69389. Grayscale: #595959. Windows color (decimal): -14062474 or 7760937. OLE color: 7760937.
HSL color Cylindrical-coordinate representation of color #296C76: hue angle of 187.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296C76 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 108 | 118 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.54 |
| HSL | 187.79º | 0.48% | 0.31% | - |
| HSV(B) | 187.79º | 0.65% | 0.46% | - |
| XYZ | 9.55 | 12.5 | 19.05 | - |
| YUV | 89.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 118 | 0.65 | 0.08 | 0 | 0.54 | 187.79 | 0.48 | 0.31 |
| Hex | 29 | 6C | 76 | 41 | 8 | 0 | 36 | BC | 30 | 1F |
| Octal | 51 | 154 | 166 | 101 | 10 | 0 | 66 | 274 | 60 | 37 |
| Binary | 101001 | 1101100 | 1110110 | 1000001 | 1000 | 0 | 110110 | 10111100 | 110000 | 11111 |
Color Harmonies of #296C76
Complementary color
Monochromatic Colors of #296C76
Black with #296C76
Text Example
Text Example
White with #296C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C76; }
p { color: rgb(41,108,118); }
H1.HeaderClassName
{
color: #296C76;
}
.AnyTagClassName
{
color: #296C76;
}
</style>
background-color css
<style>
a { background-color: #296C76; }
a { background-color: rgb(41,108,118); }
div.DivClassName
{
background-color: #296C76;
}
.BgClassName
{
background-color: #296C76;
}
</style>
border-color css
<style>
span { border-color: #296C76; }
span { border-color: rgb(41,108,118); }
td.TdClassName
{
border-color: #296C76;
}
.TagClassName
{
border-color: #296C76;
}
</style>