Color Hex Logo

#374aac Color Hex

#374AAC
(55,74,172)
0 Favorites   0 Comments

Color spaces of #374aac

RGB 5574172
HSL0.640.520.45
HSV230°68°67°
CMYK 0.680.570.00   0.33
XYZ11.47078.688340.1022
Yxy8.68830.19030.1442
Hunter Lab29.475917.8813-60.0313
CIE-Lab35.377125.6362-54.7803

#374aac color RGB value is (55,74,172).

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

The process color (four color CMYK) of #374aac color hex is 0.68, 0.57, 0.00, 0.33. Web safe color of #374aac is #333399. Color #374aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001010 10101100
Octal 67 112 254
Decimal 55 74 172
Hex 37 4A AC

RGB Percentages of Color #374aac

%18.27
%24.58
%57.14

CMYK Percentages of Color #374aac

%68
%57
%0
%33

Triadic Colors of #374aac

#374aac #ac374a #4aac37

Analogous Colors of #374aac

#374aac #5f37ac #3785ac

Monochromatic Colors of #374aac

#374aac

Complementary Color

#374aac #ac9937

#374aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#374aac Color CSS Codes

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

#374aac Text Font Color

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

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


#374aac Background Color

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

This div background color is #374aac


#374aac Border Color

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

This div border color is #374aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,74,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 #374aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374aac


Comments

No comments written yet.

Please login to write comment.