Color Hex Logo

#253164 Color Hex

#253164
(37,49,100)
0 Favorites   0 Comments

Color spaces of #253164

RGB 3749100
HSL0.630.460.27
HSV229°63°39°
CMYK 0.630.510.00   0.61
XYZ4.16153.510012.5148
Yxy3.51000.20620.1739
Hunter Lab18.73506.8630-26.4907
CIE-Lab21.980512.5186-31.7578

#253164 color RGB value is (37,49,100).

#253164 hex color red value is 37, green value is 49 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #253164 hue: 0.63 , saturation: 0.46 and the lightness value of 253164 is 0.27.

The process color (four color CMYK) of #253164 color hex is 0.63, 0.51, 0.00, 0.61. Web safe color of #253164 is #333366. Color #253164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 01100100
Octal 45 61 144
Decimal 37 49 100
Hex 25 31 64

RGB Percentages of Color #253164

%19.89
%26.34
%53.76

CMYK Percentages of Color #253164

%63
%51
%0
%61

Triadic Colors of #253164

#253164 #642531 #316425

Analogous Colors of #253164

#253164 #392564 #255164

Monochromatic Colors of #253164

#253164

Complementary Color

#253164 #645825

#253164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253164 Color CSS Codes

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

#253164 Text Font Color

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

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


#253164 Background Color

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

This div background color is #253164


#253164 Border Color

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

This div border color is #253164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253164


Comments

No comments written yet.

Please login to write comment.