Color Hex Logo

#374dbe Color Hex

#374DBE
(55,77,190)
0 Favorites   0 Comments

Color spaces of #374dbe

RGB 5577190
HSL0.640.550.48
HSV230°71°75°
CMYK 0.710.590.00   0.25
XYZ13.52379.837749.9013
Yxy9.83770.18460.1343
Hunter Lab31.365122.0749-72.3737
CIE-Lab37.549630.2121-61.8718

#374dbe color RGB value is (55,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001101 10111110
Octal 67 115 276
Decimal 55 77 190
Hex 37 4D BE

RGB Percentages of Color #374dbe

%17.08
%23.91
%59.01

CMYK Percentages of Color #374dbe

%71
%59
%0
%25

Triadic Colors of #374dbe

#374dbe #be374d #4dbe37

Analogous Colors of #374dbe

#374dbe #6537be #3791be

Monochromatic Colors of #374dbe

#374dbe

Complementary Color

#374dbe #bea837

#374dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#374dbe Color CSS Codes

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

#374dbe Text Font Color

<p style="color:#374dbe">Text here</p>

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


#374dbe Background Color

<div style="background-color:#374dbe">
Div content here</div>

This div background color is #374dbe


#374dbe Border Color

<div style="border:3px solid #374dbe">
Div here</div>

This div border color is #374dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374dbe


Comments

No comments written yet.

Please login to write comment.