Shades of Allports #296E7B
Tints of Allports #296E7B
RGB
CMYK
RGB Variations
Color information
#296E7B (or 0x296E7B) is known color: Allports. HEX triplet: 29, 6E and 7B. RGB value is (41,110,123). Sum of RGB (Red+Green+Blue) = 41+110+123=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #296E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E7B is #D69184. Grayscale: #5A5A5A. Windows color (decimal): -14061957 or 8089129. OLE color: 8089129.
HSL color Cylindrical-coordinate representation of color #296E7B: hue angle of 189.51º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #296E7B is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 110 | 123 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.52 |
| HSL | 189.51º | 0.5% | 0.32% | - |
| HSV(B) | 189.51º | 0.67% | 0.48% | - |
| XYZ | 10.07 | 13.05 | 20.73 | - |
| YUV | 90.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 123 | 0.67 | 0.11 | 0 | 0.52 | 189.51 | 0.5 | 0.32 |
| Hex | 29 | 6E | 7B | 43 | B | 0 | 34 | BE | 32 | 20 |
| Octal | 51 | 156 | 173 | 103 | 13 | 0 | 64 | 276 | 62 | 40 |
| Binary | 101001 | 1101110 | 1111011 | 1000011 | 1011 | 0 | 110100 | 10111110 | 110010 | 100000 |
Color Harmonies of #296E7B
Complementary color
Monochromatic Colors of #296E7B
Black with #296E7B
Text Example
Text Example
White with #296E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E7B; }
p { color: rgb(41,110,123); }
H1.HeaderClassName
{
color: #296E7B;
}
.AnyTagClassName
{
color: #296E7B;
}
</style>
background-color css
<style>
a { background-color: #296E7B; }
a { background-color: rgb(41,110,123); }
div.DivClassName
{
background-color: #296E7B;
}
.BgClassName
{
background-color: #296E7B;
}
</style>
border-color css
<style>
span { border-color: #296E7B; }
span { border-color: rgb(41,110,123); }
td.TdClassName
{
border-color: #296E7B;
}
.TagClassName
{
border-color: #296E7B;
}
</style>