Color Hex Logo

#253979 Color Hex

#253979
(37,57,121)
0 Favorites   0 Comments

Color spaces of #253979

RGB 3757121
HSL0.630.530.31
HSV226°69°47°
CMYK 0.690.530.00   0.53
XYZ5.67734.700018.6971
Yxy4.70000.19530.1617
Hunter Lab21.67958.8055-35.9580
CIE-Lab25.862415.0097-38.9885

#253979 color RGB value is (37,57,121).

#253979 hex color red value is 37, green value is 57 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #253979 hue: 0.63 , saturation: 0.53 and the lightness value of 253979 is 0.31.

The process color (four color CMYK) of #253979 color hex is 0.69, 0.53, 0.00, 0.53. Web safe color of #253979 is #333366. Color #253979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 01111001
Octal 45 71 171
Decimal 37 57 121
Hex 25 39 79

RGB Percentages of Color #253979

%17.21
%26.51
%56.28

CMYK Percentages of Color #253979

%69
%53
%0
%53

Triadic Colors of #253979

#253979 #792539 #397925

Analogous Colors of #253979

#253979 #3b2579 #256379

Monochromatic Colors of #253979

#253979

Complementary Color

#253979 #796525

#253979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253979 Color CSS Codes

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

#253979 Text Font Color

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

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


#253979 Background Color

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

This div background color is #253979


#253979 Border Color

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

This div border color is #253979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253979


Comments

No comments written yet.

Please login to write comment.