Color Hex Logo

#35738f Color Hex

#35738F
(53,115,143)
0 Favorites   0 Comments

Color spaces of #35738f

RGB 53115143
HSL0.550.460.38
HSV199°63°56°
CMYK 0.630.200.00   0.44
XYZ12.556915.001528.2204
Yxy15.00150.22510.2689
Hunter Lab38.7318-9.9106-16.0871
CIE-Lab45.6363-11.0190-21.2465

#35738f color RGB value is (53,115,143).

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

The process color (four color CMYK) of #35738f color hex is 0.63, 0.20, 0.00, 0.44. Web safe color of #35738f is #336699. Color #35738f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110011 10001111
Octal 65 163 217
Decimal 53 115 143
Hex 35 73 8F

RGB Percentages of Color #35738f

%17.04
%36.98
%45.98

CMYK Percentages of Color #35738f

%63
%20
%0
%44

Triadic Colors of #35738f

#35738f #8f3573 #738f35

Analogous Colors of #35738f

#35738f #35468f #358f7e

Monochromatic Colors of #35738f

#35738f

Complementary Color

#35738f #8f5135

#35738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35738f Color CSS Codes

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

#35738f Text Font Color

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

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


#35738f Background Color

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

This div background color is #35738f


#35738f Border Color

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

This div border color is #35738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35738f


Comments

No comments written yet.

Please login to write comment.