Color Hex Logo

#31949e Color Hex

#31949E
(49,148,158)
0 Favorites   0 Comments

Color spaces of #31949e

RGB 49148158
HSL0.520.530.41
HSV186°69°62°
CMYK 0.690.060.00   0.38
XYZ18.028124.301436.0882
Yxy24.30140.22990.3099
Hunter Lab49.2965-20.9899-8.8966
CIE-Lab56.3883-24.7374-13.6018

#31949e color RGB value is (49,148,158).

#31949e hex color red value is 49, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #31949e hue: 0.52 , saturation: 0.53 and the lightness value of 31949e is 0.41.

The process color (four color CMYK) of #31949e color hex is 0.69, 0.06, 0.00, 0.38. Web safe color of #31949e is #339999. Color #31949e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010100 10011110
Octal 61 224 236
Decimal 49 148 158
Hex 31 94 9E

RGB Percentages of Color #31949e

%13.80
%41.69
%44.51

CMYK Percentages of Color #31949e

%69
%6
%0
%38

Triadic Colors of #31949e

#31949e #9e3194 #949e31

Analogous Colors of #31949e

#31949e #315e9e #319e72

Monochromatic Colors of #31949e

#31949e

Complementary Color

#31949e #9e3b31

#31949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31949e Color CSS Codes

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

#31949e Text Font Color

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

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


#31949e Background Color

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

This div background color is #31949e


#31949e Border Color

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

This div border color is #31949e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,148,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31949e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31949e;
  -webkit-box-shadow: 1px 1px 3px 2px #31949e;
  box-shadow:         1px 1px 3px 2px #31949e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31949e


Comments

No comments written yet.

Please login to write comment.