Color Hex Logo

#34819b Color Hex

#34819B
(52,129,155)
0 Favorites   0 Comments

Color spaces of #34819b

RGB 52129155
HSL0.540.500.41
HSV195°66°61°
CMYK 0.660.170.00   0.39
XYZ15.182818.797133.8383
Yxy18.79710.22390.2772
Hunter Lab43.3556-13.3630-15.9259
CIE-Lab50.4490-15.1234-20.9037

#34819b color RGB value is (52,129,155).

#34819b hex color red value is 52, green value is 129 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #34819b hue: 0.54 , saturation: 0.50 and the lightness value of 34819b is 0.41.

The process color (four color CMYK) of #34819b color hex is 0.66, 0.17, 0.00, 0.39. Web safe color of #34819b is #339999. Color #34819b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000001 10011011
Octal 64 201 233
Decimal 52 129 155
Hex 34 81 9B

RGB Percentages of Color #34819b

%15.48
%38.39
%46.13

CMYK Percentages of Color #34819b

%66
%17
%0
%39

Triadic Colors of #34819b

#34819b #9b3481 #819b34

Analogous Colors of #34819b

#34819b #344e9b #349b82

Monochromatic Colors of #34819b

#34819b

Complementary Color

#34819b #9b4e34

#34819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34819b Color CSS Codes

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

#34819b Text Font Color

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

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


#34819b Background Color

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

This div background color is #34819b


#34819b Border Color

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

This div border color is #34819b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34819b


Comments

No comments written yet.

Please login to write comment.