Color Hex Logo

#34188b Color Hex

#34188B
(52,24,139)
0 Favorites   0 Comments

Color spaces of #34188b

RGB 5224139
HSL0.710.710.32
HSV255°83°55°
CMYK 0.630.830.00   0.45
XYZ6.40303.247424.7154
Yxy3.24740.18630.0945
Hunter Lab18.020531.8881-68.7026
CIE-Lab21.008743.9271-58.1937

#34188b color RGB value is (52,24,139).

#34188b hex color red value is 52, green value is 24 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #34188b hue: 0.71 , saturation: 0.71 and the lightness value of 34188b is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011000 10001011
Octal 64 30 213
Decimal 52 24 139
Hex 34 18 8B

RGB Percentages of Color #34188b

%24.19
%11.16
%64.65

CMYK Percentages of Color #34188b

%63
%83
%0
%45

Triadic Colors of #34188b

#34188b #8b3418 #188b34

Analogous Colors of #34188b

#34188b #6e188b #18358b

Monochromatic Colors of #34188b

#34188b

Complementary Color

#34188b #6f8b18

#34188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34188b Color CSS Codes

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

#34188b Text Font Color

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

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


#34188b Background Color

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

This div background color is #34188b


#34188b Border Color

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

This div border color is #34188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34188b


Comments

No comments written yet.

Please login to write comment.