Color Hex Logo

#253996 Color Hex

#253996
(37,57,150)
0 Favorites   0 Comments

Color spaces of #253996

RGB 3757150
HSL0.640.600.37
HSV229°75°59°
CMYK 0.750.620.00   0.41
XYZ7.73115.521629.5125
Yxy5.52160.18080.1291
Hunter Lab23.498117.6066-58.0168
CIE-Lab28.171926.2433-53.2746

#253996 color RGB value is (37,57,150).

#253996 hex color red value is 37, green value is 57 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #253996 hue: 0.64 , saturation: 0.60 and the lightness value of 253996 is 0.37.

The process color (four color CMYK) of #253996 color hex is 0.75, 0.62, 0.00, 0.41. Web safe color of #253996 is #333399. Color #253996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 10010110
Octal 45 71 226
Decimal 37 57 150
Hex 25 39 96

RGB Percentages of Color #253996

%15.16
%23.36
%61.48

CMYK Percentages of Color #253996

%75
%62
%0
%41

Triadic Colors of #253996

#253996 #962539 #399625

Analogous Colors of #253996

#253996 #4a2596 #257296

Monochromatic Colors of #253996

#253996

Complementary Color

#253996 #968225

#253996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253996 Color CSS Codes

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

#253996 Text Font Color

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

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


#253996 Background Color

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

This div background color is #253996


#253996 Border Color

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

This div border color is #253996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253996

#253996 Color Palettes


Comments

No comments written yet.

Please login to write comment.