Color Hex Logo

#2537aa Color Hex

#2537AA
(37,55,170)
0 Favorites   0 Comments

Color spaces of #2537aa

RGB 3755170
HSL0.640.640.41
HSV232°78°67°
CMYK 0.780.680.00   0.33
XYZ9.38486.028038.6991
Yxy6.02800.17340.1114
Hunter Lab24.552025.2642-76.2671
CIE-Lab29.483035.0520-63.2507

#2537aa color RGB value is (37,55,170).

#2537aa hex color red value is 37, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2537aa hue: 0.64 , saturation: 0.64 and the lightness value of 2537aa is 0.41.

The process color (four color CMYK) of #2537aa color hex is 0.78, 0.68, 0.00, 0.33. Web safe color of #2537aa is #333399. Color #2537aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110111 10101010
Octal 45 67 252
Decimal 37 55 170
Hex 25 37 AA

RGB Percentages of Color #2537aa

%14.12
%20.99
%64.89

CMYK Percentages of Color #2537aa

%78
%68
%0
%33

Triadic Colors of #2537aa

#2537aa #aa2537 #37aa25

Analogous Colors of #2537aa

#2537aa #5625aa #257aaa

Monochromatic Colors of #2537aa

#2537aa

Complementary Color

#2537aa #aa9825

#2537aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2537aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2537aa Color CSS Codes

.mybgcolor {background-color:#2537aa; } 
.myforecolor {color:#2537aa; }
.mybordercolor {border:3px solid #2537aa; }

#2537aa Text Font Color

<p style="color:#2537aa">Text here</p>

This sample text font color is #2537aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2537aa Background Color

<div style="background-color:#2537aa">
Div content here</div>

This div background color is #2537aa


#2537aa Border Color

<div style="border:3px solid #2537aa">
Div here</div>

This div border color is #2537aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,55,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2537aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2537aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2537aa;
  box-shadow:         1px 1px 3px 2px #2537aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,55,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2537aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2537aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2537aa;
  box-shadow:         1px 1px 3px 2px #2537aa;">
Div content here</div>

This div box has shadow with color #2537aa


Comments

No comments written yet.

Please login to write comment.