Color Hex Logo

#3774be Color Hex

#3774BE
(55,116,190)
0 Favorites   0 Comments

Color spaces of #3774be

RGB 55116190
HSL0.590.550.48
HSV213°71°75°
CMYK 0.710.390.00   0.25
XYZ17.115217.020751.0985
Yxy17.02070.20080.1997
Hunter Lab41.25621.8528-44.5553
CIE-Lab48.28615.2526-44.5840

#3774be color RGB value is (55,116,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110100 10111110
Octal 67 164 276
Decimal 55 116 190
Hex 37 74 BE

RGB Percentages of Color #3774be

%15.24
%32.13
%52.63

CMYK Percentages of Color #3774be

%71
%39
%0
%25

Triadic Colors of #3774be

#3774be #be3774 #74be37

Analogous Colors of #3774be

#3774be #3e37be #37b8be

Monochromatic Colors of #3774be

#3774be

Complementary Color

#3774be #be8137

#3774be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3774be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3774be Color CSS Codes

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

#3774be Text Font Color

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

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


#3774be Background Color

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

This div background color is #3774be


#3774be Border Color

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

This div border color is #3774be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,116,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 #3774be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3774be


Comments

No comments written yet.

Please login to write comment.