Shades of St Tropaz #335379
Tints of St Tropaz #335379
RGB
CMYK
RGB Variations
Color information
#335379 (or 0x335379) is known color: St Tropaz. HEX triplet: 33, 53 and 79. RGB value is (51,83,121). Sum of RGB (Red+Green+Blue) = 51+83+121=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #335379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335379 is #CCAC86. Grayscale: #4D4D4D. Windows color (decimal): -13413511 or 7951155. OLE color: 7951155.
HSL color Cylindrical-coordinate representation of color #335379: hue angle of 212.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335379 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 83 | 121 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.53 |
| HSL | 212.57º | 0.41% | 0.34% | - |
| HSV(B) | 212.57º | 0.58% | 0.47% | - |
| XYZ | 7.91 | 8.27 | 19.27 | - |
| YUV | 77.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 121 | 0.58 | 0.31 | 0 | 0.53 | 212.57 | 0.41 | 0.34 |
| Hex | 33 | 53 | 79 | 3A | 1F | 0 | 35 | D5 | 29 | 22 |
| Octal | 63 | 123 | 171 | 72 | 37 | 0 | 65 | 325 | 51 | 42 |
| Binary | 110011 | 1010011 | 1111001 | 111010 | 11111 | 0 | 110101 | 11010101 | 101001 | 100010 |
Color Harmonies of #335379
Complementary color
Monochromatic Colors of #335379
Black with #335379
Text Example
Text Example
White with #335379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335379; }
p { color: rgb(51,83,121); }
H1.HeaderClassName
{
color: #335379;
}
.AnyTagClassName
{
color: #335379;
}
</style>
background-color css
<style>
a { background-color: #335379; }
a { background-color: rgb(51,83,121); }
div.DivClassName
{
background-color: #335379;
}
.BgClassName
{
background-color: #335379;
}
</style>
border-color css
<style>
span { border-color: #335379; }
span { border-color: rgb(51,83,121); }
td.TdClassName
{
border-color: #335379;
}
.TagClassName
{
border-color: #335379;
}
</style>