Shades of St Tropaz #30537B
Tints of St Tropaz #30537B
RGB
CMYK
RGB Variations
Color information
#30537B (or 0x30537B) is known color: St Tropaz. HEX triplet: 30, 53 and 7B. RGB value is (48,83,123). Sum of RGB (Red+Green+Blue) = 48+83+123=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #30537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30537B is #CFAC84. Grayscale: #4C4C4C. Windows color (decimal): -13610117 or 8082224. OLE color: 8082224.
HSL color Cylindrical-coordinate representation of color #30537B: hue angle of 212º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30537B is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 83 | 123 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.52 |
| HSL | 212º | 0.44% | 0.34% | - |
| HSV(B) | 212º | 0.61% | 0.48% | - |
| XYZ | 7.89 | 8.24 | 19.91 | - |
| YUV | 77.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 123 | 0.61 | 0.33 | 0 | 0.52 | 212 | 0.44 | 0.34 |
| Hex | 30 | 53 | 7B | 3D | 21 | 0 | 34 | D4 | 2C | 22 |
| Octal | 60 | 123 | 173 | 75 | 41 | 0 | 64 | 324 | 54 | 42 |
| Binary | 110000 | 1010011 | 1111011 | 111101 | 100001 | 0 | 110100 | 11010100 | 101100 | 100010 |
Color Harmonies of #30537B
Complementary color
Monochromatic Colors of #30537B
Black with #30537B
Text Example
Text Example
White with #30537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30537B; }
p { color: rgb(48,83,123); }
H1.HeaderClassName
{
color: #30537B;
}
.AnyTagClassName
{
color: #30537B;
}
</style>
background-color css
<style>
a { background-color: #30537B; }
a { background-color: rgb(48,83,123); }
div.DivClassName
{
background-color: #30537B;
}
.BgClassName
{
background-color: #30537B;
}
</style>
border-color css
<style>
span { border-color: #30537B; }
span { border-color: rgb(48,83,123); }
td.TdClassName
{
border-color: #30537B;
}
.TagClassName
{
border-color: #30537B;
}
</style>