Color Hex Logo

#31949c Color Hex

#31949C
(49,148,156)
0 Favorites   0 Comments

Color spaces of #31949c

RGB 49148156
HSL0.510.520.40
HSV184°69°61°
CMYK 0.690.050.00   0.39
XYZ17.857324.233135.1888
Yxy24.23310.23110.3136
Hunter Lab49.2271-21.3960-7.9230
CIE-Lab56.3204-25.3549-12.5593

#31949c color RGB value is (49,148,156).

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

The process color (four color CMYK) of #31949c color hex is 0.69, 0.05, 0.00, 0.39. Web safe color of #31949c is #339999. Color #31949c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010100 10011100
Octal 61 224 234
Decimal 49 148 156
Hex 31 94 9C

RGB Percentages of Color #31949c

%13.88
%41.93
%44.19

CMYK Percentages of Color #31949c

%69
%5
%0
%39

Triadic Colors of #31949c

#31949c #9c3194 #949c31

Analogous Colors of #31949c

#31949c #315f9c #319c6f

Monochromatic Colors of #31949c

#31949c

Complementary Color

#31949c #9c3931

#31949c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31949c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31949c Color CSS Codes

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

#31949c Text Font Color

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

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


#31949c Background Color

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

This div background color is #31949c


#31949c Border Color

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

This div border color is #31949c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31949c


Comments

No comments written yet.

Please login to write comment.