Shades of Allports #296E85
Tints of Allports #296E85
RGB
CMYK
RGB Variations
Color information
#296E85 (or 0x296E85) is known color: Allports. HEX triplet: 29, 6E and 85. RGB value is (41,110,133). Sum of RGB (Red+Green+Blue) = 41+110+133=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #296E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E85 is #D6917A. Grayscale: #5B5B5B. Windows color (decimal): -14061947 or 8744489. OLE color: 8744489.
HSL color Cylindrical-coordinate representation of color #296E85: hue angle of 195º 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 #296E85 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 110 | 133 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.48 |
| HSL | 195º | 0.53% | 0.34% | - |
| HSV(B) | 195º | 0.69% | 0.52% | - |
| XYZ | 10.72 | 13.32 | 24.2 | - |
| YUV | 91.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 133 | 0.69 | 0.17 | 0 | 0.48 | 195 | 0.53 | 0.34 |
| Hex | 29 | 6E | 85 | 45 | 11 | 0 | 30 | C3 | 35 | 22 |
| Octal | 51 | 156 | 205 | 105 | 21 | 0 | 60 | 303 | 65 | 42 |
| Binary | 101001 | 1101110 | 10000101 | 1000101 | 10001 | 0 | 110000 | 11000011 | 110101 | 100010 |
Color Harmonies of #296E85
Complementary color
Monochromatic Colors of #296E85
Black with #296E85
Text Example
Text Example
White with #296E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E85; }
p { color: rgb(41,110,133); }
H1.HeaderClassName
{
color: #296E85;
}
.AnyTagClassName
{
color: #296E85;
}
</style>
background-color css
<style>
a { background-color: #296E85; }
a { background-color: rgb(41,110,133); }
div.DivClassName
{
background-color: #296E85;
}
.BgClassName
{
background-color: #296E85;
}
</style>
border-color css
<style>
span { border-color: #296E85; }
span { border-color: rgb(41,110,133); }
td.TdClassName
{
border-color: #296E85;
}
.TagClassName
{
border-color: #296E85;
}
</style>