Color Hex Logo

#34688d Color Hex

#34688D
(52,104,141)
0 Favorites   0 Comments

Color spaces of #34688d

RGB 52104141
HSL0.570.460.38
HSV205°63°55°
CMYK 0.630.260.00   0.45
XYZ11.174212.553827.0335
Yxy12.55380.22010.2473
Hunter Lab35.4313-5.7102-20.4353
CIE-Lab42.0831-5.4165-25.5593

#34688d color RGB value is (52,104,141).

#34688d hex color red value is 52, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #34688d hue: 0.57 , saturation: 0.46 and the lightness value of 34688d is 0.38.

The process color (four color CMYK) of #34688d color hex is 0.63, 0.26, 0.00, 0.45. Web safe color of #34688d is #336699. Color #34688d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101000 10001101
Octal 64 150 215
Decimal 52 104 141
Hex 34 68 8D

RGB Percentages of Color #34688d

%17.51
%35.02
%47.47

CMYK Percentages of Color #34688d

%63
%26
%0
%45

Triadic Colors of #34688d

#34688d #8d3468 #688d34

Analogous Colors of #34688d

#34688d #343c8d #348d86

Monochromatic Colors of #34688d

#34688d

Complementary Color

#34688d #8d5934

#34688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34688d Color CSS Codes

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

#34688d Text Font Color

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

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


#34688d Background Color

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

This div background color is #34688d


#34688d Border Color

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

This div border color is #34688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34688d


Comments

No comments written yet.

Please login to write comment.