Color Hex Logo

#253978 Color Hex

#253978
(37,57,120)
0 Favorites   0 Comments

Color spaces of #253978

RGB 3757120
HSL0.630.530.31
HSV226°69°47°
CMYK 0.690.530.00   0.53
XYZ5.61624.675618.3758
Yxy4.67560.19590.1631
Hunter Lab21.62318.5215-35.2497
CIE-Lab25.789814.6188-38.4731

#253978 color RGB value is (37,57,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 01111000
Octal 45 71 170
Decimal 37 57 120
Hex 25 39 78

RGB Percentages of Color #253978

%17.29
%26.64
%56.07

CMYK Percentages of Color #253978

%69
%53
%0
%53

Triadic Colors of #253978

#253978 #782539 #397825

Analogous Colors of #253978

#253978 #3b2578 #256278

Monochromatic Colors of #253978

#253978

Complementary Color

#253978 #786425

#253978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253978 Color CSS Codes

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

#253978 Text Font Color

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

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


#253978 Background Color

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

This div background color is #253978


#253978 Border Color

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

This div border color is #253978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253978


Comments

No comments written yet.

Please login to write comment.