Shades of St Tropaz #2F4E76
Tints of St Tropaz #2F4E76
RGB
CMYK
RGB Variations
Color information
#2F4E76 (or 0x2F4E76) is known color: St Tropaz. HEX triplet: 2F, 4E and 76. RGB value is (47,78,118). Sum of RGB (Red+Green+Blue) = 47+78+118=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4E76 is #D0B189. Grayscale: #494949. Windows color (decimal): -13676938 or 7753263. OLE color: 7753263.
HSL color Cylindrical-coordinate representation of color #2F4E76: hue angle of 213.8º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F4E76 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 78 | 118 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.54 |
| HSL | 213.8º | 0.43% | 0.32% | - |
| HSV(B) | 213.8º | 0.6% | 0.46% | - |
| XYZ | 7.17 | 7.36 | 18.18 | - |
| YUV | 73.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 118 | 0.60 | 0.34 | 0 | 0.54 | 213.8 | 0.43 | 0.32 |
| Hex | 2F | 4E | 76 | 3C | 22 | 0 | 36 | D6 | 2B | 20 |
| Octal | 57 | 116 | 166 | 74 | 42 | 0 | 66 | 326 | 53 | 40 |
| Binary | 101111 | 1001110 | 1110110 | 111100 | 100010 | 0 | 110110 | 11010110 | 101011 | 100000 |
Color Harmonies of #2F4E76
Complementary color
Monochromatic Colors of #2F4E76
Black with #2F4E76
Text Example
Text Example
White with #2F4E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E76; }
p { color: rgb(47,78,118); }
H1.HeaderClassName
{
color: #2F4E76;
}
.AnyTagClassName
{
color: #2F4E76;
}
</style>
background-color css
<style>
a { background-color: #2F4E76; }
a { background-color: rgb(47,78,118); }
div.DivClassName
{
background-color: #2F4E76;
}
.BgClassName
{
background-color: #2F4E76;
}
</style>
border-color css
<style>
span { border-color: #2F4E76; }
span { border-color: rgb(47,78,118); }
td.TdClassName
{
border-color: #2F4E76;
}
.TagClassName
{
border-color: #2F4E76;
}
</style>