Color Hex Logo

#257aaa Color Hex

#257AAA
(37,122,170)
0 Favorites   0 Comments

Color spaces of #257aaa

RGB 37122170
HSL0.560.640.41
HSV202°78°67°
CMYK 0.780.280.00   0.33
XYZ14.978217.214740.5635
Yxy17.21470.20590.2366
Hunter Lab41.4906-8.1697-28.9218
CIE-Lab48.5294-8.0736-32.6515

#257aaa color RGB value is (37,122,170).

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

The process color (four color CMYK) of #257aaa color hex is 0.78, 0.28, 0.00, 0.33. Web safe color of #257aaa is #336699. Color #257aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111010 10101010
Octal 45 172 252
Decimal 37 122 170
Hex 25 7A AA

RGB Percentages of Color #257aaa

%11.25
%37.08
%51.67

CMYK Percentages of Color #257aaa

%78
%28
%0
%33

Triadic Colors of #257aaa

#257aaa #aa257a #7aaa25

Analogous Colors of #257aaa

#257aaa #2538aa #25aa98

Monochromatic Colors of #257aaa

#257aaa

Complementary Color

#257aaa #aa5525

#257aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#257aaa Color CSS Codes

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

#257aaa Text Font Color

<p style="color:#257aaa">Text here</p>

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


#257aaa Background Color

<div style="background-color:#257aaa">
Div content here</div>

This div background color is #257aaa


#257aaa Border Color

<div style="border:3px solid #257aaa">
Div here</div>

This div border color is #257aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257aaa


Comments

No comments written yet.

Please login to write comment.