Shades of St Tropaz #294D7A
Tints of St Tropaz #294D7A
RGB
CMYK
RGB Variations
Color information
#294D7A (or 0x294D7A) is known color: St Tropaz. HEX triplet: 29, 4D and 7A. RGB value is (41,77,122). Sum of RGB (Red+Green+Blue) = 41+77+122=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #294D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D7A is #D6B285. Grayscale: #474747. Windows color (decimal): -14070406 or 8015145. OLE color: 8015145.
HSL color Cylindrical-coordinate representation of color #294D7A: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294D7A is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 77 | 122 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.52 |
| HSL | 213.33º | 0.5% | 0.32% | - |
| HSV(B) | 213.33º | 0.66% | 0.48% | - |
| XYZ | 7.08 | 7.18 | 19.43 | - |
| YUV | 71.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 122 | 0.66 | 0.37 | 0 | 0.52 | 213.33 | 0.5 | 0.32 |
| Hex | 29 | 4D | 7A | 42 | 25 | 0 | 34 | D5 | 32 | 20 |
| Octal | 51 | 115 | 172 | 102 | 45 | 0 | 64 | 325 | 62 | 40 |
| Binary | 101001 | 1001101 | 1111010 | 1000010 | 100101 | 0 | 110100 | 11010101 | 110010 | 100000 |
Color Harmonies of #294D7A
Complementary color
Monochromatic Colors of #294D7A
Black with #294D7A
Text Example
Text Example
White with #294D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D7A; }
p { color: rgb(41,77,122); }
H1.HeaderClassName
{
color: #294D7A;
}
.AnyTagClassName
{
color: #294D7A;
}
</style>
background-color css
<style>
a { background-color: #294D7A; }
a { background-color: rgb(41,77,122); }
div.DivClassName
{
background-color: #294D7A;
}
.BgClassName
{
background-color: #294D7A;
}
</style>
border-color css
<style>
span { border-color: #294D7A; }
span { border-color: rgb(41,77,122); }
td.TdClassName
{
border-color: #294D7A;
}
.TagClassName
{
border-color: #294D7A;
}
</style>