Color Hex Logo

#38577b Color Hex

#38577B
(56,87,123)
0 Favorites   0 Comments

Color spaces of #38577b

RGB 5687123
HSL0.590.370.35
HSV212°54°48°
CMYK 0.540.290.00   0.52
XYZ8.61429.087220.0389
Yxy9.08720.22820.2408
Hunter Lab30.1450-1.7457-18.3116
CIE-Lab36.1516-0.1989-23.8464

#38577b color RGB value is (56,87,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010111 01111011
Octal 70 127 173
Decimal 56 87 123
Hex 38 57 7B

RGB Percentages of Color #38577b

%21.05
%32.71
%46.24

CMYK Percentages of Color #38577b

%54
%29
%0
%52

Triadic Colors of #38577b

#38577b #7b3857 #577b38

Analogous Colors of #38577b

#38577b #3b387b #38797b

Monochromatic Colors of #38577b

#38577b

Complementary Color

#38577b #7b5c38

#38577b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38577b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38577b Color CSS Codes

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

#38577b Text Font Color

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

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


#38577b Background Color

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

This div background color is #38577b


#38577b Border Color

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

This div border color is #38577b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,87,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 #38577b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38577b


Comments

No comments written yet.

Please login to write comment.