Shades of Mariner #2E5A9F
Tints of Mariner #2E5A9F
RGB
CMYK
RGB Variations
Color information
#2E5A9F (or 0x2E5A9F) is known color: Mariner. HEX triplet: 2E, 5A and 9F. RGB value is (46,90,159). Sum of RGB (Red+Green+Blue) = 46+90+159=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E5A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5A9F is #D1A560. Grayscale: #545454. Windows color (decimal): -13739361 or 10443310. OLE color: 10443310.
HSL color Cylindrical-coordinate representation of color #2E5A9F: hue angle of 216.64º 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 #2E5A9F is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 90 | 159 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.38 |
| HSL | 216.64º | 0.55% | 0.4% | - |
| HSV(B) | 216.64º | 0.71% | 0.62% | - |
| XYZ | 11.04 | 10.4 | 34.23 | - |
| YUV | 84.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 159 | 0.71 | 0.43 | 0 | 0.38 | 216.64 | 0.55 | 0.4 |
| Hex | 2E | 5A | 9F | 47 | 2B | 0 | 26 | D9 | 37 | 28 |
| Octal | 56 | 132 | 237 | 107 | 53 | 0 | 46 | 331 | 67 | 50 |
| Binary | 101110 | 1011010 | 10011111 | 1000111 | 101011 | 0 | 100110 | 11011001 | 110111 | 101000 |
Color Harmonies of #2E5A9F
Complementary color
Monochromatic Colors of #2E5A9F
Black with #2E5A9F
Text Example
Text Example
White with #2E5A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A9F; }
p { color: rgb(46,90,159); }
H1.HeaderClassName
{
color: #2E5A9F;
}
.AnyTagClassName
{
color: #2E5A9F;
}
</style>
background-color css
<style>
a { background-color: #2E5A9F; }
a { background-color: rgb(46,90,159); }
div.DivClassName
{
background-color: #2E5A9F;
}
.BgClassName
{
background-color: #2E5A9F;
}
</style>
border-color css
<style>
span { border-color: #2E5A9F; }
span { border-color: rgb(46,90,159); }
td.TdClassName
{
border-color: #2E5A9F;
}
.TagClassName
{
border-color: #2E5A9F;
}
</style>