Shades of Allports #296F7A
Tints of Allports #296F7A
RGB
CMYK
RGB Variations
Color information
#296F7A (or 0x296F7A) is known color: Allports. HEX triplet: 29, 6F and 7A. RGB value is (41,111,122). Sum of RGB (Red+Green+Blue) = 41+111+122=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #296F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F7A is #D69085. Grayscale: #5B5B5B. Windows color (decimal): -14061702 or 8023849. OLE color: 8023849.
HSL color Cylindrical-coordinate representation of color #296F7A: hue angle of 188.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296F7A is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 111 | 122 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.52 |
| HSL | 188.15º | 0.5% | 0.32% | - |
| HSV(B) | 188.15º | 0.66% | 0.48% | - |
| XYZ | 10.11 | 13.25 | 20.44 | - |
| YUV | 91.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 122 | 0.66 | 0.09 | 0 | 0.52 | 188.15 | 0.5 | 0.32 |
| Hex | 29 | 6F | 7A | 42 | 9 | 0 | 34 | BC | 32 | 20 |
| Octal | 51 | 157 | 172 | 102 | 11 | 0 | 64 | 274 | 62 | 40 |
| Binary | 101001 | 1101111 | 1111010 | 1000010 | 1001 | 0 | 110100 | 10111100 | 110010 | 100000 |
Color Harmonies of #296F7A
Complementary color
Monochromatic Colors of #296F7A
Black with #296F7A
Text Example
Text Example
White with #296F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F7A; }
p { color: rgb(41,111,122); }
H1.HeaderClassName
{
color: #296F7A;
}
.AnyTagClassName
{
color: #296F7A;
}
</style>
background-color css
<style>
a { background-color: #296F7A; }
a { background-color: rgb(41,111,122); }
div.DivClassName
{
background-color: #296F7A;
}
.BgClassName
{
background-color: #296F7A;
}
</style>
border-color css
<style>
span { border-color: #296F7A; }
span { border-color: rgb(41,111,122); }
td.TdClassName
{
border-color: #296F7A;
}
.TagClassName
{
border-color: #296F7A;
}
</style>