Shades of Allports #296F7E
Tints of Allports #296F7E
RGB
CMYK
RGB Variations
Color information
#296F7E (or 0x296F7E) is known color: Allports. HEX triplet: 29, 6F and 7E. RGB value is (41,111,126). Sum of RGB (Red+Green+Blue) = 41+111+126=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #296F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F7E is #D69081. Grayscale: #5B5B5B. Windows color (decimal): -14061698 or 8285993. OLE color: 8285993.
HSL color Cylindrical-coordinate representation of color #296F7E: hue angle of 190.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #296F7E is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 111 | 126 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.51 |
| HSL | 190.59º | 0.51% | 0.33% | - |
| HSV(B) | 190.59º | 0.67% | 0.49% | - |
| XYZ | 10.36 | 13.35 | 21.77 | - |
| YUV | 91.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 126 | 0.67 | 0.12 | 0 | 0.51 | 190.59 | 0.51 | 0.33 |
| Hex | 29 | 6F | 7E | 43 | C | 0 | 33 | BF | 33 | 21 |
| Octal | 51 | 157 | 176 | 103 | 14 | 0 | 63 | 277 | 63 | 41 |
| Binary | 101001 | 1101111 | 1111110 | 1000011 | 1100 | 0 | 110011 | 10111111 | 110011 | 100001 |
Color Harmonies of #296F7E
Complementary color
Monochromatic Colors of #296F7E
Black with #296F7E
Text Example
Text Example
White with #296F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F7E; }
p { color: rgb(41,111,126); }
H1.HeaderClassName
{
color: #296F7E;
}
.AnyTagClassName
{
color: #296F7E;
}
</style>
background-color css
<style>
a { background-color: #296F7E; }
a { background-color: rgb(41,111,126); }
div.DivClassName
{
background-color: #296F7E;
}
.BgClassName
{
background-color: #296F7E;
}
</style>
border-color css
<style>
span { border-color: #296F7E; }
span { border-color: rgb(41,111,126); }
td.TdClassName
{
border-color: #296F7E;
}
.TagClassName
{
border-color: #296F7E;
}
</style>