Color Hex Logo

#38637f Color Hex

#38637F
(56,99,127)
0 Favorites   0 Comments

Color spaces of #38637f

RGB 5699127
HSL0.570.390.36
HSV204°56°50°
CMYK 0.560.220.00   0.50
XYZ9.923511.296721.7361
Yxy11.29670.23100.2630
Hunter Lab33.6106-6.1165-14.8157
CIE-Lab40.0758-6.2666-20.2058

#38637f color RGB value is (56,99,127).

#38637f hex color red value is 56, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #38637f hue: 0.57 , saturation: 0.39 and the lightness value of 38637f is 0.36.

The process color (four color CMYK) of #38637f color hex is 0.56, 0.22, 0.00, 0.50. Web safe color of #38637f is #336666. Color #38637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100011 01111111
Octal 70 143 177
Decimal 56 99 127
Hex 38 63 7F

RGB Percentages of Color #38637f

%19.86
%35.11
%45.04

CMYK Percentages of Color #38637f

%56
%22
%0
%50

Triadic Colors of #38637f

#38637f #7f3863 #637f38

Analogous Colors of #38637f

#38637f #38407f #387f78

Monochromatic Colors of #38637f

#38637f

Complementary Color

#38637f #7f5438

#38637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38637f Color CSS Codes

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

#38637f Text Font Color

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

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


#38637f Background Color

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

This div background color is #38637f


#38637f Border Color

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

This div border color is #38637f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,99,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38637f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38637f;
  -webkit-box-shadow: 1px 1px 3px 2px #38637f;
  box-shadow:         1px 1px 3px 2px #38637f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38637f


Comments

No comments written yet.

Please login to write comment.