Color Hex Logo

#359193 Color Hex

#359193
(53,145,147)
0 Favorites   0 Comments

Color spaces of #359193

RGB 53145147
HSL0.500.470.39
HSV181°64°58°
CMYK 0.640.010.00   0.42
XYZ16.860123.114331.1766
Yxy23.11430.23700.3249
Hunter Lab48.0773-21.5377-4.7935
CIE-Lab55.1899-25.9149-9.0803

#359193 color RGB value is (53,145,147).

#359193 hex color red value is 53, green value is 145 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #359193 hue: 0.50 , saturation: 0.47 and the lightness value of 359193 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010001 10010011
Octal 65 221 223
Decimal 53 145 147
Hex 35 91 93

RGB Percentages of Color #359193

%15.36
%42.03
%42.61

CMYK Percentages of Color #359193

%64
%1
%0
%42

Triadic Colors of #359193

#359193 #933591 #919335

Analogous Colors of #359193

#359193 #356293 #359366

Monochromatic Colors of #359193

#359193

Complementary Color

#359193 #933735

#359193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359193 Color CSS Codes

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

#359193 Text Font Color

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

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


#359193 Background Color

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

This div background color is #359193


#359193 Border Color

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

This div border color is #359193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359193


Comments

No comments written yet.

Please login to write comment.