Color Hex Logo

#257baa Color Hex

#257BAA
(37,123,170)
0 Favorites   0 Comments

Color spaces of #257baa

RGB 37123170
HSL0.560.640.41
HSV201°78°67°
CMYK 0.780.280.00   0.33
XYZ15.101617.461540.6047
Yxy17.46150.20640.2387
Hunter Lab41.7870-8.6182-28.3617
CIE-Lab48.8363-8.6569-32.1711

#257baa color RGB value is (37,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111011 10101010
Octal 45 173 252
Decimal 37 123 170
Hex 25 7B AA

RGB Percentages of Color #257baa

%11.21
%37.27
%51.52

CMYK Percentages of Color #257baa

%78
%28
%0
%33

Triadic Colors of #257baa

#257baa #aa257b #7baa25

Analogous Colors of #257baa

#257baa #2539aa #25aa97

Monochromatic Colors of #257baa

#257baa

Complementary Color

#257baa #aa5425

#257baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#257baa Color CSS Codes

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

#257baa Text Font Color

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

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


#257baa Background Color

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

This div background color is #257baa


#257baa Border Color

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

This div border color is #257baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257baa


Comments

No comments written yet.

Please login to write comment.