Color Hex Logo

#3d637c Color Hex

#3D637C
(61,99,124)
0 Favorites   0 Comments

Color spaces of #3d637c

RGB 6199124
HSL0.570.340.36
HSV204°51°49°
CMYK 0.510.200.00   0.51
XYZ10.024411.371020.7353
Yxy11.37100.23790.2699
Hunter Lab33.7209-5.9479-12.8533
CIE-Lab40.1984-6.0001-18.1721

#3d637c color RGB value is (61,99,124).

#3d637c hex color red value is 61, green value is 99 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #3d637c hue: 0.57 , saturation: 0.34 and the lightness value of 3d637c is 0.36.

The process color (four color CMYK) of #3d637c color hex is 0.51, 0.20, 0.00, 0.51. Web safe color of #3d637c is #336666. Color #3d637c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01100011 01111100
Octal 75 143 174
Decimal 61 99 124
Hex 3D 63 7C

RGB Percentages of Color #3d637c

%21.48
%34.86
%43.66

CMYK Percentages of Color #3d637c

%51
%20
%0
%51

Triadic Colors of #3d637c

#3d637c #7c3d63 #637c3d

Analogous Colors of #3d637c

#3d637c #3d447c #3d7c76

Monochromatic Colors of #3d637c

#3d637c

Complementary Color

#3d637c #7c563d

#3d637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d637c Color CSS Codes

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

#3d637c Text Font Color

<p style="color:#3d637c">Text here</p>

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


#3d637c Background Color

<div style="background-color:#3d637c">
Div content here</div>

This div background color is #3d637c


#3d637c Border Color

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

This div border color is #3d637c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,99,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d637c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d637c;
  -webkit-box-shadow: 1px 1px 3px 2px #3d637c;
  box-shadow:         1px 1px 3px 2px #3d637c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d637c


Comments

No comments written yet.

Please login to write comment.