Color Hex Logo

#34338b Color Hex

#34338B
(52,51,139)
0 Favorites   0 Comments

Color spaces of #34338b

RGB 5251139
HSL0.670.460.37
HSV241°63°55°
CMYK 0.630.630.00   0.45
XYZ7.26024.961825.0012
Yxy4.96180.19500.1333
Hunter Lab22.275119.1977-50.9535
CIE-Lab26.625728.4173-48.9776

#34338b color RGB value is (52,51,139).

#34338b hex color red value is 52, green value is 51 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #34338b hue: 0.67 , saturation: 0.46 and the lightness value of 34338b is 0.37.

The process color (four color CMYK) of #34338b color hex is 0.63, 0.63, 0.00, 0.45. Web safe color of #34338b is #333399. Color #34338b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110011 10001011
Octal 64 63 213
Decimal 52 51 139
Hex 34 33 8B

RGB Percentages of Color #34338b

%21.49
%21.07
%57.44

CMYK Percentages of Color #34338b

%63
%63
%0
%45

Triadic Colors of #34338b

#34338b #8b3433 #338b34

Analogous Colors of #34338b

#34338b #60338b #335e8b

Monochromatic Colors of #34338b

#34338b

Complementary Color

#34338b #8a8b33

#34338b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34338b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34338b Color CSS Codes

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

#34338b Text Font Color

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

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


#34338b Background Color

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

This div background color is #34338b


#34338b Border Color

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

This div border color is #34338b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34338b


Comments

No comments written yet.

Please login to write comment.