Shades of St Tropaz #335982
Tints of St Tropaz #335982
RGB
CMYK
RGB Variations
Color information
#335982 (or 0x335982) is known color: St Tropaz. HEX triplet: 33, 59 and 82. RGB value is (51,89,130). Sum of RGB (Red+Green+Blue) = 51+89+130=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #335982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335982 is #CCA67D. Grayscale: #525252. Windows color (decimal): -13411966 or 8542515. OLE color: 8542515.
HSL color Cylindrical-coordinate representation of color #335982: hue angle of 211.14º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335982 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 89 | 130 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.49 |
| HSL | 211.14º | 0.44% | 0.35% | - |
| HSV(B) | 211.14º | 0.61% | 0.51% | - |
| XYZ | 8.97 | 9.46 | 22.47 | - |
| YUV | 82.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 130 | 0.61 | 0.32 | 0 | 0.49 | 211.14 | 0.44 | 0.35 |
| Hex | 33 | 59 | 82 | 3D | 20 | 0 | 31 | D3 | 2C | 23 |
| Octal | 63 | 131 | 202 | 75 | 40 | 0 | 61 | 323 | 54 | 43 |
| Binary | 110011 | 1011001 | 10000010 | 111101 | 100000 | 0 | 110001 | 11010011 | 101100 | 100011 |
Color Harmonies of #335982
Complementary color
Monochromatic Colors of #335982
Black with #335982
Text Example
Text Example
White with #335982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335982; }
p { color: rgb(51,89,130); }
H1.HeaderClassName
{
color: #335982;
}
.AnyTagClassName
{
color: #335982;
}
</style>
background-color css
<style>
a { background-color: #335982; }
a { background-color: rgb(51,89,130); }
div.DivClassName
{
background-color: #335982;
}
.BgClassName
{
background-color: #335982;
}
</style>
border-color css
<style>
span { border-color: #335982; }
span { border-color: rgb(51,89,130); }
td.TdClassName
{
border-color: #335982;
}
.TagClassName
{
border-color: #335982;
}
</style>