Color Hex Logo

#313a62 Color Hex

#313A62
(49,58,98)
0 Favorites   0 Comments

Color spaces of #313a62

RGB 495898
HSL0.640.330.29
HSV229°50°38°
CMYK 0.500.410.00   0.62
XYZ4.98434.560912.1729
Yxy4.56090.22950.2100
Hunter Lab21.35634.2863-18.8454
CIE-Lab25.44538.5076-24.8904

#313a62 color RGB value is (49,58,98).

#313a62 hex color red value is 49, green value is 58 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #313a62 hue: 0.64 , saturation: 0.33 and the lightness value of 313a62 is 0.29.

The process color (four color CMYK) of #313a62 color hex is 0.50, 0.41, 0.00, 0.62. Web safe color of #313a62 is #333366. Color #313a62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 01100010
Octal 61 72 142
Decimal 49 58 98
Hex 31 3A 62

RGB Percentages of Color #313a62

%23.90
%28.29
%47.80

CMYK Percentages of Color #313a62

%50
%41
%0
%62

Triadic Colors of #313a62

#313a62 #62313a #3a6231

Analogous Colors of #313a62

#313a62 #413162 #315362

Monochromatic Colors of #313a62

#313a62

Complementary Color

#313a62 #625931

#313a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313a62 Color CSS Codes

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

#313a62 Text Font Color

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

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


#313a62 Background Color

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

This div background color is #313a62


#313a62 Border Color

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

This div border color is #313a62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313a62


Comments

No comments written yet.

Please login to write comment.