Shades of St Tropaz #2E5385
Tints of St Tropaz #2E5385
RGB
CMYK
RGB Variations
Color information
#2E5385 (or 0x2E5385) is known color: St Tropaz. HEX triplet: 2E, 53 and 85. RGB value is (46,83,133). Sum of RGB (Red+Green+Blue) = 46+83+133=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E5385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5385 is #D1AC7A. Grayscale: #4D4D4D. Windows color (decimal): -13741179 or 8737582. OLE color: 8737582.
HSL color Cylindrical-coordinate representation of color #2E5385: hue angle of 214.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5385 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 83 | 133 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.48 |
| HSL | 214.48º | 0.49% | 0.35% | - |
| HSV(B) | 214.48º | 0.65% | 0.52% | - |
| XYZ | 8.45 | 8.46 | 23.38 | - |
| YUV | 77.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 133 | 0.65 | 0.38 | 0 | 0.48 | 214.48 | 0.49 | 0.35 |
| Hex | 2E | 53 | 85 | 41 | 26 | 0 | 30 | D6 | 31 | 23 |
| Octal | 56 | 123 | 205 | 101 | 46 | 0 | 60 | 326 | 61 | 43 |
| Binary | 101110 | 1010011 | 10000101 | 1000001 | 100110 | 0 | 110000 | 11010110 | 110001 | 100011 |
Color Harmonies of #2E5385
Complementary color
Monochromatic Colors of #2E5385
Black with #2E5385
Text Example
Text Example
White with #2E5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5385; }
p { color: rgb(46,83,133); }
H1.HeaderClassName
{
color: #2E5385;
}
.AnyTagClassName
{
color: #2E5385;
}
</style>
background-color css
<style>
a { background-color: #2E5385; }
a { background-color: rgb(46,83,133); }
div.DivClassName
{
background-color: #2E5385;
}
.BgClassName
{
background-color: #2E5385;
}
</style>
border-color css
<style>
span { border-color: #2E5385; }
span { border-color: rgb(46,83,133); }
td.TdClassName
{
border-color: #2E5385;
}
.TagClassName
{
border-color: #2E5385;
}
</style>