Color Hex Logo

#315464 Color Hex

#315464
(49,84,100)
0 Favorites   0 Comments

Color spaces of #315464

RGB 4984100
HSL0.550.340.29
HSV199°51°39°
CMYK 0.510.160.00   0.61
XYZ6.73727.913713.2290
Yxy7.91370.24170.2838
Hunter Lab28.1313-6.4806-8.1898
CIE-Lab33.8025-7.7390-13.1907

#315464 color RGB value is (49,84,100).

#315464 hex color red value is 49, green value is 84 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #315464 hue: 0.55 , saturation: 0.34 and the lightness value of 315464 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010100 01100100
Octal 61 124 144
Decimal 49 84 100
Hex 31 54 64

RGB Percentages of Color #315464

%21.03
%36.05
%42.92

CMYK Percentages of Color #315464

%51
%16
%0
%61

Triadic Colors of #315464

#315464 #643154 #546431

Analogous Colors of #315464

#315464 #313b64 #31645b

Monochromatic Colors of #315464

#315464

Complementary Color

#315464 #644131

#315464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315464 Color CSS Codes

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

#315464 Text Font Color

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

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


#315464 Background Color

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

This div background color is #315464


#315464 Border Color

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

This div border color is #315464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315464


Comments

No comments written yet.

Please login to write comment.