Shades of Allports #296C78
Tints of Allports #296C78
RGB
CMYK
RGB Variations
Color information
#296C78 (or 0x296C78) is known color: Allports. HEX triplet: 29, 6C and 78. RGB value is (41,108,120). Sum of RGB (Red+Green+Blue) = 41+108+120=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #296C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C78 is #D69387. Grayscale: #595959. Windows color (decimal): -14062472 or 7892009. OLE color: 7892009.
HSL color Cylindrical-coordinate representation of color #296C78: hue angle of 189.11º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296C78 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 108 | 120 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.53 |
| HSL | 189.11º | 0.49% | 0.32% | - |
| HSV(B) | 189.11º | 0.66% | 0.47% | - |
| XYZ | 9.67 | 12.55 | 19.68 | - |
| YUV | 89.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 120 | 0.66 | 0.10 | 0 | 0.53 | 189.11 | 0.49 | 0.32 |
| Hex | 29 | 6C | 78 | 42 | A | 0 | 35 | BD | 31 | 20 |
| Octal | 51 | 154 | 170 | 102 | 12 | 0 | 65 | 275 | 61 | 40 |
| Binary | 101001 | 1101100 | 1111000 | 1000010 | 1010 | 0 | 110101 | 10111101 | 110001 | 100000 |
Color Harmonies of #296C78
Complementary color
Monochromatic Colors of #296C78
Black with #296C78
Text Example
Text Example
White with #296C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C78; }
p { color: rgb(41,108,120); }
H1.HeaderClassName
{
color: #296C78;
}
.AnyTagClassName
{
color: #296C78;
}
</style>
background-color css
<style>
a { background-color: #296C78; }
a { background-color: rgb(41,108,120); }
div.DivClassName
{
background-color: #296C78;
}
.BgClassName
{
background-color: #296C78;
}
</style>
border-color css
<style>
span { border-color: #296C78; }
span { border-color: rgb(41,108,120); }
td.TdClassName
{
border-color: #296C78;
}
.TagClassName
{
border-color: #296C78;
}
</style>