Color Hex Logo

#2532aa Color Hex

#2532AA
(37,50,170)
0 Favorites   0 Comments

Color spaces of #2532aa

RGB 3750170
HSL0.650.640.41
HSV234°78°67°
CMYK 0.780.710.00   0.33
XYZ9.15935.576838.6239
Yxy5.57680.17170.1045
Hunter Lab23.615227.9055-80.4410
CIE-Lab28.318638.2048-65.1664

#2532aa color RGB value is (37,50,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 10101010
Octal 45 62 252
Decimal 37 50 170
Hex 25 32 AA

RGB Percentages of Color #2532aa

%14.40
%19.46
%66.15

CMYK Percentages of Color #2532aa

%78
%71
%0
%33

Triadic Colors of #2532aa

#2532aa #aa2532 #32aa25

Analogous Colors of #2532aa

#2532aa #5b25aa #2575aa

Monochromatic Colors of #2532aa

#2532aa

Complementary Color

#2532aa #aa9d25

#2532aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2532aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2532aa Color CSS Codes

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

#2532aa Text Font Color

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

This sample text font color is #2532aa
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.


#2532aa Background Color

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

This div background color is #2532aa


#2532aa Border Color

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

This div border color is #2532aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,50,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 #2532aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2532aa


Comments

No comments written yet.

Please login to write comment.