Color Hex Logo

#334d7d Color Hex

#334D7D
(51,77,125)
0 Favorites   0 Comments

Color spaces of #334d7d

RGB 5177125
HSL0.610.420.35
HSV219°59°49°
CMYK 0.590.380.00   0.51
XYZ7.72087.492220.4413
Yxy7.49220.21650.2101
Hunter Lab27.37192.4488-25.1174
CIE-Lab32.90215.7582-30.2055

#334d7d color RGB value is (51,77,125).

#334d7d hex color red value is 51, green value is 77 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #334d7d hue: 0.61 , saturation: 0.42 and the lightness value of 334d7d is 0.35.

The process color (four color CMYK) of #334d7d color hex is 0.59, 0.38, 0.00, 0.51. Web safe color of #334d7d is #336666. Color #334d7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001101 01111101
Octal 63 115 175
Decimal 51 77 125
Hex 33 4D 7D

RGB Percentages of Color #334d7d

%20.16
%30.43
%49.41

CMYK Percentages of Color #334d7d

%59
%38
%0
%51

Triadic Colors of #334d7d

#334d7d #7d334d #4d7d33

Analogous Colors of #334d7d

#334d7d #3e337d #33727d

Monochromatic Colors of #334d7d

#334d7d

Complementary Color

#334d7d #7d6333

#334d7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334d7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#334d7d Color CSS Codes

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

#334d7d Text Font Color

<p style="color:#334d7d">Text here</p>

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


#334d7d Background Color

<div style="background-color:#334d7d">
Div content here</div>

This div background color is #334d7d


#334d7d Border Color

<div style="border:3px solid #334d7d">
Div here</div>

This div border color is #334d7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,77,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334d7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334d7d;
  -webkit-box-shadow: 1px 1px 3px 2px #334d7d;
  box-shadow:         1px 1px 3px 2px #334d7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,77,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334d7d


Comments

No comments written yet.

Please login to write comment.