Shades of St Tropaz #33568D
Tints of St Tropaz #33568D
RGB
CMYK
RGB Variations
Color information
#33568D (or 0x33568D) is known color: St Tropaz. HEX triplet: 33, 56 and 8D. RGB value is (51,86,141). Sum of RGB (Red+Green+Blue) = 51+86+141=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #33568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33568D is #CCA972. Grayscale: #515151. Windows color (decimal): -13412723 or 9262643. OLE color: 9262643.
HSL color Cylindrical-coordinate representation of color #33568D: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33568D is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 86 | 141 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.45 |
| HSL | 216.67º | 0.47% | 0.38% | - |
| HSV(B) | 216.67º | 0.64% | 0.55% | - |
| XYZ | 9.5 | 9.28 | 26.49 | - |
| YUV | 81.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 141 | 0.64 | 0.39 | 0 | 0.45 | 216.67 | 0.47 | 0.38 |
| Hex | 33 | 56 | 8D | 40 | 27 | 0 | 2D | D9 | 2F | 26 |
| Octal | 63 | 126 | 215 | 100 | 47 | 0 | 55 | 331 | 57 | 46 |
| Binary | 110011 | 1010110 | 10001101 | 1000000 | 100111 | 0 | 101101 | 11011001 | 101111 | 100110 |
Color Harmonies of #33568D
Complementary color
Monochromatic Colors of #33568D
Black with #33568D
Text Example
Text Example
White with #33568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33568D; }
p { color: rgb(51,86,141); }
H1.HeaderClassName
{
color: #33568D;
}
.AnyTagClassName
{
color: #33568D;
}
</style>
background-color css
<style>
a { background-color: #33568D; }
a { background-color: rgb(51,86,141); }
div.DivClassName
{
background-color: #33568D;
}
.BgClassName
{
background-color: #33568D;
}
</style>
border-color css
<style>
span { border-color: #33568D; }
span { border-color: rgb(51,86,141); }
td.TdClassName
{
border-color: #33568D;
}
.TagClassName
{
border-color: #33568D;
}
</style>