Color Hex Logo

#334651 Color Hex

#334651
(51,70,81)
0 Favorites   0 Comments

Color spaces of #334651

RGB 517081
HSL0.560.230.26
HSV202°37°32°
CMYK 0.370.140.00   0.68
XYZ5.04065.67828.6149
Yxy5.67820.26070.2937
Hunter Lab23.8290-3.9422-4.7549
CIE-Lab28.5856-4.3265-8.9887

#334651 color RGB value is (51,70,81).

#334651 hex color red value is 51, green value is 70 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #334651 hue: 0.56 , saturation: 0.23 and the lightness value of 334651 is 0.26.

The process color (four color CMYK) of #334651 color hex is 0.37, 0.14, 0.00, 0.68. Web safe color of #334651 is #333366. Color #334651 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000110 01010001
Octal 63 106 121
Decimal 51 70 81
Hex 33 46 51

RGB Percentages of Color #334651

%25.25
%34.65
%40.10

CMYK Percentages of Color #334651

%37
%14
%0
%68

Triadic Colors of #334651

#334651 #513346 #465133

Analogous Colors of #334651

#334651 #333751 #33514d

Monochromatic Colors of #334651

#334651

Complementary Color

#334651 #513e33

#334651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334651 Color CSS Codes

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

#334651 Text Font Color

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

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


#334651 Background Color

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

This div background color is #334651


#334651 Border Color

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

This div border color is #334651


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,70,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334651; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334651;
  -webkit-box-shadow: 1px 1px 3px 2px #334651;
  box-shadow:         1px 1px 3px 2px #334651; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334651


Comments

No comments written yet.

Please login to write comment.