Shades of Mariner #2E58A2
Tints of Mariner #2E58A2
RGB
CMYK
RGB Variations
Color information
#2E58A2 (or 0x2E58A2) is known color: Mariner. HEX triplet: 2E, 58 and A2. RGB value is (46,88,162). Sum of RGB (Red+Green+Blue) = 46+88+162=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E58A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E58A2 is #D1A75D. Grayscale: #535353. Windows color (decimal): -13739870 or 10639406. OLE color: 10639406.
HSL color Cylindrical-coordinate representation of color #2E58A2: hue angle of 218.28º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E58A2 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 88 | 162 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.36 |
| HSL | 218.28º | 0.56% | 0.41% | - |
| HSV(B) | 218.28º | 0.72% | 0.64% | - |
| XYZ | 11.14 | 10.17 | 35.56 | - |
| YUV | 83.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 162 | 0.72 | 0.46 | 0 | 0.36 | 218.28 | 0.56 | 0.41 |
| Hex | 2E | 58 | A2 | 48 | 2E | 0 | 24 | DA | 38 | 29 |
| Octal | 56 | 130 | 242 | 110 | 56 | 0 | 44 | 332 | 70 | 51 |
| Binary | 101110 | 1011000 | 10100010 | 1001000 | 101110 | 0 | 100100 | 11011010 | 111000 | 101001 |
Color Harmonies of #2E58A2
Complementary color
Monochromatic Colors of #2E58A2
Black with #2E58A2
Text Example
Text Example
White with #2E58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E58A2; }
p { color: rgb(46,88,162); }
H1.HeaderClassName
{
color: #2E58A2;
}
.AnyTagClassName
{
color: #2E58A2;
}
</style>
background-color css
<style>
a { background-color: #2E58A2; }
a { background-color: rgb(46,88,162); }
div.DivClassName
{
background-color: #2E58A2;
}
.BgClassName
{
background-color: #2E58A2;
}
</style>
border-color css
<style>
span { border-color: #2E58A2; }
span { border-color: rgb(46,88,162); }
td.TdClassName
{
border-color: #2E58A2;
}
.TagClassName
{
border-color: #2E58A2;
}
</style>