Color Hex Logo

#357784 Color Hex

#357784
(53,119,132)
0 Favorites   0 Comments

Color spaces of #357784

RGB 53119132
HSL0.530.430.36
HSV190°60°52°
CMYK 0.600.100.00   0.48
XYZ12.229915.616524.1995
Yxy15.61650.23500.3001
Hunter Lab39.5177-13.9140-8.6451
CIE-Lab46.4673-16.8310-13.4446

#357784 color RGB value is (53,119,132).

#357784 hex color red value is 53, green value is 119 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #357784 hue: 0.53 , saturation: 0.43 and the lightness value of 357784 is 0.36.

The process color (four color CMYK) of #357784 color hex is 0.60, 0.10, 0.00, 0.48. Web safe color of #357784 is #336699. Color #357784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110111 10000100
Octal 65 167 204
Decimal 53 119 132
Hex 35 77 84

RGB Percentages of Color #357784

%17.43
%39.14
%43.42

CMYK Percentages of Color #357784

%60
%10
%0
%48

Triadic Colors of #357784

#357784 #843577 #778435

Analogous Colors of #357784

#357784 #355084 #35846a

Monochromatic Colors of #357784

#357784

Complementary Color

#357784 #844235

#357784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357784 Color CSS Codes

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

#357784 Text Font Color

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

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


#357784 Background Color

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

This div background color is #357784


#357784 Border Color

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

This div border color is #357784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357784


Comments

No comments written yet.

Please login to write comment.