Color Hex Logo

#335660 Color Hex

#335660
(51,86,96)
0 Favorites   0 Comments

Color spaces of #335660

RGB 518696
HSL0.540.310.29
HSV193°47°38°
CMYK 0.470.100.00   0.62
XYZ6.80438.203912.2912
Yxy8.20390.24920.3005
Hunter Lab28.6425-7.7198-5.3931
CIE-Lab34.4040-9.6469-9.7554

#335660 color RGB value is (51,86,96).

#335660 hex color red value is 51, green value is 86 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #335660 hue: 0.54 , saturation: 0.31 and the lightness value of 335660 is 0.29.

The process color (four color CMYK) of #335660 color hex is 0.47, 0.10, 0.00, 0.62. Web safe color of #335660 is #336666. Color #335660 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010110 01100000
Octal 63 126 140
Decimal 51 86 96
Hex 33 56 60

RGB Percentages of Color #335660

%21.89
%36.91
%41.20

CMYK Percentages of Color #335660

%47
%10
%0
%62

Triadic Colors of #335660

#335660 #603356 #566033

Analogous Colors of #335660

#335660 #334060 #336054

Monochromatic Colors of #335660

#335660

Complementary Color

#335660 #603d33

#335660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335660 Color CSS Codes

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

#335660 Text Font Color

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

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


#335660 Background Color

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

This div background color is #335660


#335660 Border Color

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

This div border color is #335660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335660


Comments

No comments written yet.

Please login to write comment.