Shades of St Tropaz #30568B
Tints of St Tropaz #30568B
RGB
CMYK
RGB Variations
Color information
#30568B (or 0x30568B) is known color: St Tropaz. HEX triplet: 30, 56 and 8B. RGB value is (48,86,139). Sum of RGB (Red+Green+Blue) = 48+86+139=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #30568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30568B is #CFA974. Grayscale: #505050. Windows color (decimal): -13609333 or 9131568. OLE color: 9131568.
HSL color Cylindrical-coordinate representation of color #30568B: hue angle of 214.95º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30568B is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 86 | 139 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.45 |
| HSL | 214.95º | 0.49% | 0.37% | - |
| HSV(B) | 214.95º | 0.65% | 0.55% | - |
| XYZ | 9.21 | 9.15 | 25.71 | - |
| YUV | 80.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 139 | 0.65 | 0.38 | 0 | 0.45 | 214.95 | 0.49 | 0.37 |
| Hex | 30 | 56 | 8B | 41 | 26 | 0 | 2D | D7 | 31 | 25 |
| Octal | 60 | 126 | 213 | 101 | 46 | 0 | 55 | 327 | 61 | 45 |
| Binary | 110000 | 1010110 | 10001011 | 1000001 | 100110 | 0 | 101101 | 11010111 | 110001 | 100101 |
Color Harmonies of #30568B
Complementary color
Monochromatic Colors of #30568B
Black with #30568B
Text Example
Text Example
White with #30568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30568B; }
p { color: rgb(48,86,139); }
H1.HeaderClassName
{
color: #30568B;
}
.AnyTagClassName
{
color: #30568B;
}
</style>
background-color css
<style>
a { background-color: #30568B; }
a { background-color: rgb(48,86,139); }
div.DivClassName
{
background-color: #30568B;
}
.BgClassName
{
background-color: #30568B;
}
</style>
border-color css
<style>
span { border-color: #30568B; }
span { border-color: rgb(48,86,139); }
td.TdClassName
{
border-color: #30568B;
}
.TagClassName
{
border-color: #30568B;
}
</style>