Shades of St Tropaz #33598C
Tints of St Tropaz #33598C
RGB
CMYK
RGB Variations
Color information
#33598C (or 0x33598C) is known color: St Tropaz. HEX triplet: 33, 59 and 8C. RGB value is (51,89,140). Sum of RGB (Red+Green+Blue) = 51+89+140=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #33598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33598C is #CCA673. Grayscale: #535353. Windows color (decimal): -13411956 or 9197875. OLE color: 9197875.
HSL color Cylindrical-coordinate representation of color #33598C: hue angle of 214.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33598C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 89 | 140 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.45 |
| HSL | 214.38º | 0.47% | 0.37% | - |
| HSV(B) | 214.38º | 0.64% | 0.55% | - |
| XYZ | 9.67 | 9.74 | 26.18 | - |
| YUV | 83.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 140 | 0.64 | 0.36 | 0 | 0.45 | 214.38 | 0.47 | 0.37 |
| Hex | 33 | 59 | 8C | 40 | 24 | 0 | 2D | D6 | 2F | 25 |
| Octal | 63 | 131 | 214 | 100 | 44 | 0 | 55 | 326 | 57 | 45 |
| Binary | 110011 | 1011001 | 10001100 | 1000000 | 100100 | 0 | 101101 | 11010110 | 101111 | 100101 |
Color Harmonies of #33598C
Complementary color
Monochromatic Colors of #33598C
Black with #33598C
Text Example
Text Example
White with #33598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33598C; }
p { color: rgb(51,89,140); }
H1.HeaderClassName
{
color: #33598C;
}
.AnyTagClassName
{
color: #33598C;
}
</style>
background-color css
<style>
a { background-color: #33598C; }
a { background-color: rgb(51,89,140); }
div.DivClassName
{
background-color: #33598C;
}
.BgClassName
{
background-color: #33598C;
}
</style>
border-color css
<style>
span { border-color: #33598C; }
span { border-color: rgb(51,89,140); }
td.TdClassName
{
border-color: #33598C;
}
.TagClassName
{
border-color: #33598C;
}
</style>