Shades of Allports #296C7B
Tints of Allports #296C7B
RGB
CMYK
RGB Variations
Color information
#296C7B (or 0x296C7B) is known color: Allports. HEX triplet: 29, 6C and 7B. RGB value is (41,108,123). Sum of RGB (Red+Green+Blue) = 41+108+123=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #296C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C7B is #D69384. Grayscale: #595959. Windows color (decimal): -14062469 or 8088617. OLE color: 8088617.
HSL color Cylindrical-coordinate representation of color #296C7B: hue angle of 190.98º 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 #296C7B is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 108 | 123 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.52 |
| HSL | 190.98º | 0.5% | 0.32% | - |
| HSV(B) | 190.98º | 0.67% | 0.48% | - |
| XYZ | 9.85 | 12.63 | 20.66 | - |
| YUV | 89.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 123 | 0.67 | 0.12 | 0 | 0.52 | 190.98 | 0.5 | 0.32 |
| Hex | 29 | 6C | 7B | 43 | C | 0 | 34 | BF | 32 | 20 |
| Octal | 51 | 154 | 173 | 103 | 14 | 0 | 64 | 277 | 62 | 40 |
| Binary | 101001 | 1101100 | 1111011 | 1000011 | 1100 | 0 | 110100 | 10111111 | 110010 | 100000 |
Color Harmonies of #296C7B
Complementary color
Monochromatic Colors of #296C7B
Black with #296C7B
Text Example
Text Example
White with #296C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C7B; }
p { color: rgb(41,108,123); }
H1.HeaderClassName
{
color: #296C7B;
}
.AnyTagClassName
{
color: #296C7B;
}
</style>
background-color css
<style>
a { background-color: #296C7B; }
a { background-color: rgb(41,108,123); }
div.DivClassName
{
background-color: #296C7B;
}
.BgClassName
{
background-color: #296C7B;
}
</style>
border-color css
<style>
span { border-color: #296C7B; }
span { border-color: rgb(41,108,123); }
td.TdClassName
{
border-color: #296C7B;
}
.TagClassName
{
border-color: #296C7B;
}
</style>