Shades of St Tropaz #3B5C89
Tints of St Tropaz #3B5C89
RGB
CMYK
RGB Variations
Color information
#3B5C89 (or 0x3B5C89) is known color: St Tropaz. HEX triplet: 3B, 5C and 89. RGB value is (59,92,137). Sum of RGB (Red+Green+Blue) = 59+92+137=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B5C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5C89 is #C4A376. Grayscale: #575757. Windows color (decimal): -12886903 or 9002043. OLE color: 9002043.
HSL color Cylindrical-coordinate representation of color #3B5C89: hue angle of 214.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B5C89 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 92 | 137 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.46 |
| HSL | 214.62º | 0.4% | 0.38% | - |
| HSV(B) | 214.62º | 0.57% | 0.54% | - |
| XYZ | 10.15 | 10.39 | 25.14 | - |
| YUV | 87.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 137 | 0.57 | 0.33 | 0 | 0.46 | 214.62 | 0.4 | 0.38 |
| Hex | 3B | 5C | 89 | 39 | 21 | 0 | 2E | D7 | 28 | 26 |
| Octal | 73 | 134 | 211 | 71 | 41 | 0 | 56 | 327 | 50 | 46 |
| Binary | 111011 | 1011100 | 10001001 | 111001 | 100001 | 0 | 101110 | 11010111 | 101000 | 100110 |
Color Harmonies of #3B5C89
Complementary color
Monochromatic Colors of #3B5C89
Black with #3B5C89
Text Example
Text Example
White with #3B5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C89; }
p { color: rgb(59,92,137); }
H1.HeaderClassName
{
color: #3B5C89;
}
.AnyTagClassName
{
color: #3B5C89;
}
</style>
background-color css
<style>
a { background-color: #3B5C89; }
a { background-color: rgb(59,92,137); }
div.DivClassName
{
background-color: #3B5C89;
}
.BgClassName
{
background-color: #3B5C89;
}
</style>
border-color css
<style>
span { border-color: #3B5C89; }
span { border-color: rgb(59,92,137); }
td.TdClassName
{
border-color: #3B5C89;
}
.TagClassName
{
border-color: #3B5C89;
}
</style>