Shades of Mariner #2E5DAA
Tints of Mariner #2E5DAA
RGB
CMYK
RGB Variations
Color information
#2E5DAA (or 0x2E5DAA) is known color: Mariner. HEX triplet: 2E, 5D and AA. RGB value is (46,93,170). Sum of RGB (Red+Green+Blue) = 46+93+170=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E5DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5DAA is #D1A255. Grayscale: #575757. Windows color (decimal): -13738582 or 11164974. OLE color: 11164974.
HSL color Cylindrical-coordinate representation of color #2E5DAA: hue angle of 217.26º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5DAA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 93 | 170 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.33 |
| HSL | 217.26º | 0.57% | 0.42% | - |
| HSV(B) | 217.26º | 0.73% | 0.67% | - |
| XYZ | 12.3 | 11.31 | 39.57 | - |
| YUV | 87.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 170 | 0.73 | 0.45 | 0 | 0.33 | 217.26 | 0.57 | 0.42 |
| Hex | 2E | 5D | AA | 49 | 2D | 0 | 21 | D9 | 39 | 2A |
| Octal | 56 | 135 | 252 | 111 | 55 | 0 | 41 | 331 | 71 | 52 |
| Binary | 101110 | 1011101 | 10101010 | 1001001 | 101101 | 0 | 100001 | 11011001 | 111001 | 101010 |
Color Harmonies of #2E5DAA
Complementary color
Monochromatic Colors of #2E5DAA
Black with #2E5DAA
Text Example
Text Example
White with #2E5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DAA; }
p { color: rgb(46,93,170); }
H1.HeaderClassName
{
color: #2E5DAA;
}
.AnyTagClassName
{
color: #2E5DAA;
}
</style>
background-color css
<style>
a { background-color: #2E5DAA; }
a { background-color: rgb(46,93,170); }
div.DivClassName
{
background-color: #2E5DAA;
}
.BgClassName
{
background-color: #2E5DAA;
}
</style>
border-color css
<style>
span { border-color: #2E5DAA; }
span { border-color: rgb(46,93,170); }
td.TdClassName
{
border-color: #2E5DAA;
}
.TagClassName
{
border-color: #2E5DAA;
}
</style>