Shades of St Tropaz #345689
Tints of St Tropaz #345689
RGB
CMYK
RGB Variations
Color information
#345689 (or 0x345689) is known color: St Tropaz. HEX triplet: 34, 56 and 89. RGB value is (52,86,137). Sum of RGB (Red+Green+Blue) = 52+86+137=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #345689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345689 is #CBA976. Grayscale: #515151. Windows color (decimal): -13347191 or 9000500. OLE color: 9000500.
HSL color Cylindrical-coordinate representation of color #345689: hue angle of 216º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345689 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 86 | 137 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.46 |
| HSL | 216º | 0.45% | 0.37% | - |
| HSV(B) | 216º | 0.62% | 0.54% | - |
| XYZ | 9.26 | 9.19 | 24.95 | - |
| YUV | 81.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 137 | 0.62 | 0.37 | 0 | 0.46 | 216 | 0.45 | 0.37 |
| Hex | 34 | 56 | 89 | 3E | 25 | 0 | 2E | D8 | 2D | 25 |
| Octal | 64 | 126 | 211 | 76 | 45 | 0 | 56 | 330 | 55 | 45 |
| Binary | 110100 | 1010110 | 10001001 | 111110 | 100101 | 0 | 101110 | 11011000 | 101101 | 100101 |
Color Harmonies of #345689
Complementary color
Monochromatic Colors of #345689
Black with #345689
Text Example
Text Example
White with #345689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345689; }
p { color: rgb(52,86,137); }
H1.HeaderClassName
{
color: #345689;
}
.AnyTagClassName
{
color: #345689;
}
</style>
background-color css
<style>
a { background-color: #345689; }
a { background-color: rgb(52,86,137); }
div.DivClassName
{
background-color: #345689;
}
.BgClassName
{
background-color: #345689;
}
</style>
border-color css
<style>
span { border-color: #345689; }
span { border-color: rgb(52,86,137); }
td.TdClassName
{
border-color: #345689;
}
.TagClassName
{
border-color: #345689;
}
</style>