Color Hex Logo

#344186 Color Hex

#344186
(52,65,134)
0 Favorites   0 Comments

Color spaces of #344186

RGB 5265134
HSL0.640.440.36
HSV230°61°53°
CMYK 0.610.510.00   0.47
XYZ7.60956.231923.3561
Yxy6.23190.20460.1675
Hunter Lab24.963810.7241-37.9971
CIE-Lab29.990117.2643-40.4294

#344186 color RGB value is (52,65,134).

#344186 hex color red value is 52, green value is 65 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #344186 hue: 0.64 , saturation: 0.44 and the lightness value of 344186 is 0.36.

The process color (four color CMYK) of #344186 color hex is 0.61, 0.51, 0.00, 0.47. Web safe color of #344186 is #333399. Color #344186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000001 10000110
Octal 64 101 206
Decimal 52 65 134
Hex 34 41 86

RGB Percentages of Color #344186

%20.72
%25.90
%53.39

CMYK Percentages of Color #344186

%61
%51
%0
%47

Triadic Colors of #344186

#344186 #863441 #418634

Analogous Colors of #344186

#344186 #503486 #346a86

Monochromatic Colors of #344186

#344186

Complementary Color

#344186 #867934

#344186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344186 Color CSS Codes

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

#344186 Text Font Color

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

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


#344186 Background Color

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

This div background color is #344186


#344186 Border Color

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

This div border color is #344186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,65,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344186;
  -webkit-box-shadow: 1px 1px 3px 2px #344186;
  box-shadow:         1px 1px 3px 2px #344186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344186


Comments

No comments written yet.

Please login to write comment.