Shades of St Tropaz #385C87
Tints of St Tropaz #385C87
RGB
CMYK
RGB Variations
Color information
#385C87 (or 0x385C87) is known color: St Tropaz. HEX triplet: 38, 5C and 87. RGB value is (56,92,135). Sum of RGB (Red+Green+Blue) = 56+92+135=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #385C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C87 is #C7A378. Grayscale: #555555. Windows color (decimal): -13083513 or 8870968. OLE color: 8870968.
HSL color Cylindrical-coordinate representation of color #385C87: hue angle of 212.66º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385C87 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 92 | 135 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.47 |
| HSL | 212.66º | 0.41% | 0.37% | - |
| HSV(B) | 212.66º | 0.59% | 0.53% | - |
| XYZ | 9.83 | 10.24 | 24.38 | - |
| YUV | 86.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 135 | 0.59 | 0.32 | 0 | 0.47 | 212.66 | 0.41 | 0.37 |
| Hex | 38 | 5C | 87 | 3B | 20 | 0 | 2F | D5 | 29 | 25 |
| Octal | 70 | 134 | 207 | 73 | 40 | 0 | 57 | 325 | 51 | 45 |
| Binary | 111000 | 1011100 | 10000111 | 111011 | 100000 | 0 | 101111 | 11010101 | 101001 | 100101 |
Color Harmonies of #385C87
Complementary color
Monochromatic Colors of #385C87
Black with #385C87
Text Example
Text Example
White with #385C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C87; }
p { color: rgb(56,92,135); }
H1.HeaderClassName
{
color: #385C87;
}
.AnyTagClassName
{
color: #385C87;
}
</style>
background-color css
<style>
a { background-color: #385C87; }
a { background-color: rgb(56,92,135); }
div.DivClassName
{
background-color: #385C87;
}
.BgClassName
{
background-color: #385C87;
}
</style>
border-color css
<style>
span { border-color: #385C87; }
span { border-color: rgb(56,92,135); }
td.TdClassName
{
border-color: #385C87;
}
.TagClassName
{
border-color: #385C87;
}
</style>