Color Hex Logo

#38536c Color Hex

#38536C
(56,83,108)
0 Favorites   0 Comments

Color spaces of #38536c

RGB 5683108
HSL0.580.320.32
HSV209°48°42°
CMYK 0.480.230.00   0.58
XYZ7.43098.110015.3611
Yxy8.11000.24050.2624
Hunter Lab28.4781-3.2599-12.0465
CIE-Lab34.2109-2.6281-17.5454

#38536c color RGB value is (56,83,108).

#38536c hex color red value is 56, green value is 83 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #38536c hue: 0.58 , saturation: 0.32 and the lightness value of 38536c is 0.32.

The process color (four color CMYK) of #38536c color hex is 0.48, 0.23, 0.00, 0.58. Web safe color of #38536c is #336666. Color #38536c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 01101100
Octal 70 123 154
Decimal 56 83 108
Hex 38 53 6C

RGB Percentages of Color #38536c

%22.67
%33.60
%43.72

CMYK Percentages of Color #38536c

%48
%23
%0
%58

Triadic Colors of #38536c

#38536c #6c3853 #536c38

Analogous Colors of #38536c

#38536c #38396c #386c6b

Monochromatic Colors of #38536c

#38536c

Complementary Color

#38536c #6c5138

#38536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38536c Color CSS Codes

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

#38536c Text Font Color

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

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


#38536c Background Color

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

This div background color is #38536c


#38536c Border Color

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

This div border color is #38536c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,83,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38536c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38536c;
  -webkit-box-shadow: 1px 1px 3px 2px #38536c;
  box-shadow:         1px 1px 3px 2px #38536c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38536c

#38536c Color Palettes


Comments

No comments written yet.

Please login to write comment.