Shades of St Tropaz #2E517B
Tints of St Tropaz #2E517B
RGB
CMYK
RGB Variations
Color information
#2E517B (or 0x2E517B) is known color: St Tropaz. HEX triplet: 2E, 51 and 7B. RGB value is (46,81,123). Sum of RGB (Red+Green+Blue) = 46+81+123=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E517B is #D1AE84. Grayscale: #4B4B4B. Windows color (decimal): -13741701 or 8081710. OLE color: 8081710.
HSL color Cylindrical-coordinate representation of color #2E517B: hue angle of 212.73º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E517B is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 81 | 123 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.52 |
| HSL | 212.73º | 0.46% | 0.33% | - |
| HSV(B) | 212.73º | 0.63% | 0.48% | - |
| XYZ | 7.64 | 7.9 | 19.86 | - |
| YUV | 75.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 123 | 0.63 | 0.34 | 0 | 0.52 | 212.73 | 0.46 | 0.33 |
| Hex | 2E | 51 | 7B | 3F | 22 | 0 | 34 | D5 | 2E | 21 |
| Octal | 56 | 121 | 173 | 77 | 42 | 0 | 64 | 325 | 56 | 41 |
| Binary | 101110 | 1010001 | 1111011 | 111111 | 100010 | 0 | 110100 | 11010101 | 101110 | 100001 |
Color Harmonies of #2E517B
Complementary color
Monochromatic Colors of #2E517B
Black with #2E517B
Text Example
Text Example
White with #2E517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E517B; }
p { color: rgb(46,81,123); }
H1.HeaderClassName
{
color: #2E517B;
}
.AnyTagClassName
{
color: #2E517B;
}
</style>
background-color css
<style>
a { background-color: #2E517B; }
a { background-color: rgb(46,81,123); }
div.DivClassName
{
background-color: #2E517B;
}
.BgClassName
{
background-color: #2E517B;
}
</style>
border-color css
<style>
span { border-color: #2E517B; }
span { border-color: rgb(46,81,123); }
td.TdClassName
{
border-color: #2E517B;
}
.TagClassName
{
border-color: #2E517B;
}
</style>