Shades of Allports #296A85
Tints of Allports #296A85
RGB
CMYK
RGB Variations
Color information
#296A85 (or 0x296A85) is known color: Allports. HEX triplet: 29, 6A and 85. RGB value is (41,106,133). Sum of RGB (Red+Green+Blue) = 41+106+133=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #296A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A85 is #D6957A. Grayscale: #595959. Windows color (decimal): -14062971 or 8743465. OLE color: 8743465.
HSL color Cylindrical-coordinate representation of color #296A85: hue angle of 197.61º 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 #296A85 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 106 | 133 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.48 |
| HSL | 197.61º | 0.53% | 0.34% | - |
| HSV(B) | 197.61º | 0.69% | 0.52% | - |
| XYZ | 10.3 | 12.47 | 24.05 | - |
| YUV | 89.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 133 | 0.69 | 0.20 | 0 | 0.48 | 197.61 | 0.53 | 0.34 |
| Hex | 29 | 6A | 85 | 45 | 14 | 0 | 30 | C6 | 35 | 22 |
| Octal | 51 | 152 | 205 | 105 | 24 | 0 | 60 | 306 | 65 | 42 |
| Binary | 101001 | 1101010 | 10000101 | 1000101 | 10100 | 0 | 110000 | 11000110 | 110101 | 100010 |
Color Harmonies of #296A85
Complementary color
Monochromatic Colors of #296A85
Black with #296A85
Text Example
Text Example
White with #296A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A85; }
p { color: rgb(41,106,133); }
H1.HeaderClassName
{
color: #296A85;
}
.AnyTagClassName
{
color: #296A85;
}
</style>
background-color css
<style>
a { background-color: #296A85; }
a { background-color: rgb(41,106,133); }
div.DivClassName
{
background-color: #296A85;
}
.BgClassName
{
background-color: #296A85;
}
</style>
border-color css
<style>
span { border-color: #296A85; }
span { border-color: rgb(41,106,133); }
td.TdClassName
{
border-color: #296A85;
}
.TagClassName
{
border-color: #296A85;
}
</style>