Shades of St Tropaz #30567D
Tints of St Tropaz #30567D
RGB
CMYK
RGB Variations
Color information
#30567D (or 0x30567D) is known color: St Tropaz. HEX triplet: 30, 56 and 7D. RGB value is (48,86,125). Sum of RGB (Red+Green+Blue) = 48+86+125=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #30567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567D is #CFA982. Grayscale: #4E4E4E. Windows color (decimal): -13609347 or 8214064. OLE color: 8214064.
HSL color Cylindrical-coordinate representation of color #30567D: hue angle of 210.39º 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 #30567D is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 86 | 125 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.51 |
| HSL | 210.39º | 0.45% | 0.34% | - |
| HSV(B) | 210.39º | 0.62% | 0.49% | - |
| XYZ | 8.25 | 8.76 | 20.66 | - |
| YUV | 79.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 125 | 0.62 | 0.31 | 0 | 0.51 | 210.39 | 0.45 | 0.34 |
| Hex | 30 | 56 | 7D | 3E | 1F | 0 | 33 | D2 | 2D | 22 |
| Octal | 60 | 126 | 175 | 76 | 37 | 0 | 63 | 322 | 55 | 42 |
| Binary | 110000 | 1010110 | 1111101 | 111110 | 11111 | 0 | 110011 | 11010010 | 101101 | 100010 |
Color Harmonies of #30567D
Complementary color
Monochromatic Colors of #30567D
Black with #30567D
Text Example
Text Example
White with #30567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30567D; }
p { color: rgb(48,86,125); }
H1.HeaderClassName
{
color: #30567D;
}
.AnyTagClassName
{
color: #30567D;
}
</style>
background-color css
<style>
a { background-color: #30567D; }
a { background-color: rgb(48,86,125); }
div.DivClassName
{
background-color: #30567D;
}
.BgClassName
{
background-color: #30567D;
}
</style>
border-color css
<style>
span { border-color: #30567D; }
span { border-color: rgb(48,86,125); }
td.TdClassName
{
border-color: #30567D;
}
.TagClassName
{
border-color: #30567D;
}
</style>