Shades of St Tropaz #2E5588
Tints of St Tropaz #2E5588
RGB
CMYK
RGB Variations
Color information
#2E5588 (or 0x2E5588) is known color: St Tropaz. HEX triplet: 2E, 55 and 88. RGB value is (46,85,136). Sum of RGB (Red+Green+Blue) = 46+85+136=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E5588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5588 is #D1AA77. Grayscale: #4E4E4E. Windows color (decimal): -13740664 or 8934702. OLE color: 8934702.
HSL color Cylindrical-coordinate representation of color #2E5588: hue angle of 214º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5588 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 85 | 136 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.47 |
| HSL | 214º | 0.49% | 0.36% | - |
| HSV(B) | 214º | 0.66% | 0.53% | - |
| XYZ | 8.82 | 8.86 | 24.54 | - |
| YUV | 79.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 136 | 0.66 | 0.38 | 0 | 0.47 | 214 | 0.49 | 0.36 |
| Hex | 2E | 55 | 88 | 42 | 26 | 0 | 2F | D6 | 31 | 24 |
| Octal | 56 | 125 | 210 | 102 | 46 | 0 | 57 | 326 | 61 | 44 |
| Binary | 101110 | 1010101 | 10001000 | 1000010 | 100110 | 0 | 101111 | 11010110 | 110001 | 100100 |
Color Harmonies of #2E5588
Complementary color
Monochromatic Colors of #2E5588
Black with #2E5588
Text Example
Text Example
White with #2E5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5588; }
p { color: rgb(46,85,136); }
H1.HeaderClassName
{
color: #2E5588;
}
.AnyTagClassName
{
color: #2E5588;
}
</style>
background-color css
<style>
a { background-color: #2E5588; }
a { background-color: rgb(46,85,136); }
div.DivClassName
{
background-color: #2E5588;
}
.BgClassName
{
background-color: #2E5588;
}
</style>
border-color css
<style>
span { border-color: #2E5588; }
span { border-color: rgb(46,85,136); }
td.TdClassName
{
border-color: #2E5588;
}
.TagClassName
{
border-color: #2E5588;
}
</style>