Color Hex Logo

#3137bf Color Hex

#3137BF
(49,55,191)
0 Favorites   0 Comments

Color spaces of #3137bf

RGB 4955191
HSL0.660.590.47
HSV237°74°75°
CMYK 0.740.710.00   0.25
XYZ12.03687.146950.0353
Yxy7.14690.17390.1033
Hunter Lab26.733733.5854-92.2548
CIE-Lab32.139043.5932-71.3382

#3137bf color RGB value is (49,55,191).

#3137bf hex color red value is 49, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3137bf hue: 0.66 , saturation: 0.59 and the lightness value of 3137bf is 0.47.

The process color (four color CMYK) of #3137bf color hex is 0.74, 0.71, 0.00, 0.25. Web safe color of #3137bf is #3333cc. Color #3137bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110111 10111111
Octal 61 67 277
Decimal 49 55 191
Hex 31 37 BF

RGB Percentages of Color #3137bf

%16.61
%18.64
%64.75

CMYK Percentages of Color #3137bf

%74
%71
%0
%25

Triadic Colors of #3137bf

#3137bf #bf3137 #37bf31

Analogous Colors of #3137bf

#3137bf #7231bf #317ebf

Monochromatic Colors of #3137bf

#3137bf

Complementary Color

#3137bf #bfb931

#3137bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3137bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3137bf Color CSS Codes

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

#3137bf Text Font Color

<p style="color:#3137bf">Text here</p>

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


#3137bf Background Color

<div style="background-color:#3137bf">
Div content here</div>

This div background color is #3137bf


#3137bf Border Color

<div style="border:3px solid #3137bf">
Div here</div>

This div border color is #3137bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,55,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3137bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3137bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3137bf;
  box-shadow:         1px 1px 3px 2px #3137bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3137bf


Comments

No comments written yet.

Please login to write comment.