Shades of St Tropaz #38557B
Tints of St Tropaz #38557B
RGB
CMYK
RGB Variations
Color information
#38557B (or 0x38557B) is known color: St Tropaz. HEX triplet: 38, 55 and 7B. RGB value is (56,85,123). Sum of RGB (Red+Green+Blue) = 56+85+123=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #38557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38557B is #C7AA84. Grayscale: #505050. Windows color (decimal): -13085317 or 8082744. OLE color: 8082744.
HSL color Cylindrical-coordinate representation of color #38557B: hue angle of 214.03º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38557B is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 85 | 123 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.52 |
| HSL | 214.03º | 0.37% | 0.35% | - |
| HSV(B) | 214.03º | 0.54% | 0.48% | - |
| XYZ | 8.45 | 8.77 | 19.99 | - |
| YUV | 80.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 123 | 0.54 | 0.31 | 0 | 0.52 | 214.03 | 0.37 | 0.35 |
| Hex | 38 | 55 | 7B | 36 | 1F | 0 | 34 | D6 | 25 | 23 |
| Octal | 70 | 125 | 173 | 66 | 37 | 0 | 64 | 326 | 45 | 43 |
| Binary | 111000 | 1010101 | 1111011 | 110110 | 11111 | 0 | 110100 | 11010110 | 100101 | 100011 |
Color Harmonies of #38557B
Complementary color
Monochromatic Colors of #38557B
Black with #38557B
Text Example
Text Example
White with #38557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38557B; }
p { color: rgb(56,85,123); }
H1.HeaderClassName
{
color: #38557B;
}
.AnyTagClassName
{
color: #38557B;
}
</style>
background-color css
<style>
a { background-color: #38557B; }
a { background-color: rgb(56,85,123); }
div.DivClassName
{
background-color: #38557B;
}
.BgClassName
{
background-color: #38557B;
}
</style>
border-color css
<style>
span { border-color: #38557B; }
span { border-color: rgb(56,85,123); }
td.TdClassName
{
border-color: #38557B;
}
.TagClassName
{
border-color: #38557B;
}
</style>