Color Hex Logo

#253574 Color Hex

#253574
(37,53,116)
0 Favorites   0 Comments

Color spaces of #253574

RGB 3753116
HSL0.630.520.30
HSV228°68°45°
CMYK 0.680.540.00   0.55
XYZ5.18844.200517.0603
Yxy4.20050.19620.1588
Hunter Lab20.49519.3213-35.0069
CIE-Lab24.323515.8631-38.2982

#253574 color RGB value is (37,53,116).

#253574 hex color red value is 37, green value is 53 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #253574 hue: 0.63 , saturation: 0.52 and the lightness value of 253574 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110101 01110100
Octal 45 65 164
Decimal 37 53 116
Hex 25 35 74

RGB Percentages of Color #253574

%17.96
%25.73
%56.31

CMYK Percentages of Color #253574

%68
%54
%0
%55

Triadic Colors of #253574

#253574 #742535 #357425

Analogous Colors of #253574

#253574 #3d2574 #255d74

Monochromatic Colors of #253574

#253574

Complementary Color

#253574 #746425

#253574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253574 Color CSS Codes

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

#253574 Text Font Color

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

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


#253574 Background Color

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

This div background color is #253574


#253574 Border Color

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

This div border color is #253574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253574


Comments

No comments written yet.

Please login to write comment.