Color Hex Logo

#257991 Color Hex

#257991
(37,121,145)
0 Favorites   0 Comments

Color spaces of #257991

RGB 37121145
HSL0.540.590.36
HSV193°74°57°
CMYK 0.740.170.00   0.43
XYZ12.711216.112429.2281
Yxy16.11240.21900.2776
Hunter Lab40.1403-13.7199-15.0738
CIE-Lab47.1216-16.3826-20.1856

#257991 color RGB value is (37,121,145).

#257991 hex color red value is 37, green value is 121 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #257991 hue: 0.54 , saturation: 0.59 and the lightness value of 257991 is 0.36.

The process color (four color CMYK) of #257991 color hex is 0.74, 0.17, 0.00, 0.43. Web safe color of #257991 is #336699. Color #257991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 10010001
Octal 45 171 221
Decimal 37 121 145
Hex 25 79 91

RGB Percentages of Color #257991

%12.21
%39.93
%47.85

CMYK Percentages of Color #257991

%74
%17
%0
%43

Triadic Colors of #257991

#257991 #912579 #799125

Analogous Colors of #257991

#257991 #254391 #259173

Monochromatic Colors of #257991

#257991

Complementary Color

#257991 #913d25

#257991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257991 Color CSS Codes

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

#257991 Text Font Color

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

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


#257991 Background Color

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

This div background color is #257991


#257991 Border Color

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

This div border color is #257991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257991


Comments

No comments written yet.

Please login to write comment.