Shades of St Tropaz #3B587E
Tints of St Tropaz #3B587E
RGB
CMYK
RGB Variations
Color information
#3B587E (or 0x3B587E) is known color: St Tropaz. HEX triplet: 3B, 58 and 7E. RGB value is (59,88,126). Sum of RGB (Red+Green+Blue) = 59+88+126=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B587E is #C4A781. Grayscale: #535353. Windows color (decimal): -12887938 or 8280123. OLE color: 8280123.
HSL color Cylindrical-coordinate representation of color #3B587E: hue angle of 214.03º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B587E is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 88 | 126 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.51 |
| HSL | 214.03º | 0.36% | 0.36% | - |
| HSV(B) | 214.03º | 0.53% | 0.49% | - |
| XYZ | 9.06 | 9.42 | 21.08 | - |
| YUV | 83.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 126 | 0.53 | 0.30 | 0 | 0.51 | 214.03 | 0.36 | 0.36 |
| Hex | 3B | 58 | 7E | 35 | 1E | 0 | 33 | D6 | 24 | 24 |
| Octal | 73 | 130 | 176 | 65 | 36 | 0 | 63 | 326 | 44 | 44 |
| Binary | 111011 | 1011000 | 1111110 | 110101 | 11110 | 0 | 110011 | 11010110 | 100100 | 100100 |
Color Harmonies of #3B587E
Complementary color
Monochromatic Colors of #3B587E
Black with #3B587E
Text Example
Text Example
White with #3B587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B587E; }
p { color: rgb(59,88,126); }
H1.HeaderClassName
{
color: #3B587E;
}
.AnyTagClassName
{
color: #3B587E;
}
</style>
background-color css
<style>
a { background-color: #3B587E; }
a { background-color: rgb(59,88,126); }
div.DivClassName
{
background-color: #3B587E;
}
.BgClassName
{
background-color: #3B587E;
}
</style>
border-color css
<style>
span { border-color: #3B587E; }
span { border-color: rgb(59,88,126); }
td.TdClassName
{
border-color: #3B587E;
}
.TagClassName
{
border-color: #3B587E;
}
</style>