Shades of Allports #296875
Tints of Allports #296875
RGB
CMYK
RGB Variations
Color information
#296875 (or 0x296875) is known color: Allports. HEX triplet: 29, 68 and 75. RGB value is (41,104,117). Sum of RGB (Red+Green+Blue) = 41+104+117=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #296875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296875 is #D6978A. Grayscale: #565656. Windows color (decimal): -14063499 or 7694377. OLE color: 7694377.
HSL color Cylindrical-coordinate representation of color #296875: hue angle of 190.26º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296875 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 104 | 117 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.54 |
| HSL | 190.26º | 0.48% | 0.31% | - |
| HSV(B) | 190.26º | 0.65% | 0.46% | - |
| XYZ | 9.08 | 11.66 | 18.6 | - |
| YUV | 86.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 117 | 0.65 | 0.11 | 0 | 0.54 | 190.26 | 0.48 | 0.31 |
| Hex | 29 | 68 | 75 | 41 | B | 0 | 36 | BE | 30 | 1F |
| Octal | 51 | 150 | 165 | 101 | 13 | 0 | 66 | 276 | 60 | 37 |
| Binary | 101001 | 1101000 | 1110101 | 1000001 | 1011 | 0 | 110110 | 10111110 | 110000 | 11111 |
Color Harmonies of #296875
Complementary color
Monochromatic Colors of #296875
Black with #296875
Text Example
Text Example
White with #296875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296875; }
p { color: rgb(41,104,117); }
H1.HeaderClassName
{
color: #296875;
}
.AnyTagClassName
{
color: #296875;
}
</style>
background-color css
<style>
a { background-color: #296875; }
a { background-color: rgb(41,104,117); }
div.DivClassName
{
background-color: #296875;
}
.BgClassName
{
background-color: #296875;
}
</style>
border-color css
<style>
span { border-color: #296875; }
span { border-color: rgb(41,104,117); }
td.TdClassName
{
border-color: #296875;
}
.TagClassName
{
border-color: #296875;
}
</style>