Shades of St Tropaz #345688
Tints of St Tropaz #345688
RGB
CMYK
RGB Variations
Color information
#345688 (or 0x345688) is known color: St Tropaz. HEX triplet: 34, 56 and 88. RGB value is (52,86,136). Sum of RGB (Red+Green+Blue) = 52+86+136=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #345688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345688 is #CBA977. Grayscale: #515151. Windows color (decimal): -13347192 or 8934964. OLE color: 8934964.
HSL color Cylindrical-coordinate representation of color #345688: hue angle of 215.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345688 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 86 | 136 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.47 |
| HSL | 215.71º | 0.45% | 0.37% | - |
| HSV(B) | 215.71º | 0.62% | 0.53% | - |
| XYZ | 9.19 | 9.16 | 24.58 | - |
| YUV | 81.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 136 | 0.62 | 0.37 | 0 | 0.47 | 215.71 | 0.45 | 0.37 |
| Hex | 34 | 56 | 88 | 3E | 25 | 0 | 2F | D8 | 2D | 25 |
| Octal | 64 | 126 | 210 | 76 | 45 | 0 | 57 | 330 | 55 | 45 |
| Binary | 110100 | 1010110 | 10001000 | 111110 | 100101 | 0 | 101111 | 11011000 | 101101 | 100101 |
Color Harmonies of #345688
Complementary color
Monochromatic Colors of #345688
Black with #345688
Text Example
Text Example
White with #345688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345688; }
p { color: rgb(52,86,136); }
H1.HeaderClassName
{
color: #345688;
}
.AnyTagClassName
{
color: #345688;
}
</style>
background-color css
<style>
a { background-color: #345688; }
a { background-color: rgb(52,86,136); }
div.DivClassName
{
background-color: #345688;
}
.BgClassName
{
background-color: #345688;
}
</style>
border-color css
<style>
span { border-color: #345688; }
span { border-color: rgb(52,86,136); }
td.TdClassName
{
border-color: #345688;
}
.TagClassName
{
border-color: #345688;
}
</style>