Color Hex Logo

#31367b Color Hex

#31367B
(49,54,123)
0 Favorites   0 Comments

Color spaces of #31367b

RGB 4954123
HSL0.660.430.34
HSV236°60°48°
CMYK 0.600.560.00   0.52
XYZ6.16094.721419.3255
Yxy4.72140.20400.1563
Hunter Lab21.728812.5859-37.5222
CIE-Lab25.925820.1353-40.1108

#31367b color RGB value is (49,54,123).

#31367b hex color red value is 49, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #31367b hue: 0.66 , saturation: 0.43 and the lightness value of 31367b is 0.34.

The process color (four color CMYK) of #31367b color hex is 0.60, 0.56, 0.00, 0.52. Web safe color of #31367b is #333366. Color #31367b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110110 01111011
Octal 61 66 173
Decimal 49 54 123
Hex 31 36 7B

RGB Percentages of Color #31367b

%21.68
%23.89
%54.42

CMYK Percentages of Color #31367b

%60
%56
%0
%52

Triadic Colors of #31367b

#31367b #7b3136 #367b31

Analogous Colors of #31367b

#31367b #51317b #315b7b

Monochromatic Colors of #31367b

#31367b

Complementary Color

#31367b #7b7631

#31367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31367b Color CSS Codes

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

#31367b Text Font Color

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

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


#31367b Background Color

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

This div background color is #31367b


#31367b Border Color

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

This div border color is #31367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31367b


Comments

No comments written yet.

Please login to write comment.