Color Hex Logo

#254595 Color Hex

#254595
(37,69,149)
0 Favorites   0 Comments

Color spaces of #254595

RGB 3769149
HSL0.620.600.36
HSV223°75°58°
CMYK 0.750.540.00   0.42
XYZ8.31596.819529.3118
Yxy6.81950.18710.1534
Hunter Lab26.114211.1424-48.2700
CIE-Lab31.392417.6920-47.4280

#254595 color RGB value is (37,69,149).

#254595 hex color red value is 37, green value is 69 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #254595 hue: 0.62 , saturation: 0.60 and the lightness value of 254595 is 0.36.

The process color (four color CMYK) of #254595 color hex is 0.75, 0.54, 0.00, 0.42. Web safe color of #254595 is #333399. Color #254595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000101 10010101
Octal 45 105 225
Decimal 37 69 149
Hex 25 45 95

RGB Percentages of Color #254595

%14.51
%27.06
%58.43

CMYK Percentages of Color #254595

%75
%54
%0
%42

Triadic Colors of #254595

#254595 #952545 #459525

Analogous Colors of #254595

#254595 #3d2595 #257d95

Monochromatic Colors of #254595

#254595

Complementary Color

#254595 #957525

#254595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254595 Color CSS Codes

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

#254595 Text Font Color

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

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


#254595 Background Color

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

This div background color is #254595


#254595 Border Color

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

This div border color is #254595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254595


Comments

No comments written yet.

Please login to write comment.