Shades of St Tropaz #294C79
Tints of St Tropaz #294C79
RGB
CMYK
RGB Variations
Color information
#294C79 (or 0x294C79) is known color: St Tropaz. HEX triplet: 29, 4C and 79. RGB value is (41,76,121). Sum of RGB (Red+Green+Blue) = 41+76+121=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #294C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C79 is #D6B386. Grayscale: #464646. Windows color (decimal): -14070663 or 7949353. OLE color: 7949353.
HSL color Cylindrical-coordinate representation of color #294C79: hue angle of 213.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294C79 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 76 | 121 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.53 |
| HSL | 213.75º | 0.49% | 0.32% | - |
| HSV(B) | 213.75º | 0.66% | 0.47% | - |
| XYZ | 6.95 | 7.02 | 19.08 | - |
| YUV | 70.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 121 | 0.66 | 0.37 | 0 | 0.53 | 213.75 | 0.49 | 0.32 |
| Hex | 29 | 4C | 79 | 42 | 25 | 0 | 35 | D6 | 31 | 20 |
| Octal | 51 | 114 | 171 | 102 | 45 | 0 | 65 | 326 | 61 | 40 |
| Binary | 101001 | 1001100 | 1111001 | 1000010 | 100101 | 0 | 110101 | 11010110 | 110001 | 100000 |
Color Harmonies of #294C79
Complementary color
Monochromatic Colors of #294C79
Black with #294C79
Text Example
Text Example
White with #294C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C79; }
p { color: rgb(41,76,121); }
H1.HeaderClassName
{
color: #294C79;
}
.AnyTagClassName
{
color: #294C79;
}
</style>
background-color css
<style>
a { background-color: #294C79; }
a { background-color: rgb(41,76,121); }
div.DivClassName
{
background-color: #294C79;
}
.BgClassName
{
background-color: #294C79;
}
</style>
border-color css
<style>
span { border-color: #294C79; }
span { border-color: rgb(41,76,121); }
td.TdClassName
{
border-color: #294C79;
}
.TagClassName
{
border-color: #294C79;
}
</style>