Color Hex Logo

#313346 Color Hex

#313346
(49,51,70)
0 Favorites   0 Comments

Color spaces of #313346

RGB 495170
HSL0.650.180.23
HSV234°30°27°
CMYK 0.300.270.00   0.73
XYZ3.55593.46286.2753
Yxy3.46280.26750.2605
Hunter Lab18.60861.5443-6.9681
CIE-Lab21.80954.2554-12.0654

#313346 color RGB value is (49,51,70).

#313346 hex color red value is 49, green value is 51 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #313346 hue: 0.65 , saturation: 0.18 and the lightness value of 313346 is 0.23.

The process color (four color CMYK) of #313346 color hex is 0.30, 0.27, 0.00, 0.73. Web safe color of #313346 is #333333. Color #313346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110011 01000110
Octal 61 63 106
Decimal 49 51 70
Hex 31 33 46

RGB Percentages of Color #313346

%28.82
%30.00
%41.18

CMYK Percentages of Color #313346

%30
%27
%0
%73

Triadic Colors of #313346

#313346 #463133 #334631

Analogous Colors of #313346

#313346 #3a3146 #313e46

Monochromatic Colors of #313346

#313346

Complementary Color

#313346 #464431

#313346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313346 Color CSS Codes

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

#313346 Text Font Color

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

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


#313346 Background Color

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

This div background color is #313346


#313346 Border Color

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

This div border color is #313346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313346


Comments

No comments written yet.

Please login to write comment.