Color Hex Logo

#313c64 Color Hex

#313C64
(49,60,100)
0 Favorites   0 Comments

Color spaces of #313c64

RGB 4960100
HSL0.630.340.29
HSV227°51°39°
CMYK 0.510.400.00   0.61
XYZ5.18274.804812.7108
Yxy4.80480.22830.2117
Hunter Lab21.91993.8445-19.0370
CIE-Lab26.17127.8292-25.0374

#313c64 color RGB value is (49,60,100).

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

The process color (four color CMYK) of #313c64 color hex is 0.51, 0.40, 0.00, 0.61. Web safe color of #313c64 is #333366. Color #313c64 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111100 01100100
Octal 61 74 144
Decimal 49 60 100
Hex 31 3C 64

RGB Percentages of Color #313c64

%23.44
%28.71
%47.85

CMYK Percentages of Color #313c64

%51
%40
%0
%61

Triadic Colors of #313c64

#313c64 #64313c #3c6431

Analogous Colors of #313c64

#313c64 #403164 #315664

Monochromatic Colors of #313c64

#313c64

Complementary Color

#313c64 #645931

#313c64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313c64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313c64 Color CSS Codes

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

#313c64 Text Font Color

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

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


#313c64 Background Color

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

This div background color is #313c64


#313c64 Border Color

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

This div border color is #313c64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,60,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 #313c64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313c64


Comments

No comments written yet.

Please login to write comment.