Color Hex Logo

#253eab Color Hex

#253EAB
(37,62,171)
0 Favorites   0 Comments

Color spaces of #253eab

RGB 3762171
HSL0.640.640.41
HSV229°78°67°
CMYK 0.780.640.00   0.33
XYZ9.83636.778839.3181
Yxy6.77880.17590.1212
Hunter Lab26.036121.8731-71.3107
CIE-Lab31.297930.8771-60.8729

#253eab color RGB value is (37,62,171).

#253eab hex color red value is 37, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #253eab hue: 0.64 , saturation: 0.64 and the lightness value of 253eab is 0.41.

The process color (four color CMYK) of #253eab color hex is 0.78, 0.64, 0.00, 0.33. Web safe color of #253eab is #333399. Color #253eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111110 10101011
Octal 45 76 253
Decimal 37 62 171
Hex 25 3E AB

RGB Percentages of Color #253eab

%13.70
%22.96
%63.33

CMYK Percentages of Color #253eab

%78
%64
%0
%33

Triadic Colors of #253eab

#253eab #ab253e #3eab25

Analogous Colors of #253eab

#253eab #4f25ab #2581ab

Monochromatic Colors of #253eab

#253eab

Complementary Color

#253eab #ab9225

#253eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#253eab Color CSS Codes

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

#253eab Text Font Color

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

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


#253eab Background Color

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

This div background color is #253eab


#253eab Border Color

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

This div border color is #253eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253eab


Comments

No comments written yet.

Please login to write comment.