Shades of St Tropaz #2E507D
Tints of St Tropaz #2E507D
RGB
CMYK
RGB Variations
Color information
#2E507D (or 0x2E507D) is known color: St Tropaz. HEX triplet: 2E, 50 and 7D. RGB value is (46,80,125). Sum of RGB (Red+Green+Blue) = 46+80+125=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E507D is #D1AF82. Grayscale: #4A4A4A. Windows color (decimal): -13741955 or 8212526. OLE color: 8212526.
HSL color Cylindrical-coordinate representation of color #2E507D: hue angle of 214.18º degrees, saturation: 0.46, 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 #2E507D is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 80 | 125 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.51 |
| HSL | 214.18º | 0.46% | 0.34% | - |
| HSV(B) | 214.18º | 0.63% | 0.49% | - |
| XYZ | 7.7 | 7.8 | 20.5 | - |
| YUV | 74.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 125 | 0.63 | 0.36 | 0 | 0.51 | 214.18 | 0.46 | 0.34 |
| Hex | 2E | 50 | 7D | 3F | 24 | 0 | 33 | D6 | 2E | 22 |
| Octal | 56 | 120 | 175 | 77 | 44 | 0 | 63 | 326 | 56 | 42 |
| Binary | 101110 | 1010000 | 1111101 | 111111 | 100100 | 0 | 110011 | 11010110 | 101110 | 100010 |
Color Harmonies of #2E507D
Complementary color
Monochromatic Colors of #2E507D
Black with #2E507D
Text Example
Text Example
White with #2E507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E507D; }
p { color: rgb(46,80,125); }
H1.HeaderClassName
{
color: #2E507D;
}
.AnyTagClassName
{
color: #2E507D;
}
</style>
background-color css
<style>
a { background-color: #2E507D; }
a { background-color: rgb(46,80,125); }
div.DivClassName
{
background-color: #2E507D;
}
.BgClassName
{
background-color: #2E507D;
}
</style>
border-color css
<style>
span { border-color: #2E507D; }
span { border-color: rgb(46,80,125); }
td.TdClassName
{
border-color: #2E507D;
}
.TagClassName
{
border-color: #2E507D;
}
</style>