Color Hex Logo

#255971 Color Hex

#255971
(37,89,113)
0 Favorites   0 Comments

Color spaces of #255971

RGB 3789113
HSL0.550.510.29
HSV199°67°44°
CMYK 0.670.210.00   0.56
XYZ7.31608.730316.9223
Yxy8.73030.22190.2648
Hunter Lab29.5471-7.5099-13.2738
CIE-Lab35.4598-9.1186-18.8063

#255971 color RGB value is (37,89,113).

#255971 hex color red value is 37, green value is 89 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #255971 hue: 0.55 , saturation: 0.51 and the lightness value of 255971 is 0.29.

The process color (four color CMYK) of #255971 color hex is 0.67, 0.21, 0.00, 0.56. Web safe color of #255971 is #336666. Color #255971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 01110001
Octal 45 131 161
Decimal 37 89 113
Hex 25 59 71

RGB Percentages of Color #255971

%15.48
%37.24
%47.28

CMYK Percentages of Color #255971

%67
%21
%0
%56

Triadic Colors of #255971

#255971 #712559 #597125

Analogous Colors of #255971

#255971 #253371 #257163

Monochromatic Colors of #255971

#255971

Complementary Color

#255971 #713d25

#255971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255971 Color CSS Codes

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

#255971 Text Font Color

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

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


#255971 Background Color

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

This div background color is #255971


#255971 Border Color

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

This div border color is #255971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255971


Comments

No comments written yet.

Please login to write comment.