Shades of Allports #296D7C
Tints of Allports #296D7C
RGB
CMYK
RGB Variations
Color information
#296D7C (or 0x296D7C) is known color: Allports. HEX triplet: 29, 6D and 7C. RGB value is (41,109,124). Sum of RGB (Red+Green+Blue) = 41+109+124=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #296D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D7C is #D69283. Grayscale: #5A5A5A. Windows color (decimal): -14062212 or 8154409. OLE color: 8154409.
HSL color Cylindrical-coordinate representation of color #296D7C: hue angle of 190.84º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #296D7C is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 109 | 124 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.51 |
| HSL | 190.84º | 0.5% | 0.32% | - |
| HSV(B) | 190.84º | 0.67% | 0.49% | - |
| XYZ | 10.02 | 12.86 | 21.02 | - |
| YUV | 90.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 124 | 0.67 | 0.12 | 0 | 0.51 | 190.84 | 0.5 | 0.32 |
| Hex | 29 | 6D | 7C | 43 | C | 0 | 33 | BF | 32 | 20 |
| Octal | 51 | 155 | 174 | 103 | 14 | 0 | 63 | 277 | 62 | 40 |
| Binary | 101001 | 1101101 | 1111100 | 1000011 | 1100 | 0 | 110011 | 10111111 | 110010 | 100000 |
Color Harmonies of #296D7C
Complementary color
Monochromatic Colors of #296D7C
Black with #296D7C
Text Example
Text Example
White with #296D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D7C; }
p { color: rgb(41,109,124); }
H1.HeaderClassName
{
color: #296D7C;
}
.AnyTagClassName
{
color: #296D7C;
}
</style>
background-color css
<style>
a { background-color: #296D7C; }
a { background-color: rgb(41,109,124); }
div.DivClassName
{
background-color: #296D7C;
}
.BgClassName
{
background-color: #296D7C;
}
</style>
border-color css
<style>
span { border-color: #296D7C; }
span { border-color: rgb(41,109,124); }
td.TdClassName
{
border-color: #296D7C;
}
.TagClassName
{
border-color: #296D7C;
}
</style>