Shades of St Tropaz #38547D
Tints of St Tropaz #38547D
RGB
CMYK
RGB Variations
Color information
#38547D (or 0x38547D) is known color: St Tropaz. HEX triplet: 38, 54 and 7D. RGB value is (56,84,125). Sum of RGB (Red+Green+Blue) = 56+84+125=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #38547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38547D is #C7AB82. Grayscale: #505050. Windows color (decimal): -13085571 or 8213560. OLE color: 8213560.
HSL color Cylindrical-coordinate representation of color #38547D: hue angle of 215.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38547D is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 84 | 125 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.51 |
| HSL | 215.65º | 0.38% | 0.35% | - |
| HSV(B) | 215.65º | 0.55% | 0.49% | - |
| XYZ | 8.5 | 8.66 | 20.63 | - |
| YUV | 80.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 125 | 0.55 | 0.33 | 0 | 0.51 | 215.65 | 0.38 | 0.35 |
| Hex | 38 | 54 | 7D | 37 | 21 | 0 | 33 | D8 | 26 | 23 |
| Octal | 70 | 124 | 175 | 67 | 41 | 0 | 63 | 330 | 46 | 43 |
| Binary | 111000 | 1010100 | 1111101 | 110111 | 100001 | 0 | 110011 | 11011000 | 100110 | 100011 |
Color Harmonies of #38547D
Complementary color
Monochromatic Colors of #38547D
Black with #38547D
Text Example
Text Example
White with #38547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38547D; }
p { color: rgb(56,84,125); }
H1.HeaderClassName
{
color: #38547D;
}
.AnyTagClassName
{
color: #38547D;
}
</style>
background-color css
<style>
a { background-color: #38547D; }
a { background-color: rgb(56,84,125); }
div.DivClassName
{
background-color: #38547D;
}
.BgClassName
{
background-color: #38547D;
}
</style>
border-color css
<style>
span { border-color: #38547D; }
span { border-color: rgb(56,84,125); }
td.TdClassName
{
border-color: #38547D;
}
.TagClassName
{
border-color: #38547D;
}
</style>