Color Hex Logo

#253163 Color Hex

#253163
(37,49,99)
0 Favorites   0 Comments

Color spaces of #253163

RGB 374999
HSL0.630.460.27
HSV228°63°39°
CMYK 0.630.510.00   0.61
XYZ4.11343.490812.2614
Yxy3.49080.20710.1757
Hunter Lab18.68376.6021-25.8312
CIE-Lab21.911112.1361-31.2167

#253163 color RGB value is (37,49,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 01100011
Octal 45 61 143
Decimal 37 49 99
Hex 25 31 63

RGB Percentages of Color #253163

%20.00
%26.49
%53.51

CMYK Percentages of Color #253163

%63
%51
%0
%61

Triadic Colors of #253163

#253163 #632531 #316325

Analogous Colors of #253163

#253163 #382563 #255063

Monochromatic Colors of #253163

#253163

Complementary Color

#253163 #635725

#253163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253163 Color CSS Codes

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

#253163 Text Font Color

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

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


#253163 Background Color

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

This div background color is #253163


#253163 Border Color

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

This div border color is #253163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253163


Comments

No comments written yet.

Please login to write comment.