Shades of St Tropaz #2E5282
Tints of St Tropaz #2E5282
RGB
CMYK
RGB Variations
Color information
#2E5282 (or 0x2E5282) is known color: St Tropaz. HEX triplet: 2E, 52 and 82. RGB value is (46,82,130). Sum of RGB (Red+Green+Blue) = 46+82+130=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E5282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5282 is #D1AD7D. Grayscale: #4C4C4C. Windows color (decimal): -13741438 or 8540718. OLE color: 8540718.
HSL color Cylindrical-coordinate representation of color #2E5282: hue angle of 214.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 #2E5282 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 82 | 130 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.49 |
| HSL | 214.29º | 0.48% | 0.35% | - |
| HSV(B) | 214.29º | 0.65% | 0.51% | - |
| XYZ | 8.17 | 8.23 | 22.28 | - |
| YUV | 76.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 130 | 0.65 | 0.37 | 0 | 0.49 | 214.29 | 0.48 | 0.35 |
| Hex | 2E | 52 | 82 | 41 | 25 | 0 | 31 | D6 | 30 | 23 |
| Octal | 56 | 122 | 202 | 101 | 45 | 0 | 61 | 326 | 60 | 43 |
| Binary | 101110 | 1010010 | 10000010 | 1000001 | 100101 | 0 | 110001 | 11010110 | 110000 | 100011 |
Color Harmonies of #2E5282
Complementary color
Monochromatic Colors of #2E5282
Black with #2E5282
Text Example
Text Example
White with #2E5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5282; }
p { color: rgb(46,82,130); }
H1.HeaderClassName
{
color: #2E5282;
}
.AnyTagClassName
{
color: #2E5282;
}
</style>
background-color css
<style>
a { background-color: #2E5282; }
a { background-color: rgb(46,82,130); }
div.DivClassName
{
background-color: #2E5282;
}
.BgClassName
{
background-color: #2E5282;
}
</style>
border-color css
<style>
span { border-color: #2E5282; }
span { border-color: rgb(46,82,130); }
td.TdClassName
{
border-color: #2E5282;
}
.TagClassName
{
border-color: #2E5282;
}
</style>