Color Hex Logo

#38597b Color Hex

#38597B
(56,89,123)
0 Favorites   0 Comments

Color spaces of #38597b

RGB 5689123
HSL0.580.370.35
HSV210°54°48°
CMYK 0.540.280.00   0.52
XYZ8.77849.415620.0936
Yxy9.41560.22930.2459
Hunter Lab30.6848-2.6328-17.3459
CIE-Lab36.7725-1.4568-22.8795

#38597b color RGB value is (56,89,123).

#38597b hex color red value is 56, green value is 89 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #38597b hue: 0.58 , saturation: 0.37 and the lightness value of 38597b is 0.35.

The process color (four color CMYK) of #38597b color hex is 0.54, 0.28, 0.00, 0.52. Web safe color of #38597b is #336666. Color #38597b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 01111011
Octal 70 131 173
Decimal 56 89 123
Hex 38 59 7B

RGB Percentages of Color #38597b

%20.90
%33.21
%45.90

CMYK Percentages of Color #38597b

%54
%28
%0
%52

Triadic Colors of #38597b

#38597b #7b3859 #597b38

Analogous Colors of #38597b

#38597b #38387b #387b7b

Monochromatic Colors of #38597b

#38597b

Complementary Color

#38597b #7b5a38

#38597b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38597b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38597b Color CSS Codes

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

#38597b Text Font Color

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

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


#38597b Background Color

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

This div background color is #38597b


#38597b Border Color

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

This div border color is #38597b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,89,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38597b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38597b;
  -webkit-box-shadow: 1px 1px 3px 2px #38597b;
  box-shadow:         1px 1px 3px 2px #38597b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38597b


Comments

No comments written yet.

Please login to write comment.