Shades of Mariner #2E5BA7
Tints of Mariner #2E5BA7
RGB
CMYK
RGB Variations
Color information
#2E5BA7 (or 0x2E5BA7) is known color: Mariner. HEX triplet: 2E, 5B and A7. RGB value is (46,91,167). Sum of RGB (Red+Green+Blue) = 46+91+167=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E5BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5BA7 is #D1A458. Grayscale: #555555. Windows color (decimal): -13739097 or 10967854. OLE color: 10967854.
HSL color Cylindrical-coordinate representation of color #2E5BA7: hue angle of 217.69º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E5BA7 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 91 | 167 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.35 |
| HSL | 217.69º | 0.57% | 0.42% | - |
| HSV(B) | 217.69º | 0.72% | 0.65% | - |
| XYZ | 11.84 | 10.85 | 38.03 | - |
| YUV | 86.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 167 | 0.72 | 0.46 | 0 | 0.35 | 217.69 | 0.57 | 0.42 |
| Hex | 2E | 5B | A7 | 48 | 2E | 0 | 23 | DA | 39 | 2A |
| Octal | 56 | 133 | 247 | 110 | 56 | 0 | 43 | 332 | 71 | 52 |
| Binary | 101110 | 1011011 | 10100111 | 1001000 | 101110 | 0 | 100011 | 11011010 | 111001 | 101010 |
Color Harmonies of #2E5BA7
Complementary color
Monochromatic Colors of #2E5BA7
Black with #2E5BA7
Text Example
Text Example
White with #2E5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BA7; }
p { color: rgb(46,91,167); }
H1.HeaderClassName
{
color: #2E5BA7;
}
.AnyTagClassName
{
color: #2E5BA7;
}
</style>
background-color css
<style>
a { background-color: #2E5BA7; }
a { background-color: rgb(46,91,167); }
div.DivClassName
{
background-color: #2E5BA7;
}
.BgClassName
{
background-color: #2E5BA7;
}
</style>
border-color css
<style>
span { border-color: #2E5BA7; }
span { border-color: rgb(46,91,167); }
td.TdClassName
{
border-color: #2E5BA7;
}
.TagClassName
{
border-color: #2E5BA7;
}
</style>