Color Hex Logo

#334450 Color Hex

#334450
(51,68,80)
0 Favorites   0 Comments

Color spaces of #334450

RGB 516880
HSL0.570.220.26
HSV205°36°31°
CMYK 0.360.150.00   0.69
XYZ4.88035.41728.3778
Yxy5.41720.26130.2901
Hunter Lab23.2749-3.3030-5.0490
CIE-Lab27.8918-3.3485-9.3900

#334450 color RGB value is (51,68,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000100 01010000
Octal 63 104 120
Decimal 51 68 80
Hex 33 44 50

RGB Percentages of Color #334450

%25.63
%34.17
%40.20

CMYK Percentages of Color #334450

%36
%15
%0
%69

Triadic Colors of #334450

#334450 #503344 #445033

Analogous Colors of #334450

#334450 #333650 #33504e

Monochromatic Colors of #334450

#334450

Complementary Color

#334450 #503f33

#334450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334450 Color CSS Codes

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

#334450 Text Font Color

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

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


#334450 Background Color

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

This div background color is #334450


#334450 Border Color

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

This div border color is #334450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,68,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 #334450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334450


Comments

No comments written yet.

Please login to write comment.