Color Hex Logo

#341a59 Color Hex

#341A59
(52,26,89)
0 Favorites   0 Comments

Color spaces of #341a59

RGB 522689
HSL0.740.550.23
HSV265°71°35°
CMYK 0.420.710.00   0.65
XYZ3.58872.19019.6848
Yxy2.19010.23210.1416
Hunter Lab14.799017.3874-28.4415
CIE-Lab16.454827.8484-33.3205

#341a59 color RGB value is (52,26,89).

#341a59 hex color red value is 52, green value is 26 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #341a59 hue: 0.74 , saturation: 0.55 and the lightness value of 341a59 is 0.23.

The process color (four color CMYK) of #341a59 color hex is 0.42, 0.71, 0.00, 0.65. Web safe color of #341a59 is #333366. Color #341a59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011010 01011001
Octal 64 32 131
Decimal 52 26 89
Hex 34 1A 59

RGB Percentages of Color #341a59

%31.14
%15.57
%53.29

CMYK Percentages of Color #341a59

%42
%71
%0
%65

Triadic Colors of #341a59

#341a59 #59341a #1a5934

Analogous Colors of #341a59

#341a59 #541a59 #1a1f59

Monochromatic Colors of #341a59

#341a59

Complementary Color

#341a59 #3f591a

#341a59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341a59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341a59 Color CSS Codes

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

#341a59 Text Font Color

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

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


#341a59 Background Color

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

This div background color is #341a59


#341a59 Border Color

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

This div border color is #341a59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,26,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341a59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341a59;
  -webkit-box-shadow: 1px 1px 3px 2px #341a59;
  box-shadow:         1px 1px 3px 2px #341a59; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341a59


Comments

No comments written yet.

Please login to write comment.