Color Hex Logo

#31308b Color Hex

#31308B
(49,48,139)
0 Favorites   0 Comments

Color spaces of #31308b

RGB 4948139
HSL0.670.490.37
HSV241°65°55°
CMYK 0.650.650.00   0.45
XYZ6.98384.631024.9519
Yxy4.63100.19100.1266
Hunter Lab21.519820.2690-53.6822
CIE-Lab25.656529.8675-50.5680

#31308b color RGB value is (49,48,139).

#31308b hex color red value is 49, green value is 48 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #31308b hue: 0.67 , saturation: 0.49 and the lightness value of 31308b is 0.37.

The process color (four color CMYK) of #31308b color hex is 0.65, 0.65, 0.00, 0.45. Web safe color of #31308b is #333399. Color #31308b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 10001011
Octal 61 60 213
Decimal 49 48 139
Hex 31 30 8B

RGB Percentages of Color #31308b

%20.76
%20.34
%58.90

CMYK Percentages of Color #31308b

%65
%65
%0
%45

Triadic Colors of #31308b

#31308b #8b3130 #308b31

Analogous Colors of #31308b

#31308b #5e308b #305d8b

Monochromatic Colors of #31308b

#31308b

Complementary Color

#31308b #8a8b30

#31308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31308b Color CSS Codes

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

#31308b Text Font Color

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

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


#31308b Background Color

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

This div background color is #31308b


#31308b Border Color

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

This div border color is #31308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31308b


Comments

No comments written yet.

Please login to write comment.