Shades of Allports #296A72
Tints of Allports #296A72
RGB
CMYK
RGB Variations
Color information
#296A72 (or 0x296A72) is known color: Allports. HEX triplet: 29, 6A and 72. RGB value is (41,106,114). Sum of RGB (Red+Green+Blue) = 41+106+114=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #296A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A72 is #D6958D. Grayscale: #575757. Windows color (decimal): -14062990 or 7498281. OLE color: 7498281.
HSL color Cylindrical-coordinate representation of color #296A72: hue angle of 186.58º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296A72 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 106 | 114 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.55 |
| HSL | 186.58º | 0.47% | 0.3% | - |
| HSV(B) | 186.58º | 0.64% | 0.45% | - |
| XYZ | 9.11 | 11.99 | 17.75 | - |
| YUV | 87.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 114 | 0.64 | 0.07 | 0 | 0.55 | 186.58 | 0.47 | 0.3 |
| Hex | 29 | 6A | 72 | 40 | 7 | 0 | 37 | BB | 2F | 1E |
| Octal | 51 | 152 | 162 | 100 | 7 | 0 | 67 | 273 | 57 | 36 |
| Binary | 101001 | 1101010 | 1110010 | 1000000 | 111 | 0 | 110111 | 10111011 | 101111 | 11110 |
Color Harmonies of #296A72
Complementary color
Monochromatic Colors of #296A72
Black with #296A72
Text Example
Text Example
White with #296A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A72; }
p { color: rgb(41,106,114); }
H1.HeaderClassName
{
color: #296A72;
}
.AnyTagClassName
{
color: #296A72;
}
</style>
background-color css
<style>
a { background-color: #296A72; }
a { background-color: rgb(41,106,114); }
div.DivClassName
{
background-color: #296A72;
}
.BgClassName
{
background-color: #296A72;
}
</style>
border-color css
<style>
span { border-color: #296A72; }
span { border-color: rgb(41,106,114); }
td.TdClassName
{
border-color: #296A72;
}
.TagClassName
{
border-color: #296A72;
}
</style>