Color Hex Logo

#334555 Color Hex

#334555
(51,69,85)
0 Favorites   0 Comments

Color spaces of #334555

RGB 516985
HSL0.580.250.27
HSV208°40°33°
CMYK 0.400.190.00   0.67
XYZ5.13315.61599.4078
Yxy5.61590.25470.2786
Hunter Lab23.6979-2.8072-6.9490
CIE-Lab28.4220-2.4789-11.8281

#334555 color RGB value is (51,69,85).

#334555 hex color red value is 51, green value is 69 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #334555 hue: 0.58 , saturation: 0.25 and the lightness value of 334555 is 0.27.

The process color (four color CMYK) of #334555 color hex is 0.40, 0.19, 0.00, 0.67. Web safe color of #334555 is #333366. Color #334555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 01010101
Octal 63 105 125
Decimal 51 69 85
Hex 33 45 55

RGB Percentages of Color #334555

%24.88
%33.66
%41.46

CMYK Percentages of Color #334555

%40
%19
%0
%67

Triadic Colors of #334555

#334555 #553345 #455533

Analogous Colors of #334555

#334555 #333455 #335554

Monochromatic Colors of #334555

#334555

Complementary Color

#334555 #554333

#334555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334555 Color CSS Codes

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

#334555 Text Font Color

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

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


#334555 Background Color

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

This div background color is #334555


#334555 Border Color

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

This div border color is #334555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334555


Comments

No comments written yet.

Please login to write comment.