Shades of St Tropaz #33568C
Tints of St Tropaz #33568C
RGB
CMYK
RGB Variations
Color information
#33568C (or 0x33568C) is known color: St Tropaz. HEX triplet: 33, 56 and 8C. RGB value is (51,86,140). Sum of RGB (Red+Green+Blue) = 51+86+140=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #33568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33568C is #CCA973. Grayscale: #515151. Windows color (decimal): -13412724 or 9197107. OLE color: 9197107.
HSL color Cylindrical-coordinate representation of color #33568C: hue angle of 216.4º 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 #33568C is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 86 | 140 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.45 |
| HSL | 216.4º | 0.47% | 0.37% | - |
| HSV(B) | 216.4º | 0.64% | 0.55% | - |
| XYZ | 9.43 | 9.25 | 26.1 | - |
| YUV | 81.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 140 | 0.64 | 0.39 | 0 | 0.45 | 216.4 | 0.47 | 0.37 |
| Hex | 33 | 56 | 8C | 40 | 27 | 0 | 2D | D8 | 2F | 25 |
| Octal | 63 | 126 | 214 | 100 | 47 | 0 | 55 | 330 | 57 | 45 |
| Binary | 110011 | 1010110 | 10001100 | 1000000 | 100111 | 0 | 101101 | 11011000 | 101111 | 100101 |
Color Harmonies of #33568C
Complementary color
Monochromatic Colors of #33568C
Black with #33568C
Text Example
Text Example
White with #33568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33568C; }
p { color: rgb(51,86,140); }
H1.HeaderClassName
{
color: #33568C;
}
.AnyTagClassName
{
color: #33568C;
}
</style>
background-color css
<style>
a { background-color: #33568C; }
a { background-color: rgb(51,86,140); }
div.DivClassName
{
background-color: #33568C;
}
.BgClassName
{
background-color: #33568C;
}
</style>
border-color css
<style>
span { border-color: #33568C; }
span { border-color: rgb(51,86,140); }
td.TdClassName
{
border-color: #33568C;
}
.TagClassName
{
border-color: #33568C;
}
</style>