Shades of St Tropaz #385C8C
Tints of St Tropaz #385C8C
RGB
CMYK
RGB Variations
Color information
#385C8C (or 0x385C8C) is known color: St Tropaz. HEX triplet: 38, 5C and 8C. RGB value is (56,92,140). Sum of RGB (Red+Green+Blue) = 56+92+140=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #385C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C8C is #C7A373. Grayscale: #565656. Windows color (decimal): -13083508 or 9198648. OLE color: 9198648.
HSL color Cylindrical-coordinate representation of color #385C8C: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385C8C is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 92 | 140 | - |
| CMYK | 0.6 | 0.34 | 0 | 0.45 |
| HSL | 214.29º | 0.43% | 0.38% | - |
| HSV(B) | 214.29º | 0.6% | 0.55% | - |
| XYZ | 10.19 | 10.39 | 26.28 | - |
| YUV | 86.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 140 | 0.6 | 0.34 | 0 | 0.45 | 214.29 | 0.43 | 0.38 |
| Hex | 38 | 5C | 8C | 3C | 22 | 0 | 2D | D6 | 2B | 26 |
| Octal | 70 | 134 | 214 | 74 | 42 | 0 | 55 | 326 | 53 | 46 |
| Binary | 111000 | 1011100 | 10001100 | 111100 | 100010 | 0 | 101101 | 11010110 | 101011 | 100110 |
Color Harmonies of #385C8C
Complementary color
Monochromatic Colors of #385C8C
Black with #385C8C
Text Example
Text Example
White with #385C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C8C; }
p { color: rgb(56,92,140); }
H1.HeaderClassName
{
color: #385C8C;
}
.AnyTagClassName
{
color: #385C8C;
}
</style>
background-color css
<style>
a { background-color: #385C8C; }
a { background-color: rgb(56,92,140); }
div.DivClassName
{
background-color: #385C8C;
}
.BgClassName
{
background-color: #385C8C;
}
</style>
border-color css
<style>
span { border-color: #385C8C; }
span { border-color: rgb(56,92,140); }
td.TdClassName
{
border-color: #385C8C;
}
.TagClassName
{
border-color: #385C8C;
}
</style>