Shades of St Tropaz #294D80
Tints of St Tropaz #294D80
RGB
CMYK
RGB Variations
Color information
#294D80 (or 0x294D80) is known color: St Tropaz. HEX triplet: 29, 4D and 80. RGB value is (41,77,128). Sum of RGB (Red+Green+Blue) = 41+77+128=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #294D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D80 is #D6B27F. Grayscale: #474747. Windows color (decimal): -14070400 or 8408361. OLE color: 8408361.
HSL color Cylindrical-coordinate representation of color #294D80: hue angle of 215.17º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294D80 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 77 | 128 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.50 |
| HSL | 215.17º | 0.51% | 0.33% | - |
| HSV(B) | 215.17º | 0.68% | 0.5% | - |
| XYZ | 7.46 | 7.34 | 21.44 | - |
| YUV | 72.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 128 | 0.68 | 0.40 | 0 | 0.50 | 215.17 | 0.51 | 0.33 |
| Hex | 29 | 4D | 80 | 44 | 28 | 0 | 32 | D7 | 33 | 21 |
| Octal | 51 | 115 | 200 | 104 | 50 | 0 | 62 | 327 | 63 | 41 |
| Binary | 101001 | 1001101 | 10000000 | 1000100 | 101000 | 0 | 110010 | 11010111 | 110011 | 100001 |
Color Harmonies of #294D80
Complementary color
Monochromatic Colors of #294D80
Black with #294D80
Text Example
Text Example
White with #294D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D80; }
p { color: rgb(41,77,128); }
H1.HeaderClassName
{
color: #294D80;
}
.AnyTagClassName
{
color: #294D80;
}
</style>
background-color css
<style>
a { background-color: #294D80; }
a { background-color: rgb(41,77,128); }
div.DivClassName
{
background-color: #294D80;
}
.BgClassName
{
background-color: #294D80;
}
</style>
border-color css
<style>
span { border-color: #294D80; }
span { border-color: rgb(41,77,128); }
td.TdClassName
{
border-color: #294D80;
}
.TagClassName
{
border-color: #294D80;
}
</style>