Color Hex Logo

#31637d Color Hex

#31637D
(49,99,125)
1 Favorites   0 Comments

Color spaces of #31637d

RGB 4999125
HSL0.560.440.34
HSV201°61°49°
CMYK 0.610.210.00   0.51
XYZ9.430111.057321.0393
Yxy11.05730.22710.2663
Hunter Lab33.2525-7.5710-14.2368
CIE-Lab39.6768-8.5156-19.6310

#31637d color RGB value is (49,99,125).

#31637d hex color red value is 49, green value is 99 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31637d hue: 0.56 , saturation: 0.44 and the lightness value of 31637d is 0.34.

The process color (four color CMYK) of #31637d color hex is 0.61, 0.21, 0.00, 0.51. Web safe color of #31637d is #336666. Color #31637d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100011 01111101
Octal 61 143 175
Decimal 49 99 125
Hex 31 63 7D

RGB Percentages of Color #31637d

%17.95
%36.26
%45.79

CMYK Percentages of Color #31637d

%61
%21
%0
%51

Triadic Colors of #31637d

#31637d #7d3163 #637d31

Analogous Colors of #31637d

#31637d #313d7d #317d71

Monochromatic Colors of #31637d

#31637d

Complementary Color

#31637d #7d4b31

#31637d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31637d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31637d Color CSS Codes

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

#31637d Text Font Color

<p style="color:#31637d">Text here</p>

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


#31637d Background Color

<div style="background-color:#31637d">
Div content here</div>

This div background color is #31637d


#31637d Border Color

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

This div border color is #31637d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,99,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31637d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31637d;
  -webkit-box-shadow: 1px 1px 3px 2px #31637d;
  box-shadow:         1px 1px 3px 2px #31637d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31637d


Comments

No comments written yet.

Please login to write comment.