Color Hex Logo

#257aaf Color Hex

#257AAF
(37,122,175)
0 Favorites   0 Comments

Color spaces of #257aaf

RGB 37122175
HSL0.560.650.42
HSV203°79°69°
CMYK 0.790.300.00   0.31
XYZ15.460317.407543.1026
Yxy17.40750.20350.2291
Hunter Lab41.7223-6.8704-32.0459
CIE-Lab48.7694-6.2411-35.1799

#257aaf color RGB value is (37,122,175).

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

The process color (four color CMYK) of #257aaf color hex is 0.79, 0.30, 0.00, 0.31. Web safe color of #257aaf is #336699. Color #257aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111010 10101111
Octal 45 172 257
Decimal 37 122 175
Hex 25 7A AF

RGB Percentages of Color #257aaf

%11.08
%36.53
%52.40

CMYK Percentages of Color #257aaf

%79
%30
%0
%31

Triadic Colors of #257aaf

#257aaf #af257a #7aaf25

Analogous Colors of #257aaf

#257aaf #2535af #25af9f

Monochromatic Colors of #257aaf

#257aaf

Complementary Color

#257aaf #af5a25

#257aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#257aaf Color CSS Codes

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

#257aaf Text Font Color

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

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


#257aaf Background Color

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

This div background color is #257aaf


#257aaf Border Color

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

This div border color is #257aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257aaf


Comments

No comments written yet.

Please login to write comment.