#2E5AA7

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

Shades of Mariner #2E5AA7

Tints of Mariner #2E5AA7

Color information

#2E5AA7 (or 0x2E5AA7) is unknown color: approx Mariner. HEX triplet: 2E, 5A and A7. RGB value is (46,90,167). Sum of RGB (Red+Green+Blue) = 46+90+167=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E5AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5AA7 is #D1A558. Grayscale: #555555. Windows color (decimal): -13739353 or 10967598. OLE color: 10967598.

HSL color Cylindrical-coordinate representation of color #2E5AA7: hue angle of 218.18º 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 #2E5AA7 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4690167-
CMYK0.720.4600.35
HSL218.18º56.81%41.76%-
HSV(B)218.18º72.46%65.49%-
XYZ11.7610.6838-
YUV85.62173.9299.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 167 (65.62% from 255) = 55.12%
R=15.18%
G=29.70%
B=55.12%

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
Decimal46901670.720.4600.35218.1856.8141.76
Hex2E5AA7482E023da392a
Octal56132247110560433327152
Binary1011101011010101001111001000101110010001111011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5AA7; }

 p { color: rgb(46,90,167); }

 H1.HeaderClassName
 {
   color: #2E5AA7;
 }
 .AnyTagClassName
 {
   color: #2E5AA7;
 }
</style>
background-color css

<style>
 a { background-color: #2E5AA7; }

 a { background-color: rgb(46,90,167); }

 div.DivClassName
 {
   background-color: #2E5AA7;
 }
 .BgClassName
 {
   background-color: #2E5AA7;
 }
</style>
border-color css

<style>
 span { border-color: #2E5AA7; }

 span { border-color: rgb(46,90,167); }

 td.TdClassName
 {
   border-color: #2E5AA7;
 }
 .TagClassName
 {
   border-color: #2E5AA7;
 }
</style>