Shades of St Tropaz #335884
Tints of St Tropaz #335884
RGB
CMYK
RGB Variations
Color information
#335884 (or 0x335884) is known color: St Tropaz. HEX triplet: 33, 58 and 84. RGB value is (51,88,132). Sum of RGB (Red+Green+Blue) = 51+88+132=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #335884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335884 is #CCA77B. Grayscale: #515151. Windows color (decimal): -13412220 or 8673331. OLE color: 8673331.
HSL color Cylindrical-coordinate representation of color #335884: hue angle of 212.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335884 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 88 | 132 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.48 |
| HSL | 212.59º | 0.44% | 0.36% | - |
| HSV(B) | 212.59º | 0.61% | 0.52% | - |
| XYZ | 9.02 | 9.35 | 23.16 | - |
| YUV | 81.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 132 | 0.61 | 0.33 | 0 | 0.48 | 212.59 | 0.44 | 0.36 |
| Hex | 33 | 58 | 84 | 3D | 21 | 0 | 30 | D5 | 2C | 24 |
| Octal | 63 | 130 | 204 | 75 | 41 | 0 | 60 | 325 | 54 | 44 |
| Binary | 110011 | 1011000 | 10000100 | 111101 | 100001 | 0 | 110000 | 11010101 | 101100 | 100100 |
Color Harmonies of #335884
Complementary color
Monochromatic Colors of #335884
Black with #335884
Text Example
Text Example
White with #335884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335884; }
p { color: rgb(51,88,132); }
H1.HeaderClassName
{
color: #335884;
}
.AnyTagClassName
{
color: #335884;
}
</style>
background-color css
<style>
a { background-color: #335884; }
a { background-color: rgb(51,88,132); }
div.DivClassName
{
background-color: #335884;
}
.BgClassName
{
background-color: #335884;
}
</style>
border-color css
<style>
span { border-color: #335884; }
span { border-color: rgb(51,88,132); }
td.TdClassName
{
border-color: #335884;
}
.TagClassName
{
border-color: #335884;
}
</style>