Shades of St Tropaz #30577E
Tints of St Tropaz #30577E
RGB
CMYK
RGB Variations
Color information
#30577E (or 0x30577E) is known color: St Tropaz. HEX triplet: 30, 57 and 7E. RGB value is (48,87,126). Sum of RGB (Red+Green+Blue) = 48+87+126=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #30577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30577E is #CFA881. Grayscale: #4F4F4F. Windows color (decimal): -13609090 or 8279856. OLE color: 8279856.
HSL color Cylindrical-coordinate representation of color #30577E: hue angle of 210º 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 #30577E is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 87 | 126 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.51 |
| HSL | 210º | 0.45% | 0.34% | - |
| HSV(B) | 210º | 0.62% | 0.49% | - |
| XYZ | 8.39 | 8.95 | 21.02 | - |
| YUV | 79.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 126 | 0.62 | 0.31 | 0 | 0.51 | 210 | 0.45 | 0.34 |
| Hex | 30 | 57 | 7E | 3E | 1F | 0 | 33 | D2 | 2D | 22 |
| Octal | 60 | 127 | 176 | 76 | 37 | 0 | 63 | 322 | 55 | 42 |
| Binary | 110000 | 1010111 | 1111110 | 111110 | 11111 | 0 | 110011 | 11010010 | 101101 | 100010 |
Color Harmonies of #30577E
Complementary color
Monochromatic Colors of #30577E
Black with #30577E
Text Example
Text Example
White with #30577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30577E; }
p { color: rgb(48,87,126); }
H1.HeaderClassName
{
color: #30577E;
}
.AnyTagClassName
{
color: #30577E;
}
</style>
background-color css
<style>
a { background-color: #30577E; }
a { background-color: rgb(48,87,126); }
div.DivClassName
{
background-color: #30577E;
}
.BgClassName
{
background-color: #30577E;
}
</style>
border-color css
<style>
span { border-color: #30577E; }
span { border-color: rgb(48,87,126); }
td.TdClassName
{
border-color: #30577E;
}
.TagClassName
{
border-color: #30577E;
}
</style>