Shades of St Tropaz #294F7C
Tints of St Tropaz #294F7C
RGB
CMYK
RGB Variations
Color information
#294F7C (or 0x294F7C) is known color: St Tropaz. HEX triplet: 29, 4F and 7C. RGB value is (41,79,124). Sum of RGB (Red+Green+Blue) = 41+79+124=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #294F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F7C is #D6B083. Grayscale: #484848. Windows color (decimal): -14069892 or 8146729. OLE color: 8146729.
HSL color Cylindrical-coordinate representation of color #294F7C: hue angle of 212.53º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294F7C is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 79 | 124 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.51 |
| HSL | 212.53º | 0.5% | 0.32% | - |
| HSV(B) | 212.53º | 0.67% | 0.49% | - |
| XYZ | 7.35 | 7.52 | 20.13 | - |
| YUV | 72.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 124 | 0.67 | 0.36 | 0 | 0.51 | 212.53 | 0.5 | 0.32 |
| Hex | 29 | 4F | 7C | 43 | 24 | 0 | 33 | D5 | 32 | 20 |
| Octal | 51 | 117 | 174 | 103 | 44 | 0 | 63 | 325 | 62 | 40 |
| Binary | 101001 | 1001111 | 1111100 | 1000011 | 100100 | 0 | 110011 | 11010101 | 110010 | 100000 |
Color Harmonies of #294F7C
Complementary color
Monochromatic Colors of #294F7C
Black with #294F7C
Text Example
Text Example
White with #294F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F7C; }
p { color: rgb(41,79,124); }
H1.HeaderClassName
{
color: #294F7C;
}
.AnyTagClassName
{
color: #294F7C;
}
</style>
background-color css
<style>
a { background-color: #294F7C; }
a { background-color: rgb(41,79,124); }
div.DivClassName
{
background-color: #294F7C;
}
.BgClassName
{
background-color: #294F7C;
}
</style>
border-color css
<style>
span { border-color: #294F7C; }
span { border-color: rgb(41,79,124); }
td.TdClassName
{
border-color: #294F7C;
}
.TagClassName
{
border-color: #294F7C;
}
</style>