Color Hex Logo

#335576 Color Hex

#335576
(51,85,118)
0 Favorites   0 Comments

Color spaces of #335576

RGB 5185118
HSL0.580.400.33
HSV210°57°46°
CMYK 0.570.280.00   0.54
XYZ7.88388.508818.3664
Yxy8.50880.22680.2448
Hunter Lab29.1698-2.8036-16.9123
CIE-Lab35.0208-1.8608-22.5388

#335576 color RGB value is (51,85,118).

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

The process color (four color CMYK) of #335576 color hex is 0.57, 0.28, 0.00, 0.54. Web safe color of #335576 is #336666. Color #335576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010101 01110110
Octal 63 125 166
Decimal 51 85 118
Hex 33 55 76

RGB Percentages of Color #335576

%20.08
%33.46
%46.46

CMYK Percentages of Color #335576

%57
%28
%0
%54

Triadic Colors of #335576

#335576 #763355 #557633

Analogous Colors of #335576

#335576 #333476 #337676

Monochromatic Colors of #335576

#335576

Complementary Color

#335576 #765433

#335576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335576 Color CSS Codes

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

#335576 Text Font Color

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

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


#335576 Background Color

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

This div background color is #335576


#335576 Border Color

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

This div border color is #335576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335576


Comments

No comments written yet.

Please login to write comment.