Shades of St Tropaz #3D5B87
Tints of St Tropaz #3D5B87
RGB
CMYK
RGB Variations
Color information
#3D5B87 (or 0x3D5B87) is known color: St Tropaz. HEX triplet: 3D, 5B and 87. RGB value is (61,91,135). Sum of RGB (Red+Green+Blue) = 61+91+135=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D5B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5B87 is #C2A478. Grayscale: #565656. Windows color (decimal): -12756089 or 8870717. OLE color: 8870717.
HSL color Cylindrical-coordinate representation of color #3D5B87: hue angle of 215.68º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D5B87 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 91 | 135 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.47 |
| HSL | 215.68º | 0.38% | 0.38% | - |
| HSV(B) | 215.68º | 0.55% | 0.53% | - |
| XYZ | 10.04 | 10.22 | 24.37 | - |
| YUV | 87.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 135 | 0.55 | 0.33 | 0 | 0.47 | 215.68 | 0.38 | 0.38 |
| Hex | 3D | 5B | 87 | 37 | 21 | 0 | 2F | D8 | 26 | 26 |
| Octal | 75 | 133 | 207 | 67 | 41 | 0 | 57 | 330 | 46 | 46 |
| Binary | 111101 | 1011011 | 10000111 | 110111 | 100001 | 0 | 101111 | 11011000 | 100110 | 100110 |
Color Harmonies of #3D5B87
Complementary color
Monochromatic Colors of #3D5B87
Black with #3D5B87
Text Example
Text Example
White with #3D5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5B87; }
p { color: rgb(61,91,135); }
H1.HeaderClassName
{
color: #3D5B87;
}
.AnyTagClassName
{
color: #3D5B87;
}
</style>
background-color css
<style>
a { background-color: #3D5B87; }
a { background-color: rgb(61,91,135); }
div.DivClassName
{
background-color: #3D5B87;
}
.BgClassName
{
background-color: #3D5B87;
}
</style>
border-color css
<style>
span { border-color: #3D5B87; }
span { border-color: rgb(61,91,135); }
td.TdClassName
{
border-color: #3D5B87;
}
.TagClassName
{
border-color: #3D5B87;
}
</style>