Color Hex Logo

#257695 Color Hex

#257695
(37,118,149)
0 Favorites   0 Comments

Color spaces of #257695

RGB 37118149
HSL0.550.600.36
HSV197°75°58°
CMYK 0.750.210.00   0.42
XYZ12.666215.520130.7619
Yxy15.52010.21490.2633
Hunter Lab39.3956-11.5521-18.7195
CIE-Lab46.3385-13.3091-23.7543

#257695 color RGB value is (37,118,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110110 10010101
Octal 45 166 225
Decimal 37 118 149
Hex 25 76 95

RGB Percentages of Color #257695

%12.17
%38.82
%49.01

CMYK Percentages of Color #257695

%75
%21
%0
%42

Triadic Colors of #257695

#257695 #952576 #769525

Analogous Colors of #257695

#257695 #253e95 #25957c

Monochromatic Colors of #257695

#257695

Complementary Color

#257695 #954425

#257695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257695 Color CSS Codes

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

#257695 Text Font Color

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

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


#257695 Background Color

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

This div background color is #257695


#257695 Border Color

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

This div border color is #257695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257695


Comments

No comments written yet.

Please login to write comment.