Shades of St Tropaz #3B5985
Tints of St Tropaz #3B5985
RGB
CMYK
RGB Variations
Color information
#3B5985 (or 0x3B5985) is known color: St Tropaz. HEX triplet: 3B, 59 and 85. RGB value is (59,89,133). Sum of RGB (Red+Green+Blue) = 59+89+133=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B5985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5985 is #C4A67A. Grayscale: #545454. Windows color (decimal): -12887675 or 8739131. OLE color: 8739131.
HSL color Cylindrical-coordinate representation of color #3B5985: hue angle of 215.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5985 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 89 | 133 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.48 |
| HSL | 215.68º | 0.39% | 0.38% | - |
| HSV(B) | 215.68º | 0.56% | 0.52% | - |
| XYZ | 9.61 | 9.77 | 23.57 | - |
| YUV | 85.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 133 | 0.56 | 0.33 | 0 | 0.48 | 215.68 | 0.39 | 0.38 |
| Hex | 3B | 59 | 85 | 38 | 21 | 0 | 30 | D8 | 27 | 26 |
| Octal | 73 | 131 | 205 | 70 | 41 | 0 | 60 | 330 | 47 | 46 |
| Binary | 111011 | 1011001 | 10000101 | 111000 | 100001 | 0 | 110000 | 11011000 | 100111 | 100110 |
Color Harmonies of #3B5985
Complementary color
Monochromatic Colors of #3B5985
Black with #3B5985
Text Example
Text Example
White with #3B5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5985; }
p { color: rgb(59,89,133); }
H1.HeaderClassName
{
color: #3B5985;
}
.AnyTagClassName
{
color: #3B5985;
}
</style>
background-color css
<style>
a { background-color: #3B5985; }
a { background-color: rgb(59,89,133); }
div.DivClassName
{
background-color: #3B5985;
}
.BgClassName
{
background-color: #3B5985;
}
</style>
border-color css
<style>
span { border-color: #3B5985; }
span { border-color: rgb(59,89,133); }
td.TdClassName
{
border-color: #3B5985;
}
.TagClassName
{
border-color: #3B5985;
}
</style>