Shades of St Tropaz #33557B
Tints of St Tropaz #33557B
RGB
CMYK
RGB Variations
Color information
#33557B (or 0x33557B) is known color: St Tropaz. HEX triplet: 33, 55 and 7B. RGB value is (51,85,123). Sum of RGB (Red+Green+Blue) = 51+85+123=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #33557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33557B is #CCAA84. Grayscale: #4E4E4E. Windows color (decimal): -13412997 or 8082739. OLE color: 8082739.
HSL color Cylindrical-coordinate representation of color #33557B: hue angle of 211.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33557B is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 85 | 123 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.52 |
| HSL | 211.67º | 0.41% | 0.34% | - |
| HSV(B) | 211.67º | 0.59% | 0.48% | - |
| XYZ | 8.19 | 8.63 | 19.97 | - |
| YUV | 79.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 123 | 0.59 | 0.31 | 0 | 0.52 | 211.67 | 0.41 | 0.34 |
| Hex | 33 | 55 | 7B | 3B | 1F | 0 | 34 | D4 | 29 | 22 |
| Octal | 63 | 125 | 173 | 73 | 37 | 0 | 64 | 324 | 51 | 42 |
| Binary | 110011 | 1010101 | 1111011 | 111011 | 11111 | 0 | 110100 | 11010100 | 101001 | 100010 |
Color Harmonies of #33557B
Complementary color
Monochromatic Colors of #33557B
Black with #33557B
Text Example
Text Example
White with #33557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33557B; }
p { color: rgb(51,85,123); }
H1.HeaderClassName
{
color: #33557B;
}
.AnyTagClassName
{
color: #33557B;
}
</style>
background-color css
<style>
a { background-color: #33557B; }
a { background-color: rgb(51,85,123); }
div.DivClassName
{
background-color: #33557B;
}
.BgClassName
{
background-color: #33557B;
}
</style>
border-color css
<style>
span { border-color: #33557B; }
span { border-color: rgb(51,85,123); }
td.TdClassName
{
border-color: #33557B;
}
.TagClassName
{
border-color: #33557B;
}
</style>