Shades of St Tropaz #304D74
Tints of St Tropaz #304D74
RGB
CMYK
RGB Variations
Color information
#304D74 (or 0x304D74) is known color: St Tropaz. HEX triplet: 30, 4D and 74. RGB value is (48,77,116). Sum of RGB (Red+Green+Blue) = 48+77+116=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #304D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D74 is #CFB28B. Grayscale: #484848. Windows color (decimal): -13611660 or 7621936. OLE color: 7621936.
HSL color Cylindrical-coordinate representation of color #304D74: hue angle of 214.41º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304D74 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 77 | 116 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.55 |
| HSL | 214.41º | 0.41% | 0.32% | - |
| HSV(B) | 214.41º | 0.59% | 0.45% | - |
| XYZ | 7.03 | 7.2 | 17.54 | - |
| YUV | 72.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 116 | 0.59 | 0.34 | 0 | 0.55 | 214.41 | 0.41 | 0.32 |
| Hex | 30 | 4D | 74 | 3B | 22 | 0 | 37 | D6 | 29 | 20 |
| Octal | 60 | 115 | 164 | 73 | 42 | 0 | 67 | 326 | 51 | 40 |
| Binary | 110000 | 1001101 | 1110100 | 111011 | 100010 | 0 | 110111 | 11010110 | 101001 | 100000 |
Color Harmonies of #304D74
Complementary color
Monochromatic Colors of #304D74
Black with #304D74
Text Example
Text Example
White with #304D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D74; }
p { color: rgb(48,77,116); }
H1.HeaderClassName
{
color: #304D74;
}
.AnyTagClassName
{
color: #304D74;
}
</style>
background-color css
<style>
a { background-color: #304D74; }
a { background-color: rgb(48,77,116); }
div.DivClassName
{
background-color: #304D74;
}
.BgClassName
{
background-color: #304D74;
}
</style>
border-color css
<style>
span { border-color: #304D74; }
span { border-color: rgb(48,77,116); }
td.TdClassName
{
border-color: #304D74;
}
.TagClassName
{
border-color: #304D74;
}
</style>