Color Hex Logo

#39588d Color Hex

#39588D
(57,88,141)
0 Favorites   0 Comments

Color spaces of #39588d

RGB 5788141
HSL0.610.420.39
HSV218°60°55°
CMYK 0.600.380.00   0.45
XYZ9.98489.772426.5593
Yxy9.77240.21560.2110
Hunter Lab31.26082.3069-28.4904
CIE-Lab37.43085.6178-32.8411

#39588d color RGB value is (57,88,141).

#39588d hex color red value is 57, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #39588d hue: 0.61 , saturation: 0.42 and the lightness value of 39588d is 0.39.

The process color (four color CMYK) of #39588d color hex is 0.60, 0.38, 0.00, 0.45. Web safe color of #39588d is #336699. Color #39588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 10001101
Octal 71 130 215
Decimal 57 88 141
Hex 39 58 8D

RGB Percentages of Color #39588d

%19.93
%30.77
%49.30

CMYK Percentages of Color #39588d

%60
%38
%0
%45

Triadic Colors of #39588d

#39588d #8d3958 #588d39

Analogous Colors of #39588d

#39588d #44398d #39828d

Monochromatic Colors of #39588d

#39588d

Complementary Color

#39588d #8d6e39

#39588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39588d Color CSS Codes

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

#39588d Text Font Color

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

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


#39588d Background Color

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

This div background color is #39588d


#39588d Border Color

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

This div border color is #39588d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,88,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39588d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39588d;
  -webkit-box-shadow: 1px 1px 3px 2px #39588d;
  box-shadow:         1px 1px 3px 2px #39588d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39588d


Comments

No comments written yet.

Please login to write comment.