Shades of Allports #296E84
Tints of Allports #296E84
RGB
CMYK
RGB Variations
Color information
#296E84 (or 0x296E84) is known color: Allports. HEX triplet: 29, 6E and 84. RGB value is (41,110,132). Sum of RGB (Red+Green+Blue) = 41+110+132=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #296E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E84 is #D6917B. Grayscale: #5B5B5B. Windows color (decimal): -14061948 or 8678953. OLE color: 8678953.
HSL color Cylindrical-coordinate representation of color #296E84: hue angle of 194.51º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296E84 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 110 | 132 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.48 |
| HSL | 194.51º | 0.53% | 0.34% | - |
| HSV(B) | 194.51º | 0.69% | 0.52% | - |
| XYZ | 10.66 | 13.29 | 23.83 | - |
| YUV | 91.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 132 | 0.69 | 0.17 | 0 | 0.48 | 194.51 | 0.53 | 0.34 |
| Hex | 29 | 6E | 84 | 45 | 11 | 0 | 30 | C3 | 35 | 22 |
| Octal | 51 | 156 | 204 | 105 | 21 | 0 | 60 | 303 | 65 | 42 |
| Binary | 101001 | 1101110 | 10000100 | 1000101 | 10001 | 0 | 110000 | 11000011 | 110101 | 100010 |
Color Harmonies of #296E84
Complementary color
Monochromatic Colors of #296E84
Black with #296E84
Text Example
Text Example
White with #296E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E84; }
p { color: rgb(41,110,132); }
H1.HeaderClassName
{
color: #296E84;
}
.AnyTagClassName
{
color: #296E84;
}
</style>
background-color css
<style>
a { background-color: #296E84; }
a { background-color: rgb(41,110,132); }
div.DivClassName
{
background-color: #296E84;
}
.BgClassName
{
background-color: #296E84;
}
</style>
border-color css
<style>
span { border-color: #296E84; }
span { border-color: rgb(41,110,132); }
td.TdClassName
{
border-color: #296E84;
}
.TagClassName
{
border-color: #296E84;
}
</style>