Shades of St Tropaz #335078
Tints of St Tropaz #335078
RGB
CMYK
RGB Variations
Color information
#335078 (or 0x335078) is known color: St Tropaz. HEX triplet: 33, 50 and 78. RGB value is (51,80,120). Sum of RGB (Red+Green+Blue) = 51+80+120=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #335078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335078 is #CCAF87. Grayscale: #4B4B4B. Windows color (decimal): -13414280 or 7884851. OLE color: 7884851.
HSL color Cylindrical-coordinate representation of color #335078: hue angle of 214.78º 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 #335078 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 80 | 120 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.53 |
| HSL | 214.78º | 0.4% | 0.34% | - |
| HSV(B) | 214.78º | 0.58% | 0.47% | - |
| XYZ | 7.62 | 7.8 | 18.87 | - |
| YUV | 75.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 120 | 0.58 | 0.33 | 0 | 0.53 | 214.78 | 0.4 | 0.34 |
| Hex | 33 | 50 | 78 | 3A | 21 | 0 | 35 | D7 | 28 | 22 |
| Octal | 63 | 120 | 170 | 72 | 41 | 0 | 65 | 327 | 50 | 42 |
| Binary | 110011 | 1010000 | 1111000 | 111010 | 100001 | 0 | 110101 | 11010111 | 101000 | 100010 |
Color Harmonies of #335078
Complementary color
Monochromatic Colors of #335078
Black with #335078
Text Example
Text Example
White with #335078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335078; }
p { color: rgb(51,80,120); }
H1.HeaderClassName
{
color: #335078;
}
.AnyTagClassName
{
color: #335078;
}
</style>
background-color css
<style>
a { background-color: #335078; }
a { background-color: rgb(51,80,120); }
div.DivClassName
{
background-color: #335078;
}
.BgClassName
{
background-color: #335078;
}
</style>
border-color css
<style>
span { border-color: #335078; }
span { border-color: rgb(51,80,120); }
td.TdClassName
{
border-color: #335078;
}
.TagClassName
{
border-color: #335078;
}
</style>