Shades of St Tropaz #30507B
Tints of St Tropaz #30507B
RGB
CMYK
RGB Variations
Color information
#30507B (or 0x30507B) is known color: St Tropaz. HEX triplet: 30, 50 and 7B. RGB value is (48,80,123). Sum of RGB (Red+Green+Blue) = 48+80+123=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #30507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30507B is #CFAF84. Grayscale: #4B4B4B. Windows color (decimal): -13610885 or 8081456. OLE color: 8081456.
HSL color Cylindrical-coordinate representation of color #30507B: hue angle of 214.4º 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 #30507B is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 80 | 123 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.52 |
| HSL | 214.4º | 0.44% | 0.34% | - |
| HSV(B) | 214.4º | 0.61% | 0.48% | - |
| XYZ | 7.66 | 7.8 | 19.84 | - |
| YUV | 75.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 123 | 0.61 | 0.35 | 0 | 0.52 | 214.4 | 0.44 | 0.34 |
| Hex | 30 | 50 | 7B | 3D | 23 | 0 | 34 | D6 | 2C | 22 |
| Octal | 60 | 120 | 173 | 75 | 43 | 0 | 64 | 326 | 54 | 42 |
| Binary | 110000 | 1010000 | 1111011 | 111101 | 100011 | 0 | 110100 | 11010110 | 101100 | 100010 |
Color Harmonies of #30507B
Complementary color
Monochromatic Colors of #30507B
Black with #30507B
Text Example
Text Example
White with #30507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30507B; }
p { color: rgb(48,80,123); }
H1.HeaderClassName
{
color: #30507B;
}
.AnyTagClassName
{
color: #30507B;
}
</style>
background-color css
<style>
a { background-color: #30507B; }
a { background-color: rgb(48,80,123); }
div.DivClassName
{
background-color: #30507B;
}
.BgClassName
{
background-color: #30507B;
}
</style>
border-color css
<style>
span { border-color: #30507B; }
span { border-color: rgb(48,80,123); }
td.TdClassName
{
border-color: #30507B;
}
.TagClassName
{
border-color: #30507B;
}
</style>