Shades of St Tropaz #345581
Tints of St Tropaz #345581
RGB
CMYK
RGB Variations
Color information
#345581 (or 0x345581) is known color: St Tropaz. HEX triplet: 34, 55 and 81. RGB value is (52,85,129). Sum of RGB (Red+Green+Blue) = 52+85+129=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #345581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345581 is #CBAA7E. Grayscale: #4F4F4F. Windows color (decimal): -13347455 or 8475956. OLE color: 8475956.
HSL color Cylindrical-coordinate representation of color #345581: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345581 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 85 | 129 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.49 |
| HSL | 214.29º | 0.43% | 0.35% | - |
| HSV(B) | 214.29º | 0.6% | 0.51% | - |
| XYZ | 8.63 | 8.81 | 22.02 | - |
| YUV | 80.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 129 | 0.60 | 0.34 | 0 | 0.49 | 214.29 | 0.43 | 0.35 |
| Hex | 34 | 55 | 81 | 3C | 22 | 0 | 31 | D6 | 2B | 23 |
| Octal | 64 | 125 | 201 | 74 | 42 | 0 | 61 | 326 | 53 | 43 |
| Binary | 110100 | 1010101 | 10000001 | 111100 | 100010 | 0 | 110001 | 11010110 | 101011 | 100011 |
Color Harmonies of #345581
Complementary color
Monochromatic Colors of #345581
Black with #345581
Text Example
Text Example
White with #345581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345581; }
p { color: rgb(52,85,129); }
H1.HeaderClassName
{
color: #345581;
}
.AnyTagClassName
{
color: #345581;
}
</style>
background-color css
<style>
a { background-color: #345581; }
a { background-color: rgb(52,85,129); }
div.DivClassName
{
background-color: #345581;
}
.BgClassName
{
background-color: #345581;
}
</style>
border-color css
<style>
span { border-color: #345581; }
span { border-color: rgb(52,85,129); }
td.TdClassName
{
border-color: #345581;
}
.TagClassName
{
border-color: #345581;
}
</style>