Color Hex Logo

#313da6 Color Hex

#313DA6
(49,61,166)
0 Favorites   0 Comments

Color spaces of #313da6

RGB 4961166
HSL0.650.540.42
HSV234°70°65°
CMYK 0.700.630.00   0.35
XYZ9.81836.743636.8606
Yxy6.74360.18380.1262
Hunter Lab25.968422.0435-65.9806
CIE-Lab31.215931.0873-57.9829

#313da6 color RGB value is (49,61,166).

#313da6 hex color red value is 49, green value is 61 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #313da6 hue: 0.65 , saturation: 0.54 and the lightness value of 313da6 is 0.42.

The process color (four color CMYK) of #313da6 color hex is 0.70, 0.63, 0.00, 0.35. Web safe color of #313da6 is #333399. Color #313da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 10100110
Octal 61 75 246
Decimal 49 61 166
Hex 31 3D A6

RGB Percentages of Color #313da6

%17.75
%22.10
%60.14

CMYK Percentages of Color #313da6

%70
%63
%0
%35

Triadic Colors of #313da6

#313da6 #a6313d #3da631

Analogous Colors of #313da6

#313da6 #6031a6 #3178a6

Monochromatic Colors of #313da6

#313da6

Complementary Color

#313da6 #a69a31

#313da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313da6 Color CSS Codes

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

#313da6 Text Font Color

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

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


#313da6 Background Color

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

This div background color is #313da6


#313da6 Border Color

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

This div border color is #313da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313da6


Comments

No comments written yet.

Please login to write comment.