Color Hex Logo

#2579aa Color Hex

#2579AA
(37,121,170)
0 Favorites   0 Comments

Color spaces of #2579aa

RGB 37121170
HSL0.560.640.41
HSV202°78°67°
CMYK 0.780.290.00   0.33
XYZ14.856016.970340.5228
Yxy16.97030.20530.2346
Hunter Lab41.1950-7.7195-29.4860
CIE-Lab48.2226-7.4875-33.1324

#2579aa color RGB value is (37,121,170).

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

The process color (four color CMYK) of #2579aa color hex is 0.78, 0.29, 0.00, 0.33. Web safe color of #2579aa is #336699. Color #2579aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 10101010
Octal 45 171 252
Decimal 37 121 170
Hex 25 79 AA

RGB Percentages of Color #2579aa

%11.28
%36.89
%51.83

CMYK Percentages of Color #2579aa

%78
%29
%0
%33

Triadic Colors of #2579aa

#2579aa #aa2579 #79aa25

Analogous Colors of #2579aa

#2579aa #2537aa #25aa99

Monochromatic Colors of #2579aa

#2579aa

Complementary Color

#2579aa #aa5625

#2579aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2579aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2579aa Color CSS Codes

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

#2579aa Text Font Color

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

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


#2579aa Background Color

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

This div background color is #2579aa


#2579aa Border Color

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

This div border color is #2579aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2579aa


Comments

No comments written yet.

Please login to write comment.