Color Hex Logo

#31689b Color Hex

#31689B
(49,104,155)
0 Favorites   0 Comments

Color spaces of #31689b

RGB 49104155
HSL0.580.520.40
HSV209°68°61°
CMYK 0.680.330.00   0.39
XYZ12.133312.920232.8647
Yxy12.92020.20950.2231
Hunter Lab35.9447-2.6497-29.0484
CIE-Lab42.6428-1.0124-33.0508

#31689b color RGB value is (49,104,155).

#31689b hex color red value is 49, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #31689b hue: 0.58 , saturation: 0.52 and the lightness value of 31689b is 0.40.

The process color (four color CMYK) of #31689b color hex is 0.68, 0.33, 0.00, 0.39. Web safe color of #31689b is #336699. Color #31689b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101000 10011011
Octal 61 150 233
Decimal 49 104 155
Hex 31 68 9B

RGB Percentages of Color #31689b

%15.91
%33.77
%50.32

CMYK Percentages of Color #31689b

%68
%33
%0
%39

Triadic Colors of #31689b

#31689b #9b3168 #689b31

Analogous Colors of #31689b

#31689b #31339b #319b99

Monochromatic Colors of #31689b

#31689b

Complementary Color

#31689b #9b6431

#31689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31689b Color CSS Codes

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

#31689b Text Font Color

<p style="color:#31689b">Text here</p>

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


#31689b Background Color

<div style="background-color:#31689b">
Div content here</div>

This div background color is #31689b


#31689b Border Color

<div style="border:3px solid #31689b">
Div here</div>

This div border color is #31689b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,104,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31689b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31689b;
  -webkit-box-shadow: 1px 1px 3px 2px #31689b;
  box-shadow:         1px 1px 3px 2px #31689b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31689b


Comments

No comments written yet.

Please login to write comment.