Color Hex Logo

#34378b Color Hex

#34378B
(52,55,139)
0 Favorites   0 Comments

Color spaces of #34378b

RGB 5255139
HSL0.660.460.37
HSV238°63°55°
CMYK 0.630.600.00   0.45
XYZ7.44265.326525.0620
Yxy5.32650.19670.1408
Hunter Lab23.079217.1742-48.2283
CIE-Lab27.645425.7837-47.3186

#34378b color RGB value is (52,55,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110111 10001011
Octal 64 67 213
Decimal 52 55 139
Hex 34 37 8B

RGB Percentages of Color #34378b

%21.14
%22.36
%56.50

CMYK Percentages of Color #34378b

%63
%60
%0
%45

Triadic Colors of #34378b

#34378b #8b3437 #378b34

Analogous Colors of #34378b

#34378b #5c348b #34638b

Monochromatic Colors of #34378b

#34378b

Complementary Color

#34378b #8b8834

#34378b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34378b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34378b Color CSS Codes

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

#34378b Text Font Color

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

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


#34378b Background Color

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

This div background color is #34378b


#34378b Border Color

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

This div border color is #34378b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,55,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 #34378b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34378b


Comments

No comments written yet.

Please login to write comment.