Shades of St Tropaz #294D7E
Tints of St Tropaz #294D7E
RGB
CMYK
RGB Variations
Color information
#294D7E (or 0x294D7E) is known color: St Tropaz. HEX triplet: 29, 4D and 7E. RGB value is (41,77,126). Sum of RGB (Red+Green+Blue) = 41+77+126=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #294D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D7E is #D6B281. Grayscale: #474747. Windows color (decimal): -14070402 or 8277289. OLE color: 8277289.
HSL color Cylindrical-coordinate representation of color #294D7E: hue angle of 214.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294D7E is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 77 | 126 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.51 |
| HSL | 214.59º | 0.51% | 0.33% | - |
| HSV(B) | 214.59º | 0.67% | 0.49% | - |
| XYZ | 7.33 | 7.29 | 20.76 | - |
| YUV | 71.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 126 | 0.67 | 0.39 | 0 | 0.51 | 214.59 | 0.51 | 0.33 |
| Hex | 29 | 4D | 7E | 43 | 27 | 0 | 33 | D7 | 33 | 21 |
| Octal | 51 | 115 | 176 | 103 | 47 | 0 | 63 | 327 | 63 | 41 |
| Binary | 101001 | 1001101 | 1111110 | 1000011 | 100111 | 0 | 110011 | 11010111 | 110011 | 100001 |
Color Harmonies of #294D7E
Complementary color
Monochromatic Colors of #294D7E
Black with #294D7E
Text Example
Text Example
White with #294D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D7E; }
p { color: rgb(41,77,126); }
H1.HeaderClassName
{
color: #294D7E;
}
.AnyTagClassName
{
color: #294D7E;
}
</style>
background-color css
<style>
a { background-color: #294D7E; }
a { background-color: rgb(41,77,126); }
div.DivClassName
{
background-color: #294D7E;
}
.BgClassName
{
background-color: #294D7E;
}
</style>
border-color css
<style>
span { border-color: #294D7E; }
span { border-color: rgb(41,77,126); }
td.TdClassName
{
border-color: #294D7E;
}
.TagClassName
{
border-color: #294D7E;
}
</style>