Shades of St Tropaz #295283
Tints of St Tropaz #295283
RGB
CMYK
RGB Variations
Color information
#295283 (or 0x295283) is known color: St Tropaz. HEX triplet: 29, 52 and 83. RGB value is (41,82,131). Sum of RGB (Red+Green+Blue) = 41+82+131=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #295283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295283 is #D6AD7C. Grayscale: #4B4B4B. Windows color (decimal): -14069117 or 8606249. OLE color: 8606249.
HSL color Cylindrical-coordinate representation of color #295283: hue angle of 212.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295283 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 82 | 131 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.49 |
| HSL | 212.67º | 0.52% | 0.34% | - |
| HSV(B) | 212.67º | 0.69% | 0.51% | - |
| XYZ | 8.03 | 8.14 | 22.62 | - |
| YUV | 75.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 131 | 0.69 | 0.37 | 0 | 0.49 | 212.67 | 0.52 | 0.34 |
| Hex | 29 | 52 | 83 | 45 | 25 | 0 | 31 | D5 | 34 | 22 |
| Octal | 51 | 122 | 203 | 105 | 45 | 0 | 61 | 325 | 64 | 42 |
| Binary | 101001 | 1010010 | 10000011 | 1000101 | 100101 | 0 | 110001 | 11010101 | 110100 | 100010 |
Color Harmonies of #295283
Complementary color
Monochromatic Colors of #295283
Black with #295283
Text Example
Text Example
White with #295283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295283; }
p { color: rgb(41,82,131); }
H1.HeaderClassName
{
color: #295283;
}
.AnyTagClassName
{
color: #295283;
}
</style>
background-color css
<style>
a { background-color: #295283; }
a { background-color: rgb(41,82,131); }
div.DivClassName
{
background-color: #295283;
}
.BgClassName
{
background-color: #295283;
}
</style>
border-color css
<style>
span { border-color: #295283; }
span { border-color: rgb(41,82,131); }
td.TdClassName
{
border-color: #295283;
}
.TagClassName
{
border-color: #295283;
}
</style>