Shades of St Tropaz #344E72
Tints of St Tropaz #344E72
RGB
CMYK
RGB Variations
Color information
#344E72 (or 0x344E72) is known color: St Tropaz. HEX triplet: 34, 4E and 72. RGB value is (52,78,114). Sum of RGB (Red+Green+Blue) = 52+78+114=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #344E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E72 is #CBB18D. Grayscale: #4A4A4A. Windows color (decimal): -13349262 or 7491124. OLE color: 7491124.
HSL color Cylindrical-coordinate representation of color #344E72: hue angle of 214.84º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344E72 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 78 | 114 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.55 |
| HSL | 214.84º | 0.37% | 0.33% | - |
| HSV(B) | 214.84º | 0.54% | 0.45% | - |
| XYZ | 7.18 | 7.39 | 16.97 | - |
| YUV | 74.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 114 | 0.54 | 0.32 | 0 | 0.55 | 214.84 | 0.37 | 0.33 |
| Hex | 34 | 4E | 72 | 36 | 20 | 0 | 37 | D7 | 25 | 21 |
| Octal | 64 | 116 | 162 | 66 | 40 | 0 | 67 | 327 | 45 | 41 |
| Binary | 110100 | 1001110 | 1110010 | 110110 | 100000 | 0 | 110111 | 11010111 | 100101 | 100001 |
Color Harmonies of #344E72
Complementary color
Monochromatic Colors of #344E72
Black with #344E72
Text Example
Text Example
White with #344E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E72; }
p { color: rgb(52,78,114); }
H1.HeaderClassName
{
color: #344E72;
}
.AnyTagClassName
{
color: #344E72;
}
</style>
background-color css
<style>
a { background-color: #344E72; }
a { background-color: rgb(52,78,114); }
div.DivClassName
{
background-color: #344E72;
}
.BgClassName
{
background-color: #344E72;
}
</style>
border-color css
<style>
span { border-color: #344E72; }
span { border-color: rgb(52,78,114); }
td.TdClassName
{
border-color: #344E72;
}
.TagClassName
{
border-color: #344E72;
}
</style>