Color Hex Logo

#254972 Color Hex

#254972
(37,73,114)
0 Favorites   0 Comments

Color spaces of #254972

RGB 3773114
HSL0.590.510.30
HSV212°68°45°
CMYK 0.680.360.00   0.55
XYZ6.18286.373316.8239
Yxy6.37330.21040.2169
Hunter Lab25.2454-0.4634-21.8399
CIE-Lab30.33541.3663-27.4326

#254972 color RGB value is (37,73,114).

#254972 hex color red value is 37, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #254972 hue: 0.59 , saturation: 0.51 and the lightness value of 254972 is 0.30.

The process color (four color CMYK) of #254972 color hex is 0.68, 0.36, 0.00, 0.55. Web safe color of #254972 is #333366. Color #254972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 01110010
Octal 45 111 162
Decimal 37 73 114
Hex 25 49 72

RGB Percentages of Color #254972

%16.52
%32.59
%50.89

CMYK Percentages of Color #254972

%68
%36
%0
%55

Triadic Colors of #254972

#254972 #722549 #497225

Analogous Colors of #254972

#254972 #272572 #257072

Monochromatic Colors of #254972

#254972

Complementary Color

#254972 #724e25

#254972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254972 Color CSS Codes

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

#254972 Text Font Color

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

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


#254972 Background Color

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

This div background color is #254972


#254972 Border Color

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

This div border color is #254972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254972


Comments

No comments written yet.

Please login to write comment.