Shades of St Tropaz #2F4E78
Tints of St Tropaz #2F4E78
RGB
CMYK
RGB Variations
Color information
#2F4E78 (or 0x2F4E78) is known color: St Tropaz. HEX triplet: 2F, 4E and 78. RGB value is (47,78,120). Sum of RGB (Red+Green+Blue) = 47+78+120=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F4E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4E78 is #D0B187. Grayscale: #494949. Windows color (decimal): -13676936 or 7884335. OLE color: 7884335.
HSL color Cylindrical-coordinate representation of color #2F4E78: hue angle of 214.52º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4E78 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 78 | 120 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.53 |
| HSL | 214.52º | 0.44% | 0.33% | - |
| HSV(B) | 214.52º | 0.61% | 0.47% | - |
| XYZ | 7.29 | 7.41 | 18.82 | - |
| YUV | 73.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 120 | 0.61 | 0.35 | 0 | 0.53 | 214.52 | 0.44 | 0.33 |
| Hex | 2F | 4E | 78 | 3D | 23 | 0 | 35 | D7 | 2C | 21 |
| Octal | 57 | 116 | 170 | 75 | 43 | 0 | 65 | 327 | 54 | 41 |
| Binary | 101111 | 1001110 | 1111000 | 111101 | 100011 | 0 | 110101 | 11010111 | 101100 | 100001 |
Color Harmonies of #2F4E78
Complementary color
Monochromatic Colors of #2F4E78
Black with #2F4E78
Text Example
Text Example
White with #2F4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E78; }
p { color: rgb(47,78,120); }
H1.HeaderClassName
{
color: #2F4E78;
}
.AnyTagClassName
{
color: #2F4E78;
}
</style>
background-color css
<style>
a { background-color: #2F4E78; }
a { background-color: rgb(47,78,120); }
div.DivClassName
{
background-color: #2F4E78;
}
.BgClassName
{
background-color: #2F4E78;
}
</style>
border-color css
<style>
span { border-color: #2F4E78; }
span { border-color: rgb(47,78,120); }
td.TdClassName
{
border-color: #2F4E78;
}
.TagClassName
{
border-color: #2F4E78;
}
</style>