Color Hex Logo

#31868c Color Hex

#31868C
(49,134,140)
0 Favorites   0 Comments

Color spaces of #31868c

RGB 49134140
HSL0.510.480.37
HSV184°65°55°
CMYK 0.650.040.00   0.45
XYZ14.525319.596627.8279
Yxy19.59660.23450.3163
Hunter Lab44.2680-18.8994-6.2834
CIE-Lab51.3780-23.1020-10.7530

#31868c color RGB value is (49,134,140).

#31868c hex color red value is 49, green value is 134 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #31868c hue: 0.51 , saturation: 0.48 and the lightness value of 31868c is 0.37.

The process color (four color CMYK) of #31868c color hex is 0.65, 0.04, 0.00, 0.45. Web safe color of #31868c is #339999. Color #31868c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000110 10001100
Octal 61 206 214
Decimal 49 134 140
Hex 31 86 8C

RGB Percentages of Color #31868c

%15.17
%41.49
%43.34

CMYK Percentages of Color #31868c

%65
%4
%0
%45

Triadic Colors of #31868c

#31868c #8c3186 #868c31

Analogous Colors of #31868c

#31868c #31598c #318c65

Monochromatic Colors of #31868c

#31868c

Complementary Color

#31868c #8c3731

#31868c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31868c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31868c Color CSS Codes

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

#31868c Text Font Color

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

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


#31868c Background Color

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

This div background color is #31868c


#31868c Border Color

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

This div border color is #31868c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31868c


Comments

No comments written yet.

Please login to write comment.