Color Hex Logo

#374cbd Color Hex

#374CBD
(55,76,189)
0 Favorites   0 Comments

Color spaces of #374cbd

RGB 5576189
HSL0.640.550.48
HSV231°71°74°
CMYK 0.710.600.00   0.26
XYZ13.34539.655249.3044
Yxy9.65520.18460.1335
Hunter Lab31.072822.2856-72.3267
CIE-Lab37.216330.4955-61.8290

#374cbd color RGB value is (55,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 10111101
Octal 67 114 275
Decimal 55 76 189
Hex 37 4C BD

RGB Percentages of Color #374cbd

%17.19
%23.75
%59.06

CMYK Percentages of Color #374cbd

%71
%60
%0
%26

Triadic Colors of #374cbd

#374cbd #bd374c #4cbd37

Analogous Colors of #374cbd

#374cbd #6537bd #378fbd

Monochromatic Colors of #374cbd

#374cbd

Complementary Color

#374cbd #bda837

#374cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cbd Color CSS Codes

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

#374cbd Text Font Color

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

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


#374cbd Background Color

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

This div background color is #374cbd


#374cbd Border Color

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

This div border color is #374cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cbd


Comments

No comments written yet.

Please login to write comment.