Color Hex Logo

#374dac Color Hex

#374DAC
(55,77,172)
0 Favorites   0 Comments

Color spaces of #374dac

RGB 5577172
HSL0.640.520.45
HSV229°68°67°
CMYK 0.680.550.00   0.33
XYZ11.67589.098540.1705
Yxy9.09850.19160.1493
Hunter Lab30.163716.3074-57.8448
CIE-Lab36.173323.6685-53.4890

#374dac color RGB value is (55,77,172).

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

The process color (four color CMYK) of #374dac color hex is 0.68, 0.55, 0.00, 0.33. Web safe color of #374dac is #336699. Color #374dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001101 10101100
Octal 67 115 254
Decimal 55 77 172
Hex 37 4D AC

RGB Percentages of Color #374dac

%18.09
%25.33
%56.58

CMYK Percentages of Color #374dac

%68
%55
%0
%33

Triadic Colors of #374dac

#374dac #ac374d #4dac37

Analogous Colors of #374dac

#374dac #5c37ac #3788ac

Monochromatic Colors of #374dac

#374dac

Complementary Color

#374dac #ac9637

#374dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#374dac Color CSS Codes

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

#374dac Text Font Color

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

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


#374dac Background Color

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

This div background color is #374dac


#374dac Border Color

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

This div border color is #374dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374dac


Comments

No comments written yet.

Please login to write comment.