Color Hex Logo

#315966 Color Hex

#315966
(49,89,102)
0 Favorites   0 Comments

Color spaces of #315966

RGB 4989102
HSL0.540.350.30
HSV195°52°40°
CMYK 0.520.130.00   0.60
XYZ7.23738.757013.8792
Yxy8.75700.24230.2931
Hunter Lab29.5922-8.1311-7.0933
CIE-Lab35.5122-10.1099-11.8400

#315966 color RGB value is (49,89,102).

#315966 hex color red value is 49, green value is 89 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #315966 hue: 0.54 , saturation: 0.35 and the lightness value of 315966 is 0.30.

The process color (four color CMYK) of #315966 color hex is 0.52, 0.13, 0.00, 0.60. Web safe color of #315966 is #336666. Color #315966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011001 01100110
Octal 61 131 146
Decimal 49 89 102
Hex 31 59 66

RGB Percentages of Color #315966

%20.42
%37.08
%42.50

CMYK Percentages of Color #315966

%52
%13
%0
%60

Triadic Colors of #315966

#315966 #663159 #596631

Analogous Colors of #315966

#315966 #313e66 #316659

Monochromatic Colors of #315966

#315966

Complementary Color

#315966 #663e31

#315966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315966 Color CSS Codes

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

#315966 Text Font Color

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

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


#315966 Background Color

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

This div background color is #315966


#315966 Border Color

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

This div border color is #315966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,89,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315966;
  -webkit-box-shadow: 1px 1px 3px 2px #315966;
  box-shadow:         1px 1px 3px 2px #315966; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315966


Comments

No comments written yet.

Please login to write comment.