Color Hex Logo

#31899c Color Hex

#31899C
(49,137,156)
0 Favorites   0 Comments

Color spaces of #31899c

RGB 49137156
HSL0.530.520.40
HSV191°69°61°
CMYK 0.690.120.00   0.39
XYZ16.213020.944634.6407
Yxy20.94460.22580.2917
Hunter Lab45.7653-16.8531-12.8422
CIE-Lab52.8888-19.6376-17.7596

#31899c color RGB value is (49,137,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 10011100
Octal 61 211 234
Decimal 49 137 156
Hex 31 89 9C

RGB Percentages of Color #31899c

%14.33
%40.06
%45.61

CMYK Percentages of Color #31899c

%69
%12
%0
%39

Triadic Colors of #31899c

#31899c #9c3189 #899c31

Analogous Colors of #31899c

#31899c #31539c #319c7a

Monochromatic Colors of #31899c

#31899c

Complementary Color

#31899c #9c4431

#31899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31899c Color CSS Codes

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

#31899c Text Font Color

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

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


#31899c Background Color

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

This div background color is #31899c


#31899c Border Color

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

This div border color is #31899c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,137,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 #31899c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31899c


Comments

No comments written yet.

Please login to write comment.