Color Hex Logo

#374cbb Color Hex

#374CBB
(55,76,187)
0 Favorites   0 Comments

Color spaces of #374cbb

RGB 5576187
HSL0.640.550.47
HSV230°71°73°
CMYK 0.710.590.00   0.27
XYZ13.12969.569048.1687
Yxy9.56900.18530.1350
Hunter Lab30.933821.6287-70.6700
CIE-Lab37.057529.7724-60.9145

#374cbb color RGB value is (55,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 10111011
Octal 67 114 273
Decimal 55 76 187
Hex 37 4C BB

RGB Percentages of Color #374cbb

%17.30
%23.90
%58.81

CMYK Percentages of Color #374cbb

%71
%59
%0
%27

Triadic Colors of #374cbb

#374cbb #bb374c #4cbb37

Analogous Colors of #374cbb

#374cbb #6437bb #378ebb

Monochromatic Colors of #374cbb

#374cbb

Complementary Color

#374cbb #bba637

#374cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cbb Color CSS Codes

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

#374cbb Text Font Color

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

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


#374cbb Background Color

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

This div background color is #374cbb


#374cbb Border Color

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

This div border color is #374cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cbb


Comments

No comments written yet.

Please login to write comment.