Shades of St Tropaz #335075
Tints of St Tropaz #335075
RGB
CMYK
RGB Variations
Color information
#335075 (or 0x335075) is known color: St Tropaz. HEX triplet: 33, 50 and 75. RGB value is (51,80,117). Sum of RGB (Red+Green+Blue) = 51+80+117=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #335075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335075 is #CCAF8A. Grayscale: #4B4B4B. Windows color (decimal): -13414283 or 7688243. OLE color: 7688243.
HSL color Cylindrical-coordinate representation of color #335075: hue angle of 213.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335075 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 80 | 117 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.54 |
| HSL | 213.64º | 0.39% | 0.33% | - |
| HSV(B) | 213.64º | 0.56% | 0.46% | - |
| XYZ | 7.44 | 7.73 | 17.93 | - |
| YUV | 75.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 117 | 0.56 | 0.32 | 0 | 0.54 | 213.64 | 0.39 | 0.33 |
| Hex | 33 | 50 | 75 | 38 | 20 | 0 | 36 | D6 | 27 | 21 |
| Octal | 63 | 120 | 165 | 70 | 40 | 0 | 66 | 326 | 47 | 41 |
| Binary | 110011 | 1010000 | 1110101 | 111000 | 100000 | 0 | 110110 | 11010110 | 100111 | 100001 |
Color Harmonies of #335075
Complementary color
Monochromatic Colors of #335075
Black with #335075
Text Example
Text Example
White with #335075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335075; }
p { color: rgb(51,80,117); }
H1.HeaderClassName
{
color: #335075;
}
.AnyTagClassName
{
color: #335075;
}
</style>
background-color css
<style>
a { background-color: #335075; }
a { background-color: rgb(51,80,117); }
div.DivClassName
{
background-color: #335075;
}
.BgClassName
{
background-color: #335075;
}
</style>
border-color css
<style>
span { border-color: #335075; }
span { border-color: rgb(51,80,117); }
td.TdClassName
{
border-color: #335075;
}
.TagClassName
{
border-color: #335075;
}
</style>