Color Hex Logo

#31308a Color Hex

#31308A
(49,48,138)
0 Favorites   0 Comments

Color spaces of #31308a

RGB 4948138
HSL0.670.480.36
HSV241°65°54°
CMYK 0.640.650.00   0.46
XYZ6.91104.601924.5688
Yxy4.60190.19150.1275
Hunter Lab21.452019.9646-52.8878
CIE-Lab25.569129.5142-50.0892

#31308a color RGB value is (49,48,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 10001010
Octal 61 60 212
Decimal 49 48 138
Hex 31 30 8A

RGB Percentages of Color #31308a

%20.85
%20.43
%58.72

CMYK Percentages of Color #31308a

%64
%65
%0
%46

Triadic Colors of #31308a

#31308a #8a3130 #308a31

Analogous Colors of #31308a

#31308a #5e308a #305c8a

Monochromatic Colors of #31308a

#31308a

Complementary Color

#31308a #898a30

#31308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31308a Color CSS Codes

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

#31308a Text Font Color

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

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


#31308a Background Color

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

This div background color is #31308a


#31308a Border Color

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

This div border color is #31308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31308a


Comments

No comments written yet.

Please login to write comment.