Shades of St Tropaz #3B547B
Tints of St Tropaz #3B547B
RGB
CMYK
RGB Variations
Color information
#3B547B (or 0x3B547B) is known color: St Tropaz. HEX triplet: 3B, 54 and 7B. RGB value is (59,84,123). Sum of RGB (Red+Green+Blue) = 59+84+123=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547B is #C4AB84. Grayscale: #505050. Windows color (decimal): -12888965 or 8082491. OLE color: 8082491.
HSL color Cylindrical-coordinate representation of color #3B547B: hue angle of 216.56º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B547B is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 84 | 123 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.52 |
| HSL | 216.56º | 0.35% | 0.36% | - |
| HSV(B) | 216.56º | 0.52% | 0.48% | - |
| XYZ | 8.55 | 8.7 | 19.97 | - |
| YUV | 80.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 123 | 0.52 | 0.32 | 0 | 0.52 | 216.56 | 0.35 | 0.36 |
| Hex | 3B | 54 | 7B | 34 | 20 | 0 | 34 | D9 | 23 | 24 |
| Octal | 73 | 124 | 173 | 64 | 40 | 0 | 64 | 331 | 43 | 44 |
| Binary | 111011 | 1010100 | 1111011 | 110100 | 100000 | 0 | 110100 | 11011001 | 100011 | 100100 |
Color Harmonies of #3B547B
Complementary color
Monochromatic Colors of #3B547B
Black with #3B547B
Text Example
Text Example
White with #3B547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B547B; }
p { color: rgb(59,84,123); }
H1.HeaderClassName
{
color: #3B547B;
}
.AnyTagClassName
{
color: #3B547B;
}
</style>
background-color css
<style>
a { background-color: #3B547B; }
a { background-color: rgb(59,84,123); }
div.DivClassName
{
background-color: #3B547B;
}
.BgClassName
{
background-color: #3B547B;
}
</style>
border-color css
<style>
span { border-color: #3B547B; }
span { border-color: rgb(59,84,123); }
td.TdClassName
{
border-color: #3B547B;
}
.TagClassName
{
border-color: #3B547B;
}
</style>