Color Hex Logo

#355065 Color Hex

#355065
(53,80,101)
0 Favorites   0 Comments

Color spaces of #355065

RGB 5380101
HSL0.570.310.30
HSV206°48°40°
CMYK 0.480.210.00   0.60
XYZ6.68587.433813.3944
Yxy7.43380.24300.2702
Hunter Lab27.2650-3.9428-10.0417
CIE-Lab32.7747-3.8366-15.3739

#355065 color RGB value is (53,80,101).

#355065 hex color red value is 53, green value is 80 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #355065 hue: 0.57 , saturation: 0.31 and the lightness value of 355065 is 0.30.

The process color (four color CMYK) of #355065 color hex is 0.48, 0.21, 0.00, 0.60. Web safe color of #355065 is #336666. Color #355065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01100101
Octal 65 120 145
Decimal 53 80 101
Hex 35 50 65

RGB Percentages of Color #355065

%22.65
%34.19
%43.16

CMYK Percentages of Color #355065

%48
%21
%0
%60

Triadic Colors of #355065

#355065 #653550 #506535

Analogous Colors of #355065

#355065 #353865 #356562

Monochromatic Colors of #355065

#355065

Complementary Color

#355065 #654a35

#355065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355065 Color CSS Codes

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

#355065 Text Font Color

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

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


#355065 Background Color

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

This div background color is #355065


#355065 Border Color

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

This div border color is #355065


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,80,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355065

#355065 Color Palettes


Comments

No comments written yet.

Please login to write comment.