Color Hex Logo

#315968 Color Hex

#315968
(49,89,104)
0 Favorites   0 Comments

Color spaces of #315968

RGB 4989104
HSL0.550.360.30
HSV196°53°41°
CMYK 0.530.140.00   0.59
XYZ7.33778.797214.4080
Yxy8.79720.24020.2880
Hunter Lab29.6601-7.7454-8.0393
CIE-Lab35.5909-9.4737-12.9667

#315968 color RGB value is (49,89,104).

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

The process color (four color CMYK) of #315968 color hex is 0.53, 0.14, 0.00, 0.59. Web safe color of #315968 is #336666. Color #315968 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011001 01101000
Octal 61 131 150
Decimal 49 89 104
Hex 31 59 68

RGB Percentages of Color #315968

%20.25
%36.78
%42.98

CMYK Percentages of Color #315968

%53
%14
%0
%59

Triadic Colors of #315968

#315968 #683159 #596831

Analogous Colors of #315968

#315968 #313e68 #31685c

Monochromatic Colors of #315968

#315968

Complementary Color

#315968 #684031

#315968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315968 Color CSS Codes

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

#315968 Text Font Color

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

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


#315968 Background Color

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

This div background color is #315968


#315968 Border Color

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

This div border color is #315968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315968


Comments

No comments written yet.

Please login to write comment.