Shades of Mariner #2E589F
Tints of Mariner #2E589F
RGB
CMYK
RGB Variations
Color information
#2E589F (or 0x2E589F) is known color: Mariner. HEX triplet: 2E, 58 and 9F. RGB value is (46,88,159). Sum of RGB (Red+Green+Blue) = 46+88+159=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E589F is #D1A760. Grayscale: #535353. Windows color (decimal): -13739873 or 10442798. OLE color: 10442798.
HSL color Cylindrical-coordinate representation of color #2E589F: hue angle of 217.7º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E589F is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 88 | 159 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.38 |
| HSL | 217.7º | 0.55% | 0.4% | - |
| HSV(B) | 217.7º | 0.71% | 0.62% | - |
| XYZ | 10.87 | 10.06 | 34.17 | - |
| YUV | 83.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 159 | 0.71 | 0.45 | 0 | 0.38 | 217.7 | 0.55 | 0.4 |
| Hex | 2E | 58 | 9F | 47 | 2D | 0 | 26 | DA | 37 | 28 |
| Octal | 56 | 130 | 237 | 107 | 55 | 0 | 46 | 332 | 67 | 50 |
| Binary | 101110 | 1011000 | 10011111 | 1000111 | 101101 | 0 | 100110 | 11011010 | 110111 | 101000 |
Color Harmonies of #2E589F
Complementary color
Monochromatic Colors of #2E589F
Black with #2E589F
Text Example
Text Example
White with #2E589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E589F; }
p { color: rgb(46,88,159); }
H1.HeaderClassName
{
color: #2E589F;
}
.AnyTagClassName
{
color: #2E589F;
}
</style>
background-color css
<style>
a { background-color: #2E589F; }
a { background-color: rgb(46,88,159); }
div.DivClassName
{
background-color: #2E589F;
}
.BgClassName
{
background-color: #2E589F;
}
</style>
border-color css
<style>
span { border-color: #2E589F; }
span { border-color: rgb(46,88,159); }
td.TdClassName
{
border-color: #2E589F;
}
.TagClassName
{
border-color: #2E589F;
}
</style>