Color Hex Logo

#34299f Color Hex

#34299F
(52,41,159)
0 Favorites   0 Comments

Color spaces of #34299f

RGB 5241159
HSL0.680.590.39
HSV246°74°62°
CMYK 0.670.740.00   0.38
XYZ8.46714.819133.2848
Yxy4.81910.18180.1035
Hunter Lab21.952430.4310-74.5301
CIE-Lab26.213041.3541-61.9471

#34299f color RGB value is (52,41,159).

#34299f hex color red value is 52, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #34299f hue: 0.68 , saturation: 0.59 and the lightness value of 34299f is 0.39.

The process color (four color CMYK) of #34299f color hex is 0.67, 0.74, 0.00, 0.38. Web safe color of #34299f is #333399. Color #34299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 10011111
Octal 64 51 237
Decimal 52 41 159
Hex 34 29 9F

RGB Percentages of Color #34299f

%20.63
%16.27
%63.10

CMYK Percentages of Color #34299f

%67
%74
%0
%38

Triadic Colors of #34299f

#34299f #9f3429 #299f34

Analogous Colors of #34299f

#34299f #6f299f #29599f

Monochromatic Colors of #34299f

#34299f

Complementary Color

#34299f #949f29

#34299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34299f Color CSS Codes

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

#34299f Text Font Color

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

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


#34299f Background Color

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

This div background color is #34299f


#34299f Border Color

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

This div border color is #34299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34299f


Comments

No comments written yet.

Please login to write comment.