Color Hex Logo

#35738a Color Hex

#35738A
(53,115,138)
0 Favorites   0 Comments

Color spaces of #35738a

RGB 53115138
HSL0.550.450.37
HSV196°62°54°
CMYK 0.620.170.00   0.46
XYZ12.186414.853326.2694
Yxy14.85330.22860.2786
Hunter Lab38.5400-11.0030-13.4349
CIE-Lab45.4326-12.6709-18.5886

#35738a color RGB value is (53,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110011 10001010
Octal 65 163 212
Decimal 53 115 138
Hex 35 73 8A

RGB Percentages of Color #35738a

%17.32
%37.58
%45.10

CMYK Percentages of Color #35738a

%62
%17
%0
%46

Triadic Colors of #35738a

#35738a #8a3573 #738a35

Analogous Colors of #35738a

#35738a #35498a #358a77

Monochromatic Colors of #35738a

#35738a

Complementary Color

#35738a #8a4c35

#35738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35738a Color CSS Codes

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

#35738a Text Font Color

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

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


#35738a Background Color

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

This div background color is #35738a


#35738a Border Color

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

This div border color is #35738a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,115,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 #35738a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35738a


Comments

No comments written yet.

Please login to write comment.