Color Hex Logo

#253a9f Color Hex

#253A9F
(37,58,159)
0 Favorites   0 Comments

Color spaces of #253a9f

RGB 3758159
HSL0.640.620.38
HSV230°77°62°
CMYK 0.770.640.00   0.38
XYZ8.53405.922633.4943
Yxy5.92260.17800.1235
Hunter Lab24.336420.0056-64.5657
CIE-Lab29.216328.9954-57.0511

#253a9f color RGB value is (37,58,159).

#253a9f hex color red value is 37, green value is 58 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #253a9f hue: 0.64 , saturation: 0.62 and the lightness value of 253a9f is 0.38.

The process color (four color CMYK) of #253a9f color hex is 0.77, 0.64, 0.00, 0.38. Web safe color of #253a9f is #333399. Color #253a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111010 10011111
Octal 45 72 237
Decimal 37 58 159
Hex 25 3A 9F

RGB Percentages of Color #253a9f

%14.57
%22.83
%62.60

CMYK Percentages of Color #253a9f

%77
%64
%0
%38

Triadic Colors of #253a9f

#253a9f #9f253a #3a9f25

Analogous Colors of #253a9f

#253a9f #4d259f #25779f

Monochromatic Colors of #253a9f

#253a9f

Complementary Color

#253a9f #9f8a25

#253a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#253a9f Color CSS Codes

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

#253a9f Text Font Color

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

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


#253a9f Background Color

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

This div background color is #253a9f


#253a9f Border Color

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

This div border color is #253a9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,58,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253a9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253a9f;
  -webkit-box-shadow: 1px 1px 3px 2px #253a9f;
  box-shadow:         1px 1px 3px 2px #253a9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253a9f


Comments

No comments written yet.

Please login to write comment.