Shades of St Tropaz #38598D
Tints of St Tropaz #38598D
RGB
CMYK
RGB Variations
Color information
#38598D (or 0x38598D) is known color: St Tropaz. HEX triplet: 38, 59 and 8D. RGB value is (56,89,141). Sum of RGB (Red+Green+Blue) = 56+89+141=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #38598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38598D is #C7A672. Grayscale: #545454. Windows color (decimal): -13084275 or 9263416. OLE color: 9263416.
HSL color Cylindrical-coordinate representation of color #38598D: hue angle of 216.71º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38598D is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 89 | 141 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.45 |
| HSL | 216.71º | 0.43% | 0.39% | - |
| HSV(B) | 216.71º | 0.6% | 0.55% | - |
| XYZ | 10.01 | 9.91 | 26.58 | - |
| YUV | 85.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 141 | 0.60 | 0.37 | 0 | 0.45 | 216.71 | 0.43 | 0.39 |
| Hex | 38 | 59 | 8D | 3C | 25 | 0 | 2D | D9 | 2B | 27 |
| Octal | 70 | 131 | 215 | 74 | 45 | 0 | 55 | 331 | 53 | 47 |
| Binary | 111000 | 1011001 | 10001101 | 111100 | 100101 | 0 | 101101 | 11011001 | 101011 | 100111 |
Color Harmonies of #38598D
Complementary color
Monochromatic Colors of #38598D
Black with #38598D
Text Example
Text Example
White with #38598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38598D; }
p { color: rgb(56,89,141); }
H1.HeaderClassName
{
color: #38598D;
}
.AnyTagClassName
{
color: #38598D;
}
</style>
background-color css
<style>
a { background-color: #38598D; }
a { background-color: rgb(56,89,141); }
div.DivClassName
{
background-color: #38598D;
}
.BgClassName
{
background-color: #38598D;
}
</style>
border-color css
<style>
span { border-color: #38598D; }
span { border-color: rgb(56,89,141); }
td.TdClassName
{
border-color: #38598D;
}
.TagClassName
{
border-color: #38598D;
}
</style>