Shades of St Tropaz #37547F
Tints of St Tropaz #37547F
RGB
CMYK
RGB Variations
Color information
#37547F (or 0x37547F) is known color: St Tropaz. HEX triplet: 37, 54 and 7F. RGB value is (55,84,127). Sum of RGB (Red+Green+Blue) = 55+84+127=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #37547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37547F is #C8AB80. Grayscale: #505050. Windows color (decimal): -13151105 or 8344631. OLE color: 8344631.
HSL color Cylindrical-coordinate representation of color #37547F: hue angle of 215.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37547F is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 84 | 127 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.50 |
| HSL | 215.83º | 0.4% | 0.36% | - |
| HSV(B) | 215.83º | 0.57% | 0.5% | - |
| XYZ | 8.58 | 8.69 | 21.3 | - |
| YUV | 80.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 127 | 0.57 | 0.34 | 0 | 0.50 | 215.83 | 0.4 | 0.36 |
| Hex | 37 | 54 | 7F | 39 | 22 | 0 | 32 | D8 | 28 | 24 |
| Octal | 67 | 124 | 177 | 71 | 42 | 0 | 62 | 330 | 50 | 44 |
| Binary | 110111 | 1010100 | 1111111 | 111001 | 100010 | 0 | 110010 | 11011000 | 101000 | 100100 |
Color Harmonies of #37547F
Complementary color
Monochromatic Colors of #37547F
Black with #37547F
Text Example
Text Example
White with #37547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37547F; }
p { color: rgb(55,84,127); }
H1.HeaderClassName
{
color: #37547F;
}
.AnyTagClassName
{
color: #37547F;
}
</style>
background-color css
<style>
a { background-color: #37547F; }
a { background-color: rgb(55,84,127); }
div.DivClassName
{
background-color: #37547F;
}
.BgClassName
{
background-color: #37547F;
}
</style>
border-color css
<style>
span { border-color: #37547F; }
span { border-color: rgb(55,84,127); }
td.TdClassName
{
border-color: #37547F;
}
.TagClassName
{
border-color: #37547F;
}
</style>