Shades of St Tropaz #335A89
Tints of St Tropaz #335A89
RGB
CMYK
RGB Variations
Color information
#335A89 (or 0x335A89) is known color: St Tropaz. HEX triplet: 33, 5A and 89. RGB value is (51,90,137). Sum of RGB (Red+Green+Blue) = 51+90+137=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #335A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A89 is #CCA576. Grayscale: #535353. Windows color (decimal): -13411703 or 9001523. OLE color: 9001523.
HSL color Cylindrical-coordinate representation of color #335A89: hue angle of 212.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335A89 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 90 | 137 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.46 |
| HSL | 212.79º | 0.46% | 0.37% | - |
| HSV(B) | 212.79º | 0.63% | 0.54% | - |
| XYZ | 9.54 | 9.82 | 25.06 | - |
| YUV | 83.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 137 | 0.63 | 0.34 | 0 | 0.46 | 212.79 | 0.46 | 0.37 |
| Hex | 33 | 5A | 89 | 3F | 22 | 0 | 2E | D5 | 2E | 25 |
| Octal | 63 | 132 | 211 | 77 | 42 | 0 | 56 | 325 | 56 | 45 |
| Binary | 110011 | 1011010 | 10001001 | 111111 | 100010 | 0 | 101110 | 11010101 | 101110 | 100101 |
Color Harmonies of #335A89
Complementary color
Monochromatic Colors of #335A89
Black with #335A89
Text Example
Text Example
White with #335A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A89; }
p { color: rgb(51,90,137); }
H1.HeaderClassName
{
color: #335A89;
}
.AnyTagClassName
{
color: #335A89;
}
</style>
background-color css
<style>
a { background-color: #335A89; }
a { background-color: rgb(51,90,137); }
div.DivClassName
{
background-color: #335A89;
}
.BgClassName
{
background-color: #335A89;
}
</style>
border-color css
<style>
span { border-color: #335A89; }
span { border-color: rgb(51,90,137); }
td.TdClassName
{
border-color: #335A89;
}
.TagClassName
{
border-color: #335A89;
}
</style>