Shades of St Tropaz #294B7A
Tints of St Tropaz #294B7A
RGB
CMYK
RGB Variations
Color information
#294B7A (or 0x294B7A) is known color: St Tropaz. HEX triplet: 29, 4B and 7A. RGB value is (41,75,122). Sum of RGB (Red+Green+Blue) = 41+75+122=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #294B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B7A is #D6B485. Grayscale: #454545. Windows color (decimal): -14070918 or 8014633. OLE color: 8014633.
HSL color Cylindrical-coordinate representation of color #294B7A: hue angle of 214.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294B7A is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 75 | 122 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.52 |
| HSL | 214.81º | 0.5% | 0.32% | - |
| HSV(B) | 214.81º | 0.66% | 0.48% | - |
| XYZ | 6.94 | 6.91 | 19.38 | - |
| YUV | 70.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 122 | 0.66 | 0.39 | 0 | 0.52 | 214.81 | 0.5 | 0.32 |
| Hex | 29 | 4B | 7A | 42 | 27 | 0 | 34 | D7 | 32 | 20 |
| Octal | 51 | 113 | 172 | 102 | 47 | 0 | 64 | 327 | 62 | 40 |
| Binary | 101001 | 1001011 | 1111010 | 1000010 | 100111 | 0 | 110100 | 11010111 | 110010 | 100000 |
Color Harmonies of #294B7A
Complementary color
Monochromatic Colors of #294B7A
Black with #294B7A
Text Example
Text Example
White with #294B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B7A; }
p { color: rgb(41,75,122); }
H1.HeaderClassName
{
color: #294B7A;
}
.AnyTagClassName
{
color: #294B7A;
}
</style>
background-color css
<style>
a { background-color: #294B7A; }
a { background-color: rgb(41,75,122); }
div.DivClassName
{
background-color: #294B7A;
}
.BgClassName
{
background-color: #294B7A;
}
</style>
border-color css
<style>
span { border-color: #294B7A; }
span { border-color: rgb(41,75,122); }
td.TdClassName
{
border-color: #294B7A;
}
.TagClassName
{
border-color: #294B7A;
}
</style>