Shades of St Tropaz #294E7B
Tints of St Tropaz #294E7B
RGB
CMYK
RGB Variations
Color information
#294E7B (or 0x294E7B) is known color: St Tropaz. HEX triplet: 29, 4E and 7B. RGB value is (41,78,123). Sum of RGB (Red+Green+Blue) = 41+78+123=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #294E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E7B is #D6B184. Grayscale: #474747. Windows color (decimal): -14070149 or 8080937. OLE color: 8080937.
HSL color Cylindrical-coordinate representation of color #294E7B: hue angle of 212.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294E7B is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 78 | 123 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.52 |
| HSL | 212.93º | 0.5% | 0.32% | - |
| HSV(B) | 212.93º | 0.67% | 0.48% | - |
| XYZ | 7.21 | 7.35 | 19.78 | - |
| YUV | 72.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 123 | 0.67 | 0.37 | 0 | 0.52 | 212.93 | 0.5 | 0.32 |
| Hex | 29 | 4E | 7B | 43 | 25 | 0 | 34 | D5 | 32 | 20 |
| Octal | 51 | 116 | 173 | 103 | 45 | 0 | 64 | 325 | 62 | 40 |
| Binary | 101001 | 1001110 | 1111011 | 1000011 | 100101 | 0 | 110100 | 11010101 | 110010 | 100000 |
Color Harmonies of #294E7B
Complementary color
Monochromatic Colors of #294E7B
Black with #294E7B
Text Example
Text Example
White with #294E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E7B; }
p { color: rgb(41,78,123); }
H1.HeaderClassName
{
color: #294E7B;
}
.AnyTagClassName
{
color: #294E7B;
}
</style>
background-color css
<style>
a { background-color: #294E7B; }
a { background-color: rgb(41,78,123); }
div.DivClassName
{
background-color: #294E7B;
}
.BgClassName
{
background-color: #294E7B;
}
</style>
border-color css
<style>
span { border-color: #294E7B; }
span { border-color: rgb(41,78,123); }
td.TdClassName
{
border-color: #294E7B;
}
.TagClassName
{
border-color: #294E7B;
}
</style>