Color Hex Logo

#341c62 Color Hex

#341C62
(52,28,98)
0 Favorites   0 Comments

Color spaces of #341c62

RGB 522898
HSL0.720.560.25
HSV261°71°38°
CMYK 0.470.710.00   0.62
XYZ4.03602.442411.8140
Yxy2.44240.22060.1335
Hunter Lab15.628218.7486-33.8801
CIE-Lab17.656129.3686-37.3636

#341c62 color RGB value is (52,28,98).

#341c62 hex color red value is 52, green value is 28 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #341c62 hue: 0.72 , saturation: 0.56 and the lightness value of 341c62 is 0.25.

The process color (four color CMYK) of #341c62 color hex is 0.47, 0.71, 0.00, 0.62. Web safe color of #341c62 is #333366. Color #341c62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011100 01100010
Octal 64 34 142
Decimal 52 28 98
Hex 34 1C 62

RGB Percentages of Color #341c62

%29.21
%15.73
%55.06

CMYK Percentages of Color #341c62

%47
%71
%0
%62

Triadic Colors of #341c62

#341c62 #62341c #1c6234

Analogous Colors of #341c62

#341c62 #571c62 #1c2762

Monochromatic Colors of #341c62

#341c62

Complementary Color

#341c62 #4a621c

#341c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341c62 Color CSS Codes

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

#341c62 Text Font Color

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

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


#341c62 Background Color

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

This div background color is #341c62


#341c62 Border Color

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

This div border color is #341c62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341c62


Comments

No comments written yet.

Please login to write comment.