Color Hex Logo

#344cb6 Color Hex

#344CB6
(52,76,182)
0 Favorites   0 Comments

Color spaces of #344cb6

RGB 5276182
HSL0.640.560.46
HSV229°71°71°
CMYK 0.710.580.00   0.29
XYZ12.44419.276345.3906
Yxy9.27630.18540.1382
Hunter Lab30.457019.6316-67.0410
CIE-Lab36.510927.5495-58.8690

#344cb6 color RGB value is (52,76,182).

#344cb6 hex color red value is 52, green value is 76 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #344cb6 hue: 0.64 , saturation: 0.56 and the lightness value of 344cb6 is 0.46.

The process color (four color CMYK) of #344cb6 color hex is 0.71, 0.58, 0.00, 0.29. Web safe color of #344cb6 is #3333cc. Color #344cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001100 10110110
Octal 64 114 266
Decimal 52 76 182
Hex 34 4C B6

RGB Percentages of Color #344cb6

%16.77
%24.52
%58.71

CMYK Percentages of Color #344cb6

%71
%58
%0
%29

Triadic Colors of #344cb6

#344cb6 #b6344c #4cb634

Analogous Colors of #344cb6

#344cb6 #5d34b6 #348db6

Monochromatic Colors of #344cb6

#344cb6

Complementary Color

#344cb6 #b69e34

#344cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344cb6 Color CSS Codes

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

#344cb6 Text Font Color

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

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


#344cb6 Background Color

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

This div background color is #344cb6


#344cb6 Border Color

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

This div border color is #344cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344cb6


Comments

No comments written yet.

Please login to write comment.