Shades of St Tropaz #304D75
Tints of St Tropaz #304D75
RGB
CMYK
RGB Variations
Color information
#304D75 (or 0x304D75) is known color: St Tropaz. HEX triplet: 30, 4D and 75. RGB value is (48,77,117). Sum of RGB (Red+Green+Blue) = 48+77+117=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #304D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D75 is #CFB28A. Grayscale: #484848. Windows color (decimal): -13611659 or 7687472. OLE color: 7687472.
HSL color Cylindrical-coordinate representation of color #304D75: hue angle of 214.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304D75 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 77 | 117 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.54 |
| HSL | 214.78º | 0.42% | 0.32% | - |
| HSV(B) | 214.78º | 0.59% | 0.46% | - |
| XYZ | 7.08 | 7.22 | 17.85 | - |
| YUV | 72.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 117 | 0.59 | 0.34 | 0 | 0.54 | 214.78 | 0.42 | 0.32 |
| Hex | 30 | 4D | 75 | 3B | 22 | 0 | 36 | D7 | 2A | 20 |
| Octal | 60 | 115 | 165 | 73 | 42 | 0 | 66 | 327 | 52 | 40 |
| Binary | 110000 | 1001101 | 1110101 | 111011 | 100010 | 0 | 110110 | 11010111 | 101010 | 100000 |
Color Harmonies of #304D75
Complementary color
Monochromatic Colors of #304D75
Black with #304D75
Text Example
Text Example
White with #304D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D75; }
p { color: rgb(48,77,117); }
H1.HeaderClassName
{
color: #304D75;
}
.AnyTagClassName
{
color: #304D75;
}
</style>
background-color css
<style>
a { background-color: #304D75; }
a { background-color: rgb(48,77,117); }
div.DivClassName
{
background-color: #304D75;
}
.BgClassName
{
background-color: #304D75;
}
</style>
border-color css
<style>
span { border-color: #304D75; }
span { border-color: rgb(48,77,117); }
td.TdClassName
{
border-color: #304D75;
}
.TagClassName
{
border-color: #304D75;
}
</style>