Shades of St Tropaz #345B85
Tints of St Tropaz #345B85
RGB
CMYK
RGB Variations
Color information
#345B85 (or 0x345B85) is known color: St Tropaz. HEX triplet: 34, 5B and 85. RGB value is (52,91,133). Sum of RGB (Red+Green+Blue) = 52+91+133=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #345B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B85 is #CBA47A. Grayscale: #535353. Windows color (decimal): -13345915 or 8739636. OLE color: 8739636.
HSL color Cylindrical-coordinate representation of color #345B85: hue angle of 211.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345B85 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 91 | 133 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.48 |
| HSL | 211.11º | 0.44% | 0.36% | - |
| HSV(B) | 211.11º | 0.61% | 0.52% | - |
| XYZ | 9.39 | 9.91 | 23.61 | - |
| YUV | 84.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 133 | 0.61 | 0.32 | 0 | 0.48 | 211.11 | 0.44 | 0.36 |
| Hex | 34 | 5B | 85 | 3D | 20 | 0 | 30 | D3 | 2C | 24 |
| Octal | 64 | 133 | 205 | 75 | 40 | 0 | 60 | 323 | 54 | 44 |
| Binary | 110100 | 1011011 | 10000101 | 111101 | 100000 | 0 | 110000 | 11010011 | 101100 | 100100 |
Color Harmonies of #345B85
Complementary color
Monochromatic Colors of #345B85
Black with #345B85
Text Example
Text Example
White with #345B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B85; }
p { color: rgb(52,91,133); }
H1.HeaderClassName
{
color: #345B85;
}
.AnyTagClassName
{
color: #345B85;
}
</style>
background-color css
<style>
a { background-color: #345B85; }
a { background-color: rgb(52,91,133); }
div.DivClassName
{
background-color: #345B85;
}
.BgClassName
{
background-color: #345B85;
}
</style>
border-color css
<style>
span { border-color: #345B85; }
span { border-color: rgb(52,91,133); }
td.TdClassName
{
border-color: #345B85;
}
.TagClassName
{
border-color: #345B85;
}
</style>