Shades of St Tropaz #345B87
Tints of St Tropaz #345B87
RGB
CMYK
RGB Variations
Color information
#345B87 (or 0x345B87) is known color: St Tropaz. HEX triplet: 34, 5B and 87. RGB value is (52,91,135). Sum of RGB (Red+Green+Blue) = 52+91+135=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #345B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B87 is #CBA478. Grayscale: #545454. Windows color (decimal): -13345913 or 8870708. OLE color: 8870708.
HSL color Cylindrical-coordinate representation of color #345B87: hue angle of 211.81º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345B87 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 91 | 135 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.47 |
| HSL | 211.81º | 0.44% | 0.37% | - |
| HSV(B) | 211.81º | 0.61% | 0.53% | - |
| XYZ | 9.53 | 9.96 | 24.34 | - |
| YUV | 84.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 135 | 0.61 | 0.33 | 0 | 0.47 | 211.81 | 0.44 | 0.37 |
| Hex | 34 | 5B | 87 | 3D | 21 | 0 | 2F | D4 | 2C | 25 |
| Octal | 64 | 133 | 207 | 75 | 41 | 0 | 57 | 324 | 54 | 45 |
| Binary | 110100 | 1011011 | 10000111 | 111101 | 100001 | 0 | 101111 | 11010100 | 101100 | 100101 |
Color Harmonies of #345B87
Complementary color
Monochromatic Colors of #345B87
Black with #345B87
Text Example
Text Example
White with #345B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B87; }
p { color: rgb(52,91,135); }
H1.HeaderClassName
{
color: #345B87;
}
.AnyTagClassName
{
color: #345B87;
}
</style>
background-color css
<style>
a { background-color: #345B87; }
a { background-color: rgb(52,91,135); }
div.DivClassName
{
background-color: #345B87;
}
.BgClassName
{
background-color: #345B87;
}
</style>
border-color css
<style>
span { border-color: #345B87; }
span { border-color: rgb(52,91,135); }
td.TdClassName
{
border-color: #345B87;
}
.TagClassName
{
border-color: #345B87;
}
</style>