Shades of St Tropaz #345278
Tints of St Tropaz #345278
RGB
CMYK
RGB Variations
Color information
#345278 (or 0x345278) is known color: St Tropaz. HEX triplet: 34, 52 and 78. RGB value is (52,82,120). Sum of RGB (Red+Green+Blue) = 52+82+120=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #345278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345278 is #CBAD87. Grayscale: #4D4D4D. Windows color (decimal): -13348232 or 7885364. OLE color: 7885364.
HSL color Cylindrical-coordinate representation of color #345278: hue angle of 213.53º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345278 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 82 | 120 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.53 |
| HSL | 213.53º | 0.4% | 0.34% | - |
| HSV(B) | 213.53º | 0.57% | 0.47% | - |
| XYZ | 7.82 | 8.12 | 18.92 | - |
| YUV | 77.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 120 | 0.57 | 0.32 | 0 | 0.53 | 213.53 | 0.4 | 0.34 |
| Hex | 34 | 52 | 78 | 39 | 20 | 0 | 35 | D6 | 28 | 22 |
| Octal | 64 | 122 | 170 | 71 | 40 | 0 | 65 | 326 | 50 | 42 |
| Binary | 110100 | 1010010 | 1111000 | 111001 | 100000 | 0 | 110101 | 11010110 | 101000 | 100010 |
Color Harmonies of #345278
Complementary color
Monochromatic Colors of #345278
Black with #345278
Text Example
Text Example
White with #345278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345278; }
p { color: rgb(52,82,120); }
H1.HeaderClassName
{
color: #345278;
}
.AnyTagClassName
{
color: #345278;
}
</style>
background-color css
<style>
a { background-color: #345278; }
a { background-color: rgb(52,82,120); }
div.DivClassName
{
background-color: #345278;
}
.BgClassName
{
background-color: #345278;
}
</style>
border-color css
<style>
span { border-color: #345278; }
span { border-color: rgb(52,82,120); }
td.TdClassName
{
border-color: #345278;
}
.TagClassName
{
border-color: #345278;
}
</style>