Color Hex Logo

#335d72 Color Hex

#335D72
(51,93,114)
0 Favorites   0 Comments

Color spaces of #335d72

RGB 5193114
HSL0.560.380.32
HSV200°55°45°
CMYK 0.550.180.00   0.55
XYZ8.31699.747417.3627
Yxy9.74740.23480.2751
Hunter Lab31.2208-7.0859-11.1181
CIE-Lab37.3852-8.1301-16.4114

#335d72 color RGB value is (51,93,114).

#335d72 hex color red value is 51, green value is 93 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #335d72 hue: 0.56 , saturation: 0.38 and the lightness value of 335d72 is 0.32.

The process color (four color CMYK) of #335d72 color hex is 0.55, 0.18, 0.00, 0.55. Web safe color of #335d72 is #336666. Color #335d72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 01110010
Octal 63 135 162
Decimal 51 93 114
Hex 33 5D 72

RGB Percentages of Color #335d72

%19.77
%36.05
%44.19

CMYK Percentages of Color #335d72

%55
%18
%0
%55

Triadic Colors of #335d72

#335d72 #72335d #5d7233

Analogous Colors of #335d72

#335d72 #333d72 #337268

Monochromatic Colors of #335d72

#335d72

Complementary Color

#335d72 #724833

#335d72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335d72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335d72 Color CSS Codes

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

#335d72 Text Font Color

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

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


#335d72 Background Color

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

This div background color is #335d72


#335d72 Border Color

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

This div border color is #335d72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,93,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335d72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335d72;
  -webkit-box-shadow: 1px 1px 3px 2px #335d72;
  box-shadow:         1px 1px 3px 2px #335d72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335d72


Comments

No comments written yet.

Please login to write comment.