Shades of St Tropaz #33527F
Tints of St Tropaz #33527F
RGB
CMYK
RGB Variations
Color information
#33527F (or 0x33527F) is known color: St Tropaz. HEX triplet: 33, 52 and 7F. RGB value is (51,82,127). Sum of RGB (Red+Green+Blue) = 51+82+127=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #33527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33527F is #CCAD80. Grayscale: #4D4D4D. Windows color (decimal): -13413761 or 8344115. OLE color: 8344115.
HSL color Cylindrical-coordinate representation of color #33527F: hue angle of 215.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33527F is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 82 | 127 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.50 |
| HSL | 215.53º | 0.43% | 0.35% | - |
| HSV(B) | 215.53º | 0.6% | 0.5% | - |
| XYZ | 8.21 | 8.27 | 21.24 | - |
| YUV | 77.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 127 | 0.60 | 0.35 | 0 | 0.50 | 215.53 | 0.43 | 0.35 |
| Hex | 33 | 52 | 7F | 3C | 23 | 0 | 32 | D8 | 2B | 23 |
| Octal | 63 | 122 | 177 | 74 | 43 | 0 | 62 | 330 | 53 | 43 |
| Binary | 110011 | 1010010 | 1111111 | 111100 | 100011 | 0 | 110010 | 11011000 | 101011 | 100011 |
Color Harmonies of #33527F
Complementary color
Monochromatic Colors of #33527F
Black with #33527F
Text Example
Text Example
White with #33527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33527F; }
p { color: rgb(51,82,127); }
H1.HeaderClassName
{
color: #33527F;
}
.AnyTagClassName
{
color: #33527F;
}
</style>
background-color css
<style>
a { background-color: #33527F; }
a { background-color: rgb(51,82,127); }
div.DivClassName
{
background-color: #33527F;
}
.BgClassName
{
background-color: #33527F;
}
</style>
border-color css
<style>
span { border-color: #33527F; }
span { border-color: rgb(51,82,127); }
td.TdClassName
{
border-color: #33527F;
}
.TagClassName
{
border-color: #33527F;
}
</style>