Color Hex Logo

#35788a Color Hex

#35788A
(53,120,138)
0 Favorites   0 Comments

Color spaces of #35788a

RGB 53120138
HSL0.540.450.37
HSV193°62°54°
CMYK 0.620.130.00   0.46
XYZ12.772116.024826.4647
Yxy16.02480.23110.2900
Hunter Lab40.0310-13.1029-11.1752
CIE-Lab47.0070-15.4809-16.1819

#35788a color RGB value is (53,120,138).

#35788a hex color red value is 53, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #35788a hue: 0.54 , saturation: 0.45 and the lightness value of 35788a is 0.37.

The process color (four color CMYK) of #35788a color hex is 0.62, 0.13, 0.00, 0.46. Web safe color of #35788a is #336699. Color #35788a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 10001010
Octal 65 170 212
Decimal 53 120 138
Hex 35 78 8A

RGB Percentages of Color #35788a

%17.04
%38.59
%44.37

CMYK Percentages of Color #35788a

%62
%13
%0
%46

Triadic Colors of #35788a

#35788a #8a3578 #788a35

Analogous Colors of #35788a

#35788a #354e8a #358a72

Monochromatic Colors of #35788a

#35788a

Complementary Color

#35788a #8a4735

#35788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35788a Color CSS Codes

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

#35788a Text Font Color

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

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


#35788a Background Color

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

This div background color is #35788a


#35788a Border Color

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

This div border color is #35788a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,120,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35788a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35788a;
  -webkit-box-shadow: 1px 1px 3px 2px #35788a;
  box-shadow:         1px 1px 3px 2px #35788a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35788a


Comments

No comments written yet.

Please login to write comment.