Color Hex Logo

#253072 Color Hex

#253072
(37,48,114)
0 Favorites   0 Comments

Color spaces of #253072

RGB 3748114
HSL0.640.510.30
HSV231°68°45°
CMYK 0.680.580.00   0.55
XYZ4.85723.722116.3820
Yxy3.72210.19460.1491
Hunter Lab19.292711.1774-36.8398
CIE-Lab22.730618.6042-39.5964

#253072 color RGB value is (37,48,114).

#253072 hex color red value is 37, green value is 48 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #253072 hue: 0.64 , saturation: 0.51 and the lightness value of 253072 is 0.30.

The process color (four color CMYK) of #253072 color hex is 0.68, 0.58, 0.00, 0.55. Web safe color of #253072 is #333366. Color #253072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110000 01110010
Octal 45 60 162
Decimal 37 48 114
Hex 25 30 72

RGB Percentages of Color #253072

%18.59
%24.12
%57.29

CMYK Percentages of Color #253072

%68
%58
%0
%55

Triadic Colors of #253072

#253072 #722530 #307225

Analogous Colors of #253072

#253072 #412572 #255772

Monochromatic Colors of #253072

#253072

Complementary Color

#253072 #726725

#253072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253072 Color CSS Codes

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

#253072 Text Font Color

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

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


#253072 Background Color

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

This div background color is #253072


#253072 Border Color

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

This div border color is #253072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253072


Comments

No comments written yet.

Please login to write comment.