Color Hex Logo

#358595 Color Hex

#358595
(53,133,149)
0 Favorites   0 Comments

Color spaces of #358595

RGB 53133149
HSL0.530.480.40
HSV190°64°58°
CMYK 0.640.110.00   0.42
XYZ15.280519.701931.4312
Yxy19.70190.23010.2967
Hunter Lab44.3868-16.2270-10.9137
CIE-Lab51.4985-19.0665-15.8027

#358595 color RGB value is (53,133,149).

#358595 hex color red value is 53, green value is 133 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #358595 hue: 0.53 , saturation: 0.48 and the lightness value of 358595 is 0.40.

The process color (four color CMYK) of #358595 color hex is 0.64, 0.11, 0.00, 0.42. Web safe color of #358595 is #339999. Color #358595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 10010101
Octal 65 205 225
Decimal 53 133 149
Hex 35 85 95

RGB Percentages of Color #358595

%15.82
%39.70
%44.48

CMYK Percentages of Color #358595

%64
%11
%0
%42

Triadic Colors of #358595

#358595 #953585 #859535

Analogous Colors of #358595

#358595 #355595 #359575

Monochromatic Colors of #358595

#358595

Complementary Color

#358595 #954535

#358595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358595 Color CSS Codes

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

#358595 Text Font Color

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

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


#358595 Background Color

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

This div background color is #358595


#358595 Border Color

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

This div border color is #358595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358595


Comments

No comments written yet.

Please login to write comment.