Color Hex Logo

#31365d Color Hex

#31365D
(49,54,93)
0 Favorites   0 Comments

Color spaces of #31365d

RGB 495493
HSL0.650.310.28
HSV233°47°36°
CMYK 0.470.420.00   0.64
XYZ4.56164.081610.9033
Yxy4.08160.23340.2088
Hunter Lab20.20304.9481-17.8560
CIE-Lab23.93949.5508-24.0134

#31365d color RGB value is (49,54,93).

#31365d hex color red value is 49, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #31365d hue: 0.65 , saturation: 0.31 and the lightness value of 31365d is 0.28.

The process color (four color CMYK) of #31365d color hex is 0.47, 0.42, 0.00, 0.64. Web safe color of #31365d is #333366. Color #31365d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110110 01011101
Octal 61 66 135
Decimal 49 54 93
Hex 31 36 5D

RGB Percentages of Color #31365d

%25.00
%27.55
%47.45

CMYK Percentages of Color #31365d

%47
%42
%0
%64

Triadic Colors of #31365d

#31365d #5d3136 #365d31

Analogous Colors of #31365d

#31365d #42315d #314c5d

Monochromatic Colors of #31365d

#31365d

Complementary Color

#31365d #5d5831

#31365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31365d Color CSS Codes

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

#31365d Text Font Color

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

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


#31365d Background Color

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

This div background color is #31365d


#31365d Border Color

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

This div border color is #31365d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,54,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31365d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31365d;
  -webkit-box-shadow: 1px 1px 3px 2px #31365d;
  box-shadow:         1px 1px 3px 2px #31365d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31365d


Comments

No comments written yet.

Please login to write comment.