Color Hex Logo

#3771ff Color Hex

#3771FF
(55,113,255)
0 Favorites   0 Comments

Color spaces of #3771ff

RGB 55113255
HSL0.621.000.61
HSV223°78°100°
CMYK 0.780.560.00   0.00
XYZ25.530719.842597.0921
Yxy19.84250.17920.1393
Hunter Lab44.544924.3528-98.0497
CIE-Lab51.658730.9780-75.8503

#3771ff color RGB value is (55,113,255).

#3771ff hex color red value is 55, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3771ff hue: 0.62 , saturation: 1.00 and the lightness value of 3771ff is 0.61.

The process color (four color CMYK) of #3771ff color hex is 0.78, 0.56, 0.00, 0.00. Web safe color of #3771ff is #3366ff. Color #3771ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110001 11111111
Octal 67 161 377
Decimal 55 113 255
Hex 37 71 FF

RGB Percentages of Color #3771ff

%13.00
%26.71
%60.28

CMYK Percentages of Color #3771ff

%78
%56
%0
%0

Triadic Colors of #3771ff

#3771ff #ff3771 #71ff37

Analogous Colors of #3771ff

#3771ff #6137ff #37d5ff

Monochromatic Colors of #3771ff

#3771ff

Complementary Color

#3771ff #ffc537

#3771ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3771ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3771ff Color CSS Codes

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

#3771ff Text Font Color

<p style="color:#3771ff">Text here</p>

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


#3771ff Background Color

<div style="background-color:#3771ff">
Div content here</div>

This div background color is #3771ff


#3771ff Border Color

<div style="border:3px solid #3771ff">
Div here</div>

This div border color is #3771ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,113,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3771ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3771ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3771ff;
  box-shadow:         1px 1px 3px 2px #3771ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3771ff

Related Colors

#3771ff Color Palettes


Comments

No comments written yet.

Please login to write comment.