Color Hex Logo

#25497a Color Hex

#25497A
(37,73,122)
0 Favorites   0 Comments

Color spaces of #25497a

RGB 3773122
HSL0.600.530.31
HSV215°70°48°
CMYK 0.700.400.00   0.52
XYZ6.65836.563519.3283
Yxy6.56350.20460.2016
Hunter Lab25.61931.5572-26.7973
CIE-Lab30.79184.4272-31.7266

#25497a color RGB value is (37,73,122).

#25497a hex color red value is 37, green value is 73 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #25497a hue: 0.60 , saturation: 0.53 and the lightness value of 25497a is 0.31.

The process color (four color CMYK) of #25497a color hex is 0.70, 0.40, 0.00, 0.52. Web safe color of #25497a is #333366. Color #25497a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 01111010
Octal 45 111 172
Decimal 37 73 122
Hex 25 49 7A

RGB Percentages of Color #25497a

%15.95
%31.47
%52.59

CMYK Percentages of Color #25497a

%70
%40
%0
%52

Triadic Colors of #25497a

#25497a #7a2549 #497a25

Analogous Colors of #25497a

#25497a #2c257a #25747a

Monochromatic Colors of #25497a

#25497a

Complementary Color

#25497a #7a5625

#25497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25497a Color CSS Codes

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

#25497a Text Font Color

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

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


#25497a Background Color

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

This div background color is #25497a


#25497a Border Color

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

This div border color is #25497a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,73,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25497a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25497a;
  -webkit-box-shadow: 1px 1px 3px 2px #25497a;
  box-shadow:         1px 1px 3px 2px #25497a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25497a


Comments

No comments written yet.

Please login to write comment.