Color Hex Logo

#315d74 Color Hex

#315D74
(49,93,116)
0 Favorites   0 Comments

Color spaces of #315d74

RGB 4993116
HSL0.560.410.32
HSV201°58°45°
CMYK 0.580.200.00   0.55
XYZ8.33349.742617.9643
Yxy9.74260.23120.2703
Hunter Lab31.2131-6.9664-12.2744
CIE-Lab37.3764-7.9456-17.6649

#315d74 color RGB value is (49,93,116).

#315d74 hex color red value is 49, green value is 93 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #315d74 hue: 0.56 , saturation: 0.41 and the lightness value of 315d74 is 0.32.

The process color (four color CMYK) of #315d74 color hex is 0.58, 0.20, 0.00, 0.55. Web safe color of #315d74 is #336666. Color #315d74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011101 01110100
Octal 61 135 164
Decimal 49 93 116
Hex 31 5D 74

RGB Percentages of Color #315d74

%18.99
%36.05
%44.96

CMYK Percentages of Color #315d74

%58
%20
%0
%55

Triadic Colors of #315d74

#315d74 #74315d #5d7431

Analogous Colors of #315d74

#315d74 #313c74 #31746a

Monochromatic Colors of #315d74

#315d74

Complementary Color

#315d74 #744831

#315d74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315d74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315d74 Color CSS Codes

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

#315d74 Text Font Color

<p style="color:#315d74">Text here</p>

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


#315d74 Background Color

<div style="background-color:#315d74">
Div content here</div>

This div background color is #315d74


#315d74 Border Color

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

This div border color is #315d74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,93,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315d74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315d74;
  -webkit-box-shadow: 1px 1px 3px 2px #315d74;
  box-shadow:         1px 1px 3px 2px #315d74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315d74


Comments

No comments written yet.

Please login to write comment.