Color Hex Logo

#252989 Color Hex

#252989
(37,41,137)
0 Favorites   0 Comments

Color spaces of #252989

RGB 3741137
HSL0.660.570.34
HSV238°73°54°
CMYK 0.730.700.00   0.46
XYZ6.07123.785324.0776
Yxy3.78530.17890.1115
Hunter Lab19.455821.6532-59.7553
CIE-Lab22.948631.9888-53.7904

#252989 color RGB value is (37,41,137).

#252989 hex color red value is 37, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #252989 hue: 0.66 , saturation: 0.57 and the lightness value of 252989 is 0.34.

The process color (four color CMYK) of #252989 color hex is 0.73, 0.70, 0.00, 0.46. Web safe color of #252989 is #333399. Color #252989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 10001001
Octal 45 51 211
Decimal 37 41 137
Hex 25 29 89

RGB Percentages of Color #252989

%17.21
%19.07
%63.72

CMYK Percentages of Color #252989

%73
%70
%0
%46

Triadic Colors of #252989

#252989 #892529 #298925

Analogous Colors of #252989

#252989 #532589 #255b89

Monochromatic Colors of #252989

#252989

Complementary Color

#252989 #898525

#252989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252989 Color CSS Codes

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

#252989 Text Font Color

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

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


#252989 Background Color

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

This div background color is #252989


#252989 Border Color

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

This div border color is #252989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252989


Comments

No comments written yet.

Please login to write comment.