Color Hex Logo

#34296b Color Hex

#34296B
(52,41,107)
0 Favorites   0 Comments

Color spaces of #34296b

RGB 5241107
HSL0.690.450.29
HSV250°62°42°
CMYK 0.510.620.00   0.58
XYZ4.86303.377514.3055
Yxy3.37750.21570.1498
Hunter Lab18.378015.0715-33.2870
CIE-Lab21.496423.9977-37.0253

#34296b color RGB value is (52,41,107).

#34296b hex color red value is 52, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #34296b hue: 0.69 , saturation: 0.45 and the lightness value of 34296b is 0.29.

The process color (four color CMYK) of #34296b color hex is 0.51, 0.62, 0.00, 0.58. Web safe color of #34296b is #333366. Color #34296b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 01101011
Octal 64 51 153
Decimal 52 41 107
Hex 34 29 6B

RGB Percentages of Color #34296b

%26.00
%20.50
%53.50

CMYK Percentages of Color #34296b

%51
%62
%0
%58

Triadic Colors of #34296b

#34296b #6b3429 #296b34

Analogous Colors of #34296b

#34296b #55296b #293f6b

Monochromatic Colors of #34296b

#34296b

Complementary Color

#34296b #606b29

#34296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34296b Color CSS Codes

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

#34296b Text Font Color

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

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


#34296b Background Color

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

This div background color is #34296b


#34296b Border Color

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

This div border color is #34296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34296b


Comments

No comments written yet.

Please login to write comment.