Color Hex Logo

#253149 Color Hex

#253149
(37,49,73)
0 Favorites   0 Comments

Color spaces of #253149

RGB 374973
HSL0.610.330.22
HSV220°49°29°
CMYK 0.490.330.00   0.71
XYZ3.06393.07106.7346
Yxy3.07100.23810.2386
Hunter Lab17.52430.5410-10.5182
CIE-Lab20.32602.5511-16.4636

#253149 color RGB value is (37,49,73).

#253149 hex color red value is 37, green value is 49 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #253149 hue: 0.61 , saturation: 0.33 and the lightness value of 253149 is 0.22.

The process color (four color CMYK) of #253149 color hex is 0.49, 0.33, 0.00, 0.71. Web safe color of #253149 is #333333. Color #253149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 01001001
Octal 45 61 111
Decimal 37 49 73
Hex 25 31 49

RGB Percentages of Color #253149

%23.27
%30.82
%45.91

CMYK Percentages of Color #253149

%49
%33
%0
%71

Triadic Colors of #253149

#253149 #492531 #314925

Analogous Colors of #253149

#253149 #2b2549 #254349

Monochromatic Colors of #253149

#253149

Complementary Color

#253149 #493d25

#253149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253149 Color CSS Codes

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

#253149 Text Font Color

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

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


#253149 Background Color

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

This div background color is #253149


#253149 Border Color

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

This div border color is #253149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253149


Comments

No comments written yet.

Please login to write comment.