Shades of St Tropaz #294F7F
Tints of St Tropaz #294F7F
RGB
CMYK
RGB Variations
Color information
#294F7F (or 0x294F7F) is known color: St Tropaz. HEX triplet: 29, 4F and 7F. RGB value is (41,79,127). Sum of RGB (Red+Green+Blue) = 41+79+127=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #294F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F7F is #D6B080. Grayscale: #484848. Windows color (decimal): -14069889 or 8343337. OLE color: 8343337.
HSL color Cylindrical-coordinate representation of color #294F7F: hue angle of 213.49º 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 #294F7F is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 79 | 127 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.50 |
| HSL | 213.49º | 0.51% | 0.33% | - |
| HSV(B) | 213.49º | 0.68% | 0.5% | - |
| XYZ | 7.54 | 7.6 | 21.15 | - |
| YUV | 73.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 127 | 0.68 | 0.38 | 0 | 0.50 | 213.49 | 0.51 | 0.33 |
| Hex | 29 | 4F | 7F | 44 | 26 | 0 | 32 | D5 | 33 | 21 |
| Octal | 51 | 117 | 177 | 104 | 46 | 0 | 62 | 325 | 63 | 41 |
| Binary | 101001 | 1001111 | 1111111 | 1000100 | 100110 | 0 | 110010 | 11010101 | 110011 | 100001 |
Color Harmonies of #294F7F
Complementary color
Monochromatic Colors of #294F7F
Black with #294F7F
Text Example
Text Example
White with #294F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F7F; }
p { color: rgb(41,79,127); }
H1.HeaderClassName
{
color: #294F7F;
}
.AnyTagClassName
{
color: #294F7F;
}
</style>
background-color css
<style>
a { background-color: #294F7F; }
a { background-color: rgb(41,79,127); }
div.DivClassName
{
background-color: #294F7F;
}
.BgClassName
{
background-color: #294F7F;
}
</style>
border-color css
<style>
span { border-color: #294F7F; }
span { border-color: rgb(41,79,127); }
td.TdClassName
{
border-color: #294F7F;
}
.TagClassName
{
border-color: #294F7F;
}
</style>