Color Hex Logo

#34599d Color Hex

#34599D
(52,89,157)
0 Favorites   0 Comments

Color spaces of #34599d

RGB 5289157
HSL0.610.500.41
HSV219°67°62°
CMYK 0.670.430.00   0.38
XYZ11.074410.309133.3045
Yxy10.30910.20250.1885
Hunter Lab32.10785.3784-39.0244
CIE-Lab38.39169.7639-40.9762

#34599d color RGB value is (52,89,157).

#34599d hex color red value is 52, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #34599d hue: 0.61 , saturation: 0.50 and the lightness value of 34599d is 0.41.

The process color (four color CMYK) of #34599d color hex is 0.67, 0.43, 0.00, 0.38. Web safe color of #34599d is #336699. Color #34599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011001 10011101
Octal 64 131 235
Decimal 52 89 157
Hex 34 59 9D

RGB Percentages of Color #34599d

%17.45
%29.87
%52.68

CMYK Percentages of Color #34599d

%67
%43
%0
%38

Triadic Colors of #34599d

#34599d #9d3459 #599d34

Analogous Colors of #34599d

#34599d #43349d #348e9d

Monochromatic Colors of #34599d

#34599d

Complementary Color

#34599d #9d7834

#34599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34599d Color CSS Codes

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

#34599d Text Font Color

<p style="color:#34599d">Text here</p>

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


#34599d Background Color

<div style="background-color:#34599d">
Div content here</div>

This div background color is #34599d


#34599d Border Color

<div style="border:3px solid #34599d">
Div here</div>

This div border color is #34599d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,89,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34599d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34599d;
  -webkit-box-shadow: 1px 1px 3px 2px #34599d;
  box-shadow:         1px 1px 3px 2px #34599d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34599d


Comments

No comments written yet.

Please login to write comment.