Color Hex Logo

#257594 Color Hex

#257594
(37,117,148)
0 Favorites   0 Comments

Color spaces of #257594

RGB 37117148
HSL0.550.600.36
HSV197°75°58°
CMYK 0.750.210.00   0.42
XYZ12.469515.254030.3041
Yxy15.25400.21490.2629
Hunter Lab39.0564-11.3591-18.6641
CIE-Lab45.9801-13.0935-23.7178

#257594 color RGB value is (37,117,148).

#257594 hex color red value is 37, green value is 117 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #257594 hue: 0.55 , saturation: 0.60 and the lightness value of 257594 is 0.36.

The process color (four color CMYK) of #257594 color hex is 0.75, 0.21, 0.00, 0.42. Web safe color of #257594 is #336699. Color #257594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110101 10010100
Octal 45 165 224
Decimal 37 117 148
Hex 25 75 94

RGB Percentages of Color #257594

%12.25
%38.74
%49.01

CMYK Percentages of Color #257594

%75
%21
%0
%42

Triadic Colors of #257594

#257594 #942575 #759425

Analogous Colors of #257594

#257594 #253e94 #25947c

Monochromatic Colors of #257594

#257594

Complementary Color

#257594 #944425

#257594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257594 Color CSS Codes

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

#257594 Text Font Color

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

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


#257594 Background Color

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

This div background color is #257594


#257594 Border Color

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

This div border color is #257594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257594


Comments

No comments written yet.

Please login to write comment.