Shades of St Tropaz #30527F
Tints of St Tropaz #30527F
RGB
CMYK
RGB Variations
Color information
#30527F (or 0x30527F) is known color: St Tropaz. HEX triplet: 30, 52 and 7F. RGB value is (48,82,127). Sum of RGB (Red+Green+Blue) = 48+82+127=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #30527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30527F is #CFAD80. Grayscale: #4C4C4C. Windows color (decimal): -13610369 or 8344112. OLE color: 8344112.
HSL color Cylindrical-coordinate representation of color #30527F: hue angle of 214.18º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30527F is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 82 | 127 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.50 |
| HSL | 214.18º | 0.45% | 0.34% | - |
| HSV(B) | 214.18º | 0.62% | 0.5% | - |
| XYZ | 8.07 | 8.2 | 21.24 | - |
| YUV | 76.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 127 | 0.62 | 0.35 | 0 | 0.50 | 214.18 | 0.45 | 0.34 |
| Hex | 30 | 52 | 7F | 3E | 23 | 0 | 32 | D6 | 2D | 22 |
| Octal | 60 | 122 | 177 | 76 | 43 | 0 | 62 | 326 | 55 | 42 |
| Binary | 110000 | 1010010 | 1111111 | 111110 | 100011 | 0 | 110010 | 11010110 | 101101 | 100010 |
Color Harmonies of #30527F
Complementary color
Monochromatic Colors of #30527F
Black with #30527F
Text Example
Text Example
White with #30527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30527F; }
p { color: rgb(48,82,127); }
H1.HeaderClassName
{
color: #30527F;
}
.AnyTagClassName
{
color: #30527F;
}
</style>
background-color css
<style>
a { background-color: #30527F; }
a { background-color: rgb(48,82,127); }
div.DivClassName
{
background-color: #30527F;
}
.BgClassName
{
background-color: #30527F;
}
</style>
border-color css
<style>
span { border-color: #30527F; }
span { border-color: rgb(48,82,127); }
td.TdClassName
{
border-color: #30527F;
}
.TagClassName
{
border-color: #30527F;
}
</style>