#2E5BA7

Color #2E5BA7 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #2E5BA7

Tints of Mariner #2E5BA7

Color information

#2E5BA7 (or 0x2E5BA7) is unknown color: approx 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

RGB4691167-
CMYK0.720.4600.35
HSL217.69º56.81%41.76%-
HSV(B)217.69º72.46%65.49%-
XYZ11.8410.8538.03-
YUV86.21173.5999.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 167 (65.62% from 255) = 54.93%
R=15.13%
G=29.93%
B=54.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46911670.720.4600.35217.6956.8141.76
Hex2E5BA7482E023da392a
Octal56133247110560433327152
Binary1011101011011101001111001000101110010001111011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>