Color Hex Logo

#253459 Color Hex

#253459
(37,52,89)
0 Favorites   0 Comments

Color spaces of #253459

RGB 375289
HSL0.620.410.25
HSV223°58°35°
CMYK 0.580.420.00   0.65
XYZ3.79413.57069.9404
Yxy3.57060.21920.2063
Hunter Lab18.89602.7726-17.9627
CIE-Lab22.19786.2352-24.1974

#253459 color RGB value is (37,52,89).

#253459 hex color red value is 37, green value is 52 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #253459 hue: 0.62 , saturation: 0.41 and the lightness value of 253459 is 0.25.

The process color (four color CMYK) of #253459 color hex is 0.58, 0.42, 0.00, 0.65. Web safe color of #253459 is #333366. Color #253459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 01011001
Octal 45 64 131
Decimal 37 52 89
Hex 25 34 59

RGB Percentages of Color #253459

%20.79
%29.21
%50.00

CMYK Percentages of Color #253459

%58
%42
%0
%65

Triadic Colors of #253459

#253459 #592534 #345925

Analogous Colors of #253459

#253459 #302559 #254e59

Monochromatic Colors of #253459

#253459

Complementary Color

#253459 #594a25

#253459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253459 Color CSS Codes

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

#253459 Text Font Color

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

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


#253459 Background Color

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

This div background color is #253459


#253459 Border Color

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

This div border color is #253459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253459


Comments

No comments written yet.

Please login to write comment.