Color Hex Logo

#334550 Color Hex

#334550
(51,69,80)
0 Favorites   0 Comments

Color spaces of #334550

RGB 516980
HSL0.560.220.26
HSV203°36°31°
CMYK 0.360.140.00   0.69
XYZ4.94135.53928.3982
Yxy5.53920.26170.2934
Hunter Lab23.5355-3.7109-4.6817
CIE-Lab28.2188-3.9871-8.8951

#334550 color RGB value is (51,69,80).

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

The process color (four color CMYK) of #334550 color hex is 0.36, 0.14, 0.00, 0.69. Web safe color of #334550 is #333366. Color #334550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 01010000
Octal 63 105 120
Decimal 51 69 80
Hex 33 45 50

RGB Percentages of Color #334550

%25.50
%34.50
%40.00

CMYK Percentages of Color #334550

%36
%14
%0
%69

Triadic Colors of #334550

#334550 #503345 #455033

Analogous Colors of #334550

#334550 #333750 #33504d

Monochromatic Colors of #334550

#334550

Complementary Color

#334550 #503e33

#334550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334550 Color CSS Codes

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

#334550 Text Font Color

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

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


#334550 Background Color

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

This div background color is #334550


#334550 Border Color

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

This div border color is #334550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334550


Comments

No comments written yet.

Please login to write comment.