Shades of Allports #296C7C
Tints of Allports #296C7C
RGB
CMYK
RGB Variations
Color information
#296C7C (or 0x296C7C) is known color: Allports. HEX triplet: 29, 6C and 7C. RGB value is (41,108,124). Sum of RGB (Red+Green+Blue) = 41+108+124=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #296C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C7C is #D69383. Grayscale: #595959. Windows color (decimal): -14062468 or 8154153. OLE color: 8154153.
HSL color Cylindrical-coordinate representation of color #296C7C: hue angle of 191.57º 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 #296C7C is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 108 | 124 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.51 |
| HSL | 191.57º | 0.5% | 0.32% | - |
| HSV(B) | 191.57º | 0.67% | 0.49% | - |
| XYZ | 9.92 | 12.65 | 20.99 | - |
| YUV | 89.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 124 | 0.67 | 0.13 | 0 | 0.51 | 191.57 | 0.5 | 0.32 |
| Hex | 29 | 6C | 7C | 43 | D | 0 | 33 | C0 | 32 | 20 |
| Octal | 51 | 154 | 174 | 103 | 15 | 0 | 63 | 300 | 62 | 40 |
| Binary | 101001 | 1101100 | 1111100 | 1000011 | 1101 | 0 | 110011 | 11000000 | 110010 | 100000 |
Color Harmonies of #296C7C
Complementary color
Monochromatic Colors of #296C7C
Black with #296C7C
Text Example
Text Example
White with #296C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C7C; }
p { color: rgb(41,108,124); }
H1.HeaderClassName
{
color: #296C7C;
}
.AnyTagClassName
{
color: #296C7C;
}
</style>
background-color css
<style>
a { background-color: #296C7C; }
a { background-color: rgb(41,108,124); }
div.DivClassName
{
background-color: #296C7C;
}
.BgClassName
{
background-color: #296C7C;
}
</style>
border-color css
<style>
span { border-color: #296C7C; }
span { border-color: rgb(41,108,124); }
td.TdClassName
{
border-color: #296C7C;
}
.TagClassName
{
border-color: #296C7C;
}
</style>