Shades of St Tropaz #345A86
Tints of St Tropaz #345A86
RGB
CMYK
RGB Variations
Color information
#345A86 (or 0x345A86) is known color: St Tropaz. HEX triplet: 34, 5A and 86. RGB value is (52,90,134). Sum of RGB (Red+Green+Blue) = 52+90+134=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #345A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A86 is #CBA579. Grayscale: #535353. Windows color (decimal): -13346170 or 8804916. OLE color: 8804916.
HSL color Cylindrical-coordinate representation of color #345A86: hue angle of 212.2º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345A86 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 90 | 134 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.47 |
| HSL | 212.2º | 0.44% | 0.36% | - |
| HSV(B) | 212.2º | 0.61% | 0.53% | - |
| XYZ | 9.38 | 9.76 | 23.94 | - |
| YUV | 83.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 134 | 0.61 | 0.33 | 0 | 0.47 | 212.2 | 0.44 | 0.36 |
| Hex | 34 | 5A | 86 | 3D | 21 | 0 | 2F | D4 | 2C | 24 |
| Octal | 64 | 132 | 206 | 75 | 41 | 0 | 57 | 324 | 54 | 44 |
| Binary | 110100 | 1011010 | 10000110 | 111101 | 100001 | 0 | 101111 | 11010100 | 101100 | 100100 |
Color Harmonies of #345A86
Complementary color
Monochromatic Colors of #345A86
Black with #345A86
Text Example
Text Example
White with #345A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A86; }
p { color: rgb(52,90,134); }
H1.HeaderClassName
{
color: #345A86;
}
.AnyTagClassName
{
color: #345A86;
}
</style>
background-color css
<style>
a { background-color: #345A86; }
a { background-color: rgb(52,90,134); }
div.DivClassName
{
background-color: #345A86;
}
.BgClassName
{
background-color: #345A86;
}
</style>
border-color css
<style>
span { border-color: #345A86; }
span { border-color: rgb(52,90,134); }
td.TdClassName
{
border-color: #345A86;
}
.TagClassName
{
border-color: #345A86;
}
</style>