Color Hex Logo

#342978 Color Hex

#342978
(52,41,120)
0 Favorites   0 Comments

Color spaces of #342978

RGB 5241120
HSL0.690.490.32
HSV248°66°47°
CMYK 0.570.660.00   0.53
XYZ5.59933.672018.1830
Yxy3.67200.20390.1337
Hunter Lab19.162518.6237-42.8457
CIE-Lab22.556028.3620-43.6607

#342978 color RGB value is (52,41,120).

#342978 hex color red value is 52, green value is 41 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #342978 hue: 0.69 , saturation: 0.49 and the lightness value of 342978 is 0.32.

The process color (four color CMYK) of #342978 color hex is 0.57, 0.66, 0.00, 0.53. Web safe color of #342978 is #333366. Color #342978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 01111000
Octal 64 51 170
Decimal 52 41 120
Hex 34 29 78

RGB Percentages of Color #342978

%24.41
%19.25
%56.34

CMYK Percentages of Color #342978

%57
%66
%0
%53

Triadic Colors of #342978

#342978 #783429 #297834

Analogous Colors of #342978

#342978 #5c2978 #294578

Monochromatic Colors of #342978

#342978

Complementary Color

#342978 #6d7829

#342978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342978 Color CSS Codes

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

#342978 Text Font Color

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

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


#342978 Background Color

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

This div background color is #342978


#342978 Border Color

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

This div border color is #342978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342978


Comments

No comments written yet.

Please login to write comment.