Shades of Mariner #2E579F
Tints of Mariner #2E579F
RGB
CMYK
RGB Variations
Color information
#2E579F (or 0x2E579F) is known color: Mariner. HEX triplet: 2E, 57 and 9F. RGB value is (46,87,159). Sum of RGB (Red+Green+Blue) = 46+87+159=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E579F is #D1A860. Grayscale: #525252. Windows color (decimal): -13740129 or 10442542. OLE color: 10442542.
HSL color Cylindrical-coordinate representation of color #2E579F: hue angle of 218.23º 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 #2E579F is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 87 | 159 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.38 |
| HSL | 218.23º | 0.55% | 0.4% | - |
| HSV(B) | 218.23º | 0.71% | 0.62% | - |
| XYZ | 10.79 | 9.9 | 34.14 | - |
| YUV | 82.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 159 | 0.71 | 0.45 | 0 | 0.38 | 218.23 | 0.55 | 0.4 |
| Hex | 2E | 57 | 9F | 47 | 2D | 0 | 26 | DA | 37 | 28 |
| Octal | 56 | 127 | 237 | 107 | 55 | 0 | 46 | 332 | 67 | 50 |
| Binary | 101110 | 1010111 | 10011111 | 1000111 | 101101 | 0 | 100110 | 11011010 | 110111 | 101000 |
Color Harmonies of #2E579F
Complementary color
Monochromatic Colors of #2E579F
Black with #2E579F
Text Example
Text Example
White with #2E579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E579F; }
p { color: rgb(46,87,159); }
H1.HeaderClassName
{
color: #2E579F;
}
.AnyTagClassName
{
color: #2E579F;
}
</style>
background-color css
<style>
a { background-color: #2E579F; }
a { background-color: rgb(46,87,159); }
div.DivClassName
{
background-color: #2E579F;
}
.BgClassName
{
background-color: #2E579F;
}
</style>
border-color css
<style>
span { border-color: #2E579F; }
span { border-color: rgb(46,87,159); }
td.TdClassName
{
border-color: #2E579F;
}
.TagClassName
{
border-color: #2E579F;
}
</style>