Color Hex Logo

#344ac6 Color Hex

#344AC6
(52,74,198)
0 Favorites   0 Comments

Color spaces of #344ac6

RGB 5274198
HSL0.640.580.49
HSV231°74°78°
CMYK 0.740.630.00   0.22
XYZ14.05809.704854.5584
Yxy9.70480.17950.1239
Hunter Lab31.152526.0336-82.0297
CIE-Lab37.307334.6496-66.9445

#344ac6 color RGB value is (52,74,198).

#344ac6 hex color red value is 52, green value is 74 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #344ac6 hue: 0.64 , saturation: 0.58 and the lightness value of 344ac6 is 0.49.

The process color (four color CMYK) of #344ac6 color hex is 0.74, 0.63, 0.00, 0.22. Web safe color of #344ac6 is #3333cc. Color #344ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 11000110
Octal 64 112 306
Decimal 52 74 198
Hex 34 4A C6

RGB Percentages of Color #344ac6

%16.05
%22.84
%61.11

CMYK Percentages of Color #344ac6

%74
%63
%0
%22

Triadic Colors of #344ac6

#344ac6 #c6344a #4ac634

Analogous Colors of #344ac6

#344ac6 #6734c6 #3493c6

Monochromatic Colors of #344ac6

#344ac6

Complementary Color

#344ac6 #c6b034

#344ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344ac6 Color CSS Codes

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

#344ac6 Text Font Color

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

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


#344ac6 Background Color

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

This div background color is #344ac6


#344ac6 Border Color

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

This div border color is #344ac6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,74,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344ac6


Comments

No comments written yet.

Please login to write comment.