Color Hex Logo

#3754be Color Hex

#3754BE
(55,84,190)
0 Favorites   0 Comments

Color spaces of #3754be

RGB 5584190
HSL0.630.550.48
HSV227°71°75°
CMYK 0.710.560.00   0.25
XYZ14.040110.870650.0734
Yxy10.87060.18720.1450
Hunter Lab32.970618.3134-66.9660
CIE-Lab39.361725.6823-58.9246

#3754be color RGB value is (55,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010100 10111110
Octal 67 124 276
Decimal 55 84 190
Hex 37 54 BE

RGB Percentages of Color #3754be

%16.72
%25.53
%57.75

CMYK Percentages of Color #3754be

%71
%56
%0
%25

Triadic Colors of #3754be

#3754be #be3754 #54be37

Analogous Colors of #3754be

#3754be #5d37be #3798be

Monochromatic Colors of #3754be

#3754be

Complementary Color

#3754be #bea137

#3754be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3754be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3754be Color CSS Codes

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

#3754be Text Font Color

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

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


#3754be Background Color

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

This div background color is #3754be


#3754be Border Color

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

This div border color is #3754be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3754be


Comments

No comments written yet.

Please login to write comment.