Color Hex Logo

#255973 Color Hex

#255973
(37,89,115)
0 Favorites   0 Comments

Color spaces of #255973

RGB 3789115
HSL0.560.510.30
HSV200°68°45°
CMYK 0.680.230.00   0.55
XYZ7.42988.775917.5220
Yxy8.77590.22030.2602
Hunter Lab29.6241-7.0741-14.3318
CIE-Lab35.5492-8.4070-19.9076

#255973 color RGB value is (37,89,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 01110011
Octal 45 131 163
Decimal 37 89 115
Hex 25 59 73

RGB Percentages of Color #255973

%15.35
%36.93
%47.72

CMYK Percentages of Color #255973

%68
%23
%0
%55

Triadic Colors of #255973

#255973 #732559 #597325

Analogous Colors of #255973

#255973 #253273 #257366

Monochromatic Colors of #255973

#255973

Complementary Color

#255973 #733f25

#255973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255973 Color CSS Codes

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

#255973 Text Font Color

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

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


#255973 Background Color

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

This div background color is #255973


#255973 Border Color

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

This div border color is #255973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255973


Comments

No comments written yet.

Please login to write comment.