Color Hex Logo

#343499 Color Hex

#343499
(52,52,153)
0 Favorites   0 Comments

Color spaces of #343499

RGB 5252153
HSL0.670.490.40
HSV240°66°60°
CMYK 0.660.660.00   0.40
XYZ8.39395.486030.7535
Yxy5.48600.18810.1229
Hunter Lab23.422222.9808-61.4526
CIE-Lab28.076832.6754-55.2280

#343499 color RGB value is (52,52,153).

#343499 hex color red value is 52, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #343499 hue: 0.67 , saturation: 0.49 and the lightness value of 343499 is 0.40.

The process color (four color CMYK) of #343499 color hex is 0.66, 0.66, 0.00, 0.40. Web safe color of #343499 is #333399. Color #343499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110100 10011001
Octal 64 64 231
Decimal 52 52 153
Hex 34 34 99

RGB Percentages of Color #343499

%20.23
%20.23
%59.53

CMYK Percentages of Color #343499

%66
%66
%0
%40

Triadic Colors of #343499

#343499 #993434 #349934

Analogous Colors of #343499

#343499 #673499 #346799

Monochromatic Colors of #343499

#343499

Complementary Color

#343499 #999934

#343499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343499 Color CSS Codes

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

#343499 Text Font Color

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

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


#343499 Background Color

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

This div background color is #343499


#343499 Border Color

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

This div border color is #343499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343499


Comments

No comments written yet.

Please login to write comment.