Shades of St Tropaz #33598A
Tints of St Tropaz #33598A
RGB
CMYK
RGB Variations
Color information
#33598A (or 0x33598A) is known color: St Tropaz. HEX triplet: 33, 59 and 8A. RGB value is (51,89,138). Sum of RGB (Red+Green+Blue) = 51+89+138=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #33598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33598A is #CCA675. Grayscale: #525252. Windows color (decimal): -13411958 or 9066803. OLE color: 9066803.
HSL color Cylindrical-coordinate representation of color #33598A: hue angle of 213.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 #33598A is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 89 | 138 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.46 |
| HSL | 213.79º | 0.46% | 0.37% | - |
| HSV(B) | 213.79º | 0.63% | 0.54% | - |
| XYZ | 9.53 | 9.68 | 25.41 | - |
| YUV | 83.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 138 | 0.63 | 0.36 | 0 | 0.46 | 213.79 | 0.46 | 0.37 |
| Hex | 33 | 59 | 8A | 3F | 24 | 0 | 2E | D6 | 2E | 25 |
| Octal | 63 | 131 | 212 | 77 | 44 | 0 | 56 | 326 | 56 | 45 |
| Binary | 110011 | 1011001 | 10001010 | 111111 | 100100 | 0 | 101110 | 11010110 | 101110 | 100101 |
Color Harmonies of #33598A
Complementary color
Monochromatic Colors of #33598A
Black with #33598A
Text Example
Text Example
White with #33598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33598A; }
p { color: rgb(51,89,138); }
H1.HeaderClassName
{
color: #33598A;
}
.AnyTagClassName
{
color: #33598A;
}
</style>
background-color css
<style>
a { background-color: #33598A; }
a { background-color: rgb(51,89,138); }
div.DivClassName
{
background-color: #33598A;
}
.BgClassName
{
background-color: #33598A;
}
</style>
border-color css
<style>
span { border-color: #33598A; }
span { border-color: rgb(51,89,138); }
td.TdClassName
{
border-color: #33598A;
}
.TagClassName
{
border-color: #33598A;
}
</style>