Shades of St Tropaz #33527B
Tints of St Tropaz #33527B
RGB
CMYK
RGB Variations
Color information
#33527B (or 0x33527B) is known color: St Tropaz. HEX triplet: 33, 52 and 7B. RGB value is (51,82,123). Sum of RGB (Red+Green+Blue) = 51+82+123=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #33527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33527B is #CCAD84. Grayscale: #4D4D4D. Windows color (decimal): -13413765 or 8081971. OLE color: 8081971.
HSL color Cylindrical-coordinate representation of color #33527B: hue angle of 214.17º 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 #33527B is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 82 | 123 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.52 |
| HSL | 214.17º | 0.41% | 0.34% | - |
| HSV(B) | 214.17º | 0.59% | 0.48% | - |
| XYZ | 7.96 | 8.17 | 19.9 | - |
| YUV | 77.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 123 | 0.59 | 0.33 | 0 | 0.52 | 214.17 | 0.41 | 0.34 |
| Hex | 33 | 52 | 7B | 3B | 21 | 0 | 34 | D6 | 29 | 22 |
| Octal | 63 | 122 | 173 | 73 | 41 | 0 | 64 | 326 | 51 | 42 |
| Binary | 110011 | 1010010 | 1111011 | 111011 | 100001 | 0 | 110100 | 11010110 | 101001 | 100010 |
Color Harmonies of #33527B
Complementary color
Monochromatic Colors of #33527B
Black with #33527B
Text Example
Text Example
White with #33527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33527B; }
p { color: rgb(51,82,123); }
H1.HeaderClassName
{
color: #33527B;
}
.AnyTagClassName
{
color: #33527B;
}
</style>
background-color css
<style>
a { background-color: #33527B; }
a { background-color: rgb(51,82,123); }
div.DivClassName
{
background-color: #33527B;
}
.BgClassName
{
background-color: #33527B;
}
</style>
border-color css
<style>
span { border-color: #33527B; }
span { border-color: rgb(51,82,123); }
td.TdClassName
{
border-color: #33527B;
}
.TagClassName
{
border-color: #33527B;
}
</style>