Color Hex Logo

#342968 Color Hex

#342968
(52,41,104)
0 Favorites   0 Comments

Color spaces of #342968

RGB 5241104
HSL0.700.430.28
HSV250°61°41°
CMYK 0.500.610.00   0.59
XYZ4.70783.315413.4885
Yxy3.31540.21880.1541
Hunter Lab18.208214.2873-31.1757
CIE-Lab21.265222.9984-35.4503

#342968 color RGB value is (52,41,104).

#342968 hex color red value is 52, green value is 41 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #342968 hue: 0.70 , saturation: 0.43 and the lightness value of 342968 is 0.28.

The process color (four color CMYK) of #342968 color hex is 0.50, 0.61, 0.00, 0.59. Web safe color of #342968 is #333366. Color #342968 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 01101000
Octal 64 51 150
Decimal 52 41 104
Hex 34 29 68

RGB Percentages of Color #342968

%26.40
%20.81
%52.79

CMYK Percentages of Color #342968

%50
%61
%0
%59

Triadic Colors of #342968

#342968 #683429 #296834

Analogous Colors of #342968

#342968 #542968 #293d68

Monochromatic Colors of #342968

#342968

Complementary Color

#342968 #5d6829

#342968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342968 Color CSS Codes

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

#342968 Text Font Color

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

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


#342968 Background Color

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

This div background color is #342968


#342968 Border Color

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

This div border color is #342968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342968


Comments

No comments written yet.

Please login to write comment.