Color Hex Logo

#374eaf Color Hex

#374EAF
(55,78,175)
0 Favorites   0 Comments

Color spaces of #374eaf

RGB 5578175
HSL0.630.520.45
HSV229°69°69°
CMYK 0.690.550.00   0.31
XYZ12.03789.356141.7289
Yxy9.35610.19070.1482
Hunter Lab30.587716.7201-59.4741
CIE-Lab36.661124.1085-54.4794

#374eaf color RGB value is (55,78,175).

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

The process color (four color CMYK) of #374eaf color hex is 0.69, 0.55, 0.00, 0.31. Web safe color of #374eaf is #336699. Color #374eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001110 10101111
Octal 67 116 257
Decimal 55 78 175
Hex 37 4E AF

RGB Percentages of Color #374eaf

%17.86
%25.32
%56.82

CMYK Percentages of Color #374eaf

%69
%55
%0
%31

Triadic Colors of #374eaf

#374eaf #af374e #4eaf37

Analogous Colors of #374eaf

#374eaf #5c37af #378aaf

Monochromatic Colors of #374eaf

#374eaf

Complementary Color

#374eaf #af9837

#374eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#374eaf Color CSS Codes

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

#374eaf Text Font Color

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

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


#374eaf Background Color

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

This div background color is #374eaf


#374eaf Border Color

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

This div border color is #374eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374eaf


Comments

No comments written yet.

Please login to write comment.