Shades of St Tropaz #354F74
Tints of St Tropaz #354F74
RGB
CMYK
RGB Variations
Color information
#354F74 (or 0x354F74) is known color: St Tropaz. HEX triplet: 35, 4F and 74. RGB value is (53,79,116). Sum of RGB (Red+Green+Blue) = 53+79+116=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #354F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F74 is #CAB08B. Grayscale: #4B4B4B. Windows color (decimal): -13283468 or 7622453. OLE color: 7622453.
HSL color Cylindrical-coordinate representation of color #354F74: hue angle of 215.24º 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 #354F74 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 79 | 116 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.55 |
| HSL | 215.24º | 0.37% | 0.33% | - |
| HSV(B) | 215.24º | 0.54% | 0.45% | - |
| XYZ | 7.42 | 7.61 | 17.6 | - |
| YUV | 75.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 116 | 0.54 | 0.32 | 0 | 0.55 | 215.24 | 0.37 | 0.33 |
| Hex | 35 | 4F | 74 | 36 | 20 | 0 | 37 | D7 | 25 | 21 |
| Octal | 65 | 117 | 164 | 66 | 40 | 0 | 67 | 327 | 45 | 41 |
| Binary | 110101 | 1001111 | 1110100 | 110110 | 100000 | 0 | 110111 | 11010111 | 100101 | 100001 |
Color Harmonies of #354F74
Complementary color
Monochromatic Colors of #354F74
Black with #354F74
Text Example
Text Example
White with #354F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F74; }
p { color: rgb(53,79,116); }
H1.HeaderClassName
{
color: #354F74;
}
.AnyTagClassName
{
color: #354F74;
}
</style>
background-color css
<style>
a { background-color: #354F74; }
a { background-color: rgb(53,79,116); }
div.DivClassName
{
background-color: #354F74;
}
.BgClassName
{
background-color: #354F74;
}
</style>
border-color css
<style>
span { border-color: #354F74; }
span { border-color: rgb(53,79,116); }
td.TdClassName
{
border-color: #354F74;
}
.TagClassName
{
border-color: #354F74;
}
</style>