Shades of Allports #296C74
Tints of Allports #296C74
RGB
CMYK
RGB Variations
Color information
#296C74 (or 0x296C74) is known color: Allports. HEX triplet: 29, 6C and 74. RGB value is (41,108,116). Sum of RGB (Red+Green+Blue) = 41+108+116=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #296C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C74 is #D6938B. Grayscale: #585858. Windows color (decimal): -14062476 or 7629865. OLE color: 7629865.
HSL color Cylindrical-coordinate representation of color #296C74: hue angle of 186.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296C74 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 108 | 116 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.55 |
| HSL | 186.4º | 0.48% | 0.31% | - |
| HSV(B) | 186.4º | 0.65% | 0.45% | - |
| XYZ | 9.43 | 12.46 | 18.43 | - |
| YUV | 88.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 116 | 0.65 | 0.07 | 0 | 0.55 | 186.4 | 0.48 | 0.31 |
| Hex | 29 | 6C | 74 | 41 | 7 | 0 | 37 | BA | 30 | 1F |
| Octal | 51 | 154 | 164 | 101 | 7 | 0 | 67 | 272 | 60 | 37 |
| Binary | 101001 | 1101100 | 1110100 | 1000001 | 111 | 0 | 110111 | 10111010 | 110000 | 11111 |
Color Harmonies of #296C74
Complementary color
Monochromatic Colors of #296C74
Black with #296C74
Text Example
Text Example
White with #296C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C74; }
p { color: rgb(41,108,116); }
H1.HeaderClassName
{
color: #296C74;
}
.AnyTagClassName
{
color: #296C74;
}
</style>
background-color css
<style>
a { background-color: #296C74; }
a { background-color: rgb(41,108,116); }
div.DivClassName
{
background-color: #296C74;
}
.BgClassName
{
background-color: #296C74;
}
</style>
border-color css
<style>
span { border-color: #296C74; }
span { border-color: rgb(41,108,116); }
td.TdClassName
{
border-color: #296C74;
}
.TagClassName
{
border-color: #296C74;
}
</style>