Color Hex Logo

#253659 Color Hex

#253659
(37,54,89)
0 Favorites   1 Comments

Color spaces of #253659

RGB 375489
HSL0.610.410.25
HSV220°58°35°
CMYK 0.580.390.00   0.65
XYZ3.88533.75299.9708
Yxy3.75290.22060.2131
Hunter Lab19.37241.8980-16.9553
CIE-Lab22.83714.8379-23.1869

#253659 color RGB value is (37,54,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110110 01011001
Octal 45 66 131
Decimal 37 54 89
Hex 25 36 59

RGB Percentages of Color #253659

%20.56
%30.00
%49.44

CMYK Percentages of Color #253659

%58
%39
%0
%65

Triadic Colors of #253659

#253659 #592536 #365925

Analogous Colors of #253659

#253659 #2e2559 #255059

Monochromatic Colors of #253659

#253659

Complementary Color

#253659 #594825

#253659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253659 Color CSS Codes

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

#253659 Text Font Color

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

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


#253659 Background Color

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

This div background color is #253659


#253659 Border Color

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

This div border color is #253659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253659


Comments

10 Mar 2012, 2:14 (guest)

TARDIS blue.

Please login to write comment.