Shades of St Tropaz #2E5183
Tints of St Tropaz #2E5183
RGB
CMYK
RGB Variations
Color information
#2E5183 (or 0x2E5183) is known color: St Tropaz. HEX triplet: 2E, 51 and 83. RGB value is (46,81,131). Sum of RGB (Red+Green+Blue) = 46+81+131=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E5183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5183 is #D1AE7C. Grayscale: #4C4C4C. Windows color (decimal): -13741693 or 8605998. OLE color: 8605998.
HSL color Cylindrical-coordinate representation of color #2E5183: hue angle of 215.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5183 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 81 | 131 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.49 |
| HSL | 215.29º | 0.48% | 0.35% | - |
| HSV(B) | 215.29º | 0.65% | 0.51% | - |
| XYZ | 8.17 | 8.1 | 22.61 | - |
| YUV | 76.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 131 | 0.65 | 0.38 | 0 | 0.49 | 215.29 | 0.48 | 0.35 |
| Hex | 2E | 51 | 83 | 41 | 26 | 0 | 31 | D7 | 30 | 23 |
| Octal | 56 | 121 | 203 | 101 | 46 | 0 | 61 | 327 | 60 | 43 |
| Binary | 101110 | 1010001 | 10000011 | 1000001 | 100110 | 0 | 110001 | 11010111 | 110000 | 100011 |
Color Harmonies of #2E5183
Complementary color
Monochromatic Colors of #2E5183
Black with #2E5183
Text Example
Text Example
White with #2E5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5183; }
p { color: rgb(46,81,131); }
H1.HeaderClassName
{
color: #2E5183;
}
.AnyTagClassName
{
color: #2E5183;
}
</style>
background-color css
<style>
a { background-color: #2E5183; }
a { background-color: rgb(46,81,131); }
div.DivClassName
{
background-color: #2E5183;
}
.BgClassName
{
background-color: #2E5183;
}
</style>
border-color css
<style>
span { border-color: #2E5183; }
span { border-color: rgb(46,81,131); }
td.TdClassName
{
border-color: #2E5183;
}
.TagClassName
{
border-color: #2E5183;
}
</style>