Color Hex Logo

#3761be Color Hex

#3761BE
(55,97,190)
0 Favorites   0 Comments

Color spaces of #3761be

RGB 5597190
HSL0.610.550.48
HSV221°71°75°
CMYK 0.710.490.00   0.25
XYZ15.144513.079350.4416
Yxy13.07930.19250.1663
Hunter Lab36.165311.4589-57.3791
CIE-Lab42.882517.2625-53.2316

#3761be color RGB value is (55,97,190).

#3761be hex color red value is 55, green value is 97 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3761be hue: 0.61 , saturation: 0.55 and the lightness value of 3761be is 0.48.

The process color (four color CMYK) of #3761be color hex is 0.71, 0.49, 0.00, 0.25. Web safe color of #3761be is #3366cc. Color #3761be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100001 10111110
Octal 67 141 276
Decimal 55 97 190
Hex 37 61 BE

RGB Percentages of Color #3761be

%16.08
%28.36
%55.56

CMYK Percentages of Color #3761be

%71
%49
%0
%25

Triadic Colors of #3761be

#3761be #be3761 #61be37

Analogous Colors of #3761be

#3761be #5037be #37a5be

Monochromatic Colors of #3761be

#3761be

Complementary Color

#3761be #be9437

#3761be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3761be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3761be Color CSS Codes

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

#3761be Text Font Color

<p style="color:#3761be">Text here</p>

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


#3761be Background Color

<div style="background-color:#3761be">
Div content here</div>

This div background color is #3761be


#3761be Border Color

<div style="border:3px solid #3761be">
Div here</div>

This div border color is #3761be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,97,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3761be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3761be;
  -webkit-box-shadow: 1px 1px 3px 2px #3761be;
  box-shadow:         1px 1px 3px 2px #3761be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3761be


Comments

No comments written yet.

Please login to write comment.