Shades of Allports #296F81
Tints of Allports #296F81
RGB
CMYK
RGB Variations
Color information
#296F81 (or 0x296F81) is known color: Allports. HEX triplet: 29, 6F and 81. RGB value is (41,111,129). Sum of RGB (Red+Green+Blue) = 41+111+129=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #296F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F81 is #D6907E. Grayscale: #5B5B5B. Windows color (decimal): -14061695 or 8482601. OLE color: 8482601.
HSL color Cylindrical-coordinate representation of color #296F81: hue angle of 192.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296F81 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 111 | 129 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.49 |
| HSL | 192.27º | 0.52% | 0.33% | - |
| HSV(B) | 192.27º | 0.68% | 0.51% | - |
| XYZ | 10.56 | 13.43 | 22.8 | - |
| YUV | 92.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 129 | 0.68 | 0.14 | 0 | 0.49 | 192.27 | 0.52 | 0.33 |
| Hex | 29 | 6F | 81 | 44 | E | 0 | 31 | C0 | 34 | 21 |
| Octal | 51 | 157 | 201 | 104 | 16 | 0 | 61 | 300 | 64 | 41 |
| Binary | 101001 | 1101111 | 10000001 | 1000100 | 1110 | 0 | 110001 | 11000000 | 110100 | 100001 |
Color Harmonies of #296F81
Complementary color
Monochromatic Colors of #296F81
Black with #296F81
Text Example
Text Example
White with #296F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F81; }
p { color: rgb(41,111,129); }
H1.HeaderClassName
{
color: #296F81;
}
.AnyTagClassName
{
color: #296F81;
}
</style>
background-color css
<style>
a { background-color: #296F81; }
a { background-color: rgb(41,111,129); }
div.DivClassName
{
background-color: #296F81;
}
.BgClassName
{
background-color: #296F81;
}
</style>
border-color css
<style>
span { border-color: #296F81; }
span { border-color: rgb(41,111,129); }
td.TdClassName
{
border-color: #296F81;
}
.TagClassName
{
border-color: #296F81;
}
</style>