Color Hex Logo

#252591 Color Hex

#252591
(37,37,145)
0 Favorites   0 Comments

Color spaces of #252591

RGB 3737145
HSL0.670.590.36
HSV240°74°57°
CMYK 0.740.740.00   0.43
XYZ6.53543.760827.1695
Yxy3.76080.17440.1004
Hunter Lab19.392826.2174-69.4910
CIE-Lab22.864337.3212-58.9055

#252591 color RGB value is (37,37,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100101 10010001
Octal 45 45 221
Decimal 37 37 145
Hex 25 25 91

RGB Percentages of Color #252591

%16.89
%16.89
%66.21

CMYK Percentages of Color #252591

%74
%74
%0
%43

Triadic Colors of #252591

#252591 #912525 #259125

Analogous Colors of #252591

#252591 #5b2591 #255b91

Monochromatic Colors of #252591

#252591

Complementary Color

#252591 #919125

#252591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252591 Color CSS Codes

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

#252591 Text Font Color

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

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


#252591 Background Color

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

This div background color is #252591


#252591 Border Color

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

This div border color is #252591


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,37,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 #252591">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252591


Comments

No comments written yet.

Please login to write comment.