Color Hex Logo

#374cbf Color Hex

#374CBF
(55,76,191)
0 Favorites   0 Comments

Color spaces of #374cbf

RGB 5576191
HSL0.640.550.48
HSV231°71°75°
CMYK 0.710.600.00   0.25
XYZ13.56409.742750.4558
Yxy9.74270.18390.1321
Hunter Lab31.213322.9454-73.9920
CIE-Lab37.376631.2165-62.7390

#374cbf color RGB value is (55,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 10111111
Octal 67 114 277
Decimal 55 76 191
Hex 37 4C BF

RGB Percentages of Color #374cbf

%17.08
%23.60
%59.32

CMYK Percentages of Color #374cbf

%71
%60
%0
%25

Triadic Colors of #374cbf

#374cbf #bf374c #4cbf37

Analogous Colors of #374cbf

#374cbf #6637bf #3790bf

Monochromatic Colors of #374cbf

#374cbf

Complementary Color

#374cbf #bfaa37

#374cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cbf Color CSS Codes

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

#374cbf Text Font Color

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

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


#374cbf Background Color

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

This div background color is #374cbf


#374cbf Border Color

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

This div border color is #374cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cbf


Comments

No comments written yet.

Please login to write comment.