Color Hex Logo

#257996 Color Hex

#257996
(37,121,150)
0 Favorites   0 Comments

Color spaces of #257996

RGB 37121150
HSL0.540.600.37
HSV195°75°59°
CMYK 0.750.190.00   0.41
XYZ13.105316.270131.3039
Yxy16.27010.21600.2681
Hunter Lab40.3362-12.5934-17.7781
CIE-Lab47.3269-14.6517-22.8164

#257996 color RGB value is (37,121,150).

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

The process color (four color CMYK) of #257996 color hex is 0.75, 0.19, 0.00, 0.41. Web safe color of #257996 is #336699. Color #257996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 10010110
Octal 45 171 226
Decimal 37 121 150
Hex 25 79 96

RGB Percentages of Color #257996

%12.01
%39.29
%48.70

CMYK Percentages of Color #257996

%75
%19
%0
%41

Triadic Colors of #257996

#257996 #962579 #799625

Analogous Colors of #257996

#257996 #254196 #25967b

Monochromatic Colors of #257996

#257996

Complementary Color

#257996 #964225

#257996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257996 Color CSS Codes

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

#257996 Text Font Color

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

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


#257996 Background Color

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

This div background color is #257996


#257996 Border Color

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

This div border color is #257996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257996


Comments

No comments written yet.

Please login to write comment.