Shades of St Tropaz #30567E
Tints of St Tropaz #30567E
RGB
CMYK
RGB Variations
Color information
#30567E (or 0x30567E) is known color: St Tropaz. HEX triplet: 30, 56 and 7E. RGB value is (48,86,126). Sum of RGB (Red+Green+Blue) = 48+86+126=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #30567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567E is #CFA981. Grayscale: #4E4E4E. Windows color (decimal): -13609346 or 8279600. OLE color: 8279600.
HSL color Cylindrical-coordinate representation of color #30567E: hue angle of 210.77º 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 #30567E is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 86 | 126 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.51 |
| HSL | 210.77º | 0.45% | 0.34% | - |
| HSV(B) | 210.77º | 0.62% | 0.49% | - |
| XYZ | 8.31 | 8.79 | 21 | - |
| YUV | 79.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 126 | 0.62 | 0.32 | 0 | 0.51 | 210.77 | 0.45 | 0.34 |
| Hex | 30 | 56 | 7E | 3E | 20 | 0 | 33 | D3 | 2D | 22 |
| Octal | 60 | 126 | 176 | 76 | 40 | 0 | 63 | 323 | 55 | 42 |
| Binary | 110000 | 1010110 | 1111110 | 111110 | 100000 | 0 | 110011 | 11010011 | 101101 | 100010 |
Color Harmonies of #30567E
Complementary color
Monochromatic Colors of #30567E
Black with #30567E
Text Example
Text Example
White with #30567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30567E; }
p { color: rgb(48,86,126); }
H1.HeaderClassName
{
color: #30567E;
}
.AnyTagClassName
{
color: #30567E;
}
</style>
background-color css
<style>
a { background-color: #30567E; }
a { background-color: rgb(48,86,126); }
div.DivClassName
{
background-color: #30567E;
}
.BgClassName
{
background-color: #30567E;
}
</style>
border-color css
<style>
span { border-color: #30567E; }
span { border-color: rgb(48,86,126); }
td.TdClassName
{
border-color: #30567E;
}
.TagClassName
{
border-color: #30567E;
}
</style>