Shades of Allports #296C84
Tints of Allports #296C84
RGB
CMYK
RGB Variations
Color information
#296C84 (or 0x296C84) is known color: Allports. HEX triplet: 29, 6C and 84. RGB value is (41,108,132). Sum of RGB (Red+Green+Blue) = 41+108+132=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #296C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C84 is #D6937B. Grayscale: #5A5A5A. Windows color (decimal): -14062460 or 8678441. OLE color: 8678441.
HSL color Cylindrical-coordinate representation of color #296C84: hue angle of 195.82º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296C84 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 108 | 132 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.48 |
| HSL | 195.82º | 0.53% | 0.34% | - |
| HSV(B) | 195.82º | 0.69% | 0.52% | - |
| XYZ | 10.44 | 12.86 | 23.76 | - |
| YUV | 90.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 132 | 0.69 | 0.18 | 0 | 0.48 | 195.82 | 0.53 | 0.34 |
| Hex | 29 | 6C | 84 | 45 | 12 | 0 | 30 | C4 | 35 | 22 |
| Octal | 51 | 154 | 204 | 105 | 22 | 0 | 60 | 304 | 65 | 42 |
| Binary | 101001 | 1101100 | 10000100 | 1000101 | 10010 | 0 | 110000 | 11000100 | 110101 | 100010 |
Color Harmonies of #296C84
Complementary color
Monochromatic Colors of #296C84
Black with #296C84
Text Example
Text Example
White with #296C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C84; }
p { color: rgb(41,108,132); }
H1.HeaderClassName
{
color: #296C84;
}
.AnyTagClassName
{
color: #296C84;
}
</style>
background-color css
<style>
a { background-color: #296C84; }
a { background-color: rgb(41,108,132); }
div.DivClassName
{
background-color: #296C84;
}
.BgClassName
{
background-color: #296C84;
}
</style>
border-color css
<style>
span { border-color: #296C84; }
span { border-color: rgb(41,108,132); }
td.TdClassName
{
border-color: #296C84;
}
.TagClassName
{
border-color: #296C84;
}
</style>