Color Hex Logo

#255172 Color Hex

#255172
(37,81,114)
0 Favorites   0 Comments

Color spaces of #255172

RGB 3781114
HSL0.570.510.30
HSV206°68°45°
CMYK 0.680.290.00   0.55
XYZ6.74267.493117.0105
Yxy7.49310.21580.2398
Hunter Lab27.3735-3.9359-17.6826
CIE-Lab32.9041-3.8113-23.3991

#255172 color RGB value is (37,81,114).

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

The process color (four color CMYK) of #255172 color hex is 0.68, 0.29, 0.00, 0.55. Web safe color of #255172 is #336666. Color #255172 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010001 01110010
Octal 45 121 162
Decimal 37 81 114
Hex 25 51 72

RGB Percentages of Color #255172

%15.95
%34.91
%49.14

CMYK Percentages of Color #255172

%68
%29
%0
%55

Triadic Colors of #255172

#255172 #722551 #517225

Analogous Colors of #255172

#255172 #252b72 #25726d

Monochromatic Colors of #255172

#255172

Complementary Color

#255172 #724625

#255172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255172 Color CSS Codes

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

#255172 Text Font Color

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

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


#255172 Background Color

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

This div background color is #255172


#255172 Border Color

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

This div border color is #255172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,81,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 #255172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255172


Comments

No comments written yet.

Please login to write comment.