Color Hex Logo

#34639f Color Hex

#34639F
(52,99,159)
0 Favorites   0 Comments

Color spaces of #34639f

RGB 5299159
HSL0.590.510.41
HSV214°67°62°
CMYK 0.670.380.00   0.38
XYZ12.136012.156934.5078
Yxy12.15690.20640.2067
Hunter Lab34.86671.1133-34.2729
CIE-Lab41.46444.0854-37.2820

#34639f color RGB value is (52,99,159).

#34639f hex color red value is 52, green value is 99 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #34639f hue: 0.59 , saturation: 0.51 and the lightness value of 34639f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 10011111
Octal 64 143 237
Decimal 52 99 159
Hex 34 63 9F

RGB Percentages of Color #34639f

%16.77
%31.94
%51.29

CMYK Percentages of Color #34639f

%67
%38
%0
%38

Triadic Colors of #34639f

#34639f #9f3463 #639f34

Analogous Colors of #34639f

#34639f #3b349f #34999f

Monochromatic Colors of #34639f

#34639f

Complementary Color

#34639f #9f7034

#34639f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34639f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34639f Color CSS Codes

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

#34639f Text Font Color

<p style="color:#34639f">Text here</p>

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


#34639f Background Color

<div style="background-color:#34639f">
Div content here</div>

This div background color is #34639f


#34639f Border Color

<div style="border:3px solid #34639f">
Div here</div>

This div border color is #34639f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,99,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34639f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34639f;
  -webkit-box-shadow: 1px 1px 3px 2px #34639f;
  box-shadow:         1px 1px 3px 2px #34639f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34639f


Comments

No comments written yet.

Please login to write comment.