Color Hex Logo

#344cac Color Hex

#344CAC
(52,76,172)
0 Favorites   0 Comments

Color spaces of #344cac

RGB 5276172
HSL0.630.540.44
HSV228°70°67°
CMYK 0.700.560.00   0.33
XYZ11.44708.877540.1399
Yxy8.87750.18930.1468
Hunter Lab29.795116.4365-59.0187
CIE-Lab35.747423.8700-54.1869

#344cac color RGB value is (52,76,172).

#344cac hex color red value is 52, green value is 76 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #344cac hue: 0.63 , saturation: 0.54 and the lightness value of 344cac is 0.44.

The process color (four color CMYK) of #344cac color hex is 0.70, 0.56, 0.00, 0.33. Web safe color of #344cac is #333399. Color #344cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001100 10101100
Octal 64 114 254
Decimal 52 76 172
Hex 34 4C AC

RGB Percentages of Color #344cac

%17.33
%25.33
%57.33

CMYK Percentages of Color #344cac

%70
%56
%0
%33

Triadic Colors of #344cac

#344cac #ac344c #4cac34

Analogous Colors of #344cac

#344cac #5834ac #3488ac

Monochromatic Colors of #344cac

#344cac

Complementary Color

#344cac #ac9434

#344cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#344cac Color CSS Codes

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

#344cac Text Font Color

<p style="color:#344cac">Text here</p>

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


#344cac Background Color

<div style="background-color:#344cac">
Div content here</div>

This div background color is #344cac


#344cac Border Color

<div style="border:3px solid #344cac">
Div here</div>

This div border color is #344cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,76,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344cac;
  -webkit-box-shadow: 1px 1px 3px 2px #344cac;
  box-shadow:         1px 1px 3px 2px #344cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,76,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 #344cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344cac


Comments

No comments written yet.

Please login to write comment.