Shades of St Tropaz #295182
Tints of St Tropaz #295182
RGB
CMYK
RGB Variations
Color information
#295182 (or 0x295182) is known color: St Tropaz. HEX triplet: 29, 51 and 82. RGB value is (41,81,130). Sum of RGB (Red+Green+Blue) = 41+81+130=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #295182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295182 is #D6AE7D. Grayscale: #4A4A4A. Windows color (decimal): -14069374 or 8540457. OLE color: 8540457.
HSL color Cylindrical-coordinate representation of color #295182: hue angle of 213.03º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295182 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 81 | 130 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.49 |
| HSL | 213.03º | 0.52% | 0.34% | - |
| HSV(B) | 213.03º | 0.68% | 0.51% | - |
| XYZ | 7.89 | 7.97 | 22.24 | - |
| YUV | 74.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 130 | 0.68 | 0.38 | 0 | 0.49 | 213.03 | 0.52 | 0.34 |
| Hex | 29 | 51 | 82 | 44 | 26 | 0 | 31 | D5 | 34 | 22 |
| Octal | 51 | 121 | 202 | 104 | 46 | 0 | 61 | 325 | 64 | 42 |
| Binary | 101001 | 1010001 | 10000010 | 1000100 | 100110 | 0 | 110001 | 11010101 | 110100 | 100010 |
Color Harmonies of #295182
Complementary color
Monochromatic Colors of #295182
Black with #295182
Text Example
Text Example
White with #295182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295182; }
p { color: rgb(41,81,130); }
H1.HeaderClassName
{
color: #295182;
}
.AnyTagClassName
{
color: #295182;
}
</style>
background-color css
<style>
a { background-color: #295182; }
a { background-color: rgb(41,81,130); }
div.DivClassName
{
background-color: #295182;
}
.BgClassName
{
background-color: #295182;
}
</style>
border-color css
<style>
span { border-color: #295182; }
span { border-color: rgb(41,81,130); }
td.TdClassName
{
border-color: #295182;
}
.TagClassName
{
border-color: #295182;
}
</style>