Shades of St Tropaz #345381
Tints of St Tropaz #345381
RGB
CMYK
RGB Variations
Color information
#345381 (or 0x345381) is known color: St Tropaz. HEX triplet: 34, 53 and 81. RGB value is (52,83,129). Sum of RGB (Red+Green+Blue) = 52+83+129=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #345381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345381 is #CBAC7E. Grayscale: #4E4E4E. Windows color (decimal): -13347967 or 8475444. OLE color: 8475444.
HSL color Cylindrical-coordinate representation of color #345381: hue angle of 215.84º 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 #345381 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 83 | 129 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.49 |
| HSL | 215.84º | 0.43% | 0.35% | - |
| HSV(B) | 215.84º | 0.6% | 0.51% | - |
| XYZ | 8.47 | 8.5 | 21.96 | - |
| YUV | 78.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 129 | 0.60 | 0.36 | 0 | 0.49 | 215.84 | 0.43 | 0.35 |
| Hex | 34 | 53 | 81 | 3C | 24 | 0 | 31 | D8 | 2B | 23 |
| Octal | 64 | 123 | 201 | 74 | 44 | 0 | 61 | 330 | 53 | 43 |
| Binary | 110100 | 1010011 | 10000001 | 111100 | 100100 | 0 | 110001 | 11011000 | 101011 | 100011 |
Color Harmonies of #345381
Complementary color
Monochromatic Colors of #345381
Black with #345381
Text Example
Text Example
White with #345381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345381; }
p { color: rgb(52,83,129); }
H1.HeaderClassName
{
color: #345381;
}
.AnyTagClassName
{
color: #345381;
}
</style>
background-color css
<style>
a { background-color: #345381; }
a { background-color: rgb(52,83,129); }
div.DivClassName
{
background-color: #345381;
}
.BgClassName
{
background-color: #345381;
}
</style>
border-color css
<style>
span { border-color: #345381; }
span { border-color: rgb(52,83,129); }
td.TdClassName
{
border-color: #345381;
}
.TagClassName
{
border-color: #345381;
}
</style>