Shades of St Tropaz #304E79
Tints of St Tropaz #304E79
RGB
CMYK
RGB Variations
Color information
#304E79 (or 0x304E79) is known color: St Tropaz. HEX triplet: 30, 4E and 79. RGB value is (48,78,121). Sum of RGB (Red+Green+Blue) = 48+78+121=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #304E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E79 is #CFB186. Grayscale: #494949. Windows color (decimal): -13611399 or 7949872. OLE color: 7949872.
HSL color Cylindrical-coordinate representation of color #304E79: hue angle of 215.34º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304E79 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 78 | 121 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.53 |
| HSL | 215.34º | 0.43% | 0.33% | - |
| HSV(B) | 215.34º | 0.6% | 0.47% | - |
| XYZ | 7.39 | 7.46 | 19.14 | - |
| YUV | 73.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 121 | 0.60 | 0.36 | 0 | 0.53 | 215.34 | 0.43 | 0.33 |
| Hex | 30 | 4E | 79 | 3C | 24 | 0 | 35 | D7 | 2B | 21 |
| Octal | 60 | 116 | 171 | 74 | 44 | 0 | 65 | 327 | 53 | 41 |
| Binary | 110000 | 1001110 | 1111001 | 111100 | 100100 | 0 | 110101 | 11010111 | 101011 | 100001 |
Color Harmonies of #304E79
Complementary color
Monochromatic Colors of #304E79
Black with #304E79
Text Example
Text Example
White with #304E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E79; }
p { color: rgb(48,78,121); }
H1.HeaderClassName
{
color: #304E79;
}
.AnyTagClassName
{
color: #304E79;
}
</style>
background-color css
<style>
a { background-color: #304E79; }
a { background-color: rgb(48,78,121); }
div.DivClassName
{
background-color: #304E79;
}
.BgClassName
{
background-color: #304E79;
}
</style>
border-color css
<style>
span { border-color: #304E79; }
span { border-color: rgb(48,78,121); }
td.TdClassName
{
border-color: #304E79;
}
.TagClassName
{
border-color: #304E79;
}
</style>