Shades of St Tropaz #30557E
Tints of St Tropaz #30557E
RGB
CMYK
RGB Variations
Color information
#30557E (or 0x30557E) is known color: St Tropaz. HEX triplet: 30, 55 and 7E. RGB value is (48,85,126). Sum of RGB (Red+Green+Blue) = 48+85+126=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #30557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30557E is #CFAA81. Grayscale: #4E4E4E. Windows color (decimal): -13609602 or 8279344. OLE color: 8279344.
HSL color Cylindrical-coordinate representation of color #30557E: hue angle of 211.54º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30557E is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 85 | 126 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.51 |
| HSL | 211.54º | 0.45% | 0.34% | - |
| HSV(B) | 211.54º | 0.62% | 0.49% | - |
| XYZ | 8.23 | 8.63 | 20.97 | - |
| YUV | 78.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 126 | 0.62 | 0.33 | 0 | 0.51 | 211.54 | 0.45 | 0.34 |
| Hex | 30 | 55 | 7E | 3E | 21 | 0 | 33 | D4 | 2D | 22 |
| Octal | 60 | 125 | 176 | 76 | 41 | 0 | 63 | 324 | 55 | 42 |
| Binary | 110000 | 1010101 | 1111110 | 111110 | 100001 | 0 | 110011 | 11010100 | 101101 | 100010 |
Color Harmonies of #30557E
Complementary color
Monochromatic Colors of #30557E
Black with #30557E
Text Example
Text Example
White with #30557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30557E; }
p { color: rgb(48,85,126); }
H1.HeaderClassName
{
color: #30557E;
}
.AnyTagClassName
{
color: #30557E;
}
</style>
background-color css
<style>
a { background-color: #30557E; }
a { background-color: rgb(48,85,126); }
div.DivClassName
{
background-color: #30557E;
}
.BgClassName
{
background-color: #30557E;
}
</style>
border-color css
<style>
span { border-color: #30557E; }
span { border-color: rgb(48,85,126); }
td.TdClassName
{
border-color: #30557E;
}
.TagClassName
{
border-color: #30557E;
}
</style>