Shades of St Tropaz #2E517E
Tints of St Tropaz #2E517E
RGB
CMYK
RGB Variations
Color information
#2E517E (or 0x2E517E) is known color: St Tropaz. HEX triplet: 2E, 51 and 7E. RGB value is (46,81,126). Sum of RGB (Red+Green+Blue) = 46+81+126=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E517E is #D1AE81. Grayscale: #4B4B4B. Windows color (decimal): -13741698 or 8278318. OLE color: 8278318.
HSL color Cylindrical-coordinate representation of color #2E517E: hue angle of 213.75º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E517E is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 81 | 126 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.51 |
| HSL | 213.75º | 0.47% | 0.34% | - |
| HSV(B) | 213.75º | 0.63% | 0.49% | - |
| XYZ | 7.84 | 7.97 | 20.86 | - |
| YUV | 75.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 126 | 0.63 | 0.36 | 0 | 0.51 | 213.75 | 0.47 | 0.34 |
| Hex | 2E | 51 | 7E | 3F | 24 | 0 | 33 | D6 | 2F | 22 |
| Octal | 56 | 121 | 176 | 77 | 44 | 0 | 63 | 326 | 57 | 42 |
| Binary | 101110 | 1010001 | 1111110 | 111111 | 100100 | 0 | 110011 | 11010110 | 101111 | 100010 |
Color Harmonies of #2E517E
Complementary color
Monochromatic Colors of #2E517E
Black with #2E517E
Text Example
Text Example
White with #2E517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E517E; }
p { color: rgb(46,81,126); }
H1.HeaderClassName
{
color: #2E517E;
}
.AnyTagClassName
{
color: #2E517E;
}
</style>
background-color css
<style>
a { background-color: #2E517E; }
a { background-color: rgb(46,81,126); }
div.DivClassName
{
background-color: #2E517E;
}
.BgClassName
{
background-color: #2E517E;
}
</style>
border-color css
<style>
span { border-color: #2E517E; }
span { border-color: rgb(46,81,126); }
td.TdClassName
{
border-color: #2E517E;
}
.TagClassName
{
border-color: #2E517E;
}
</style>