Color Hex Logo

#35717b Color Hex

#35717B
(53,113,123)
0 Favorites   0 Comments

Color spaces of #35717b

RGB 53113123
HSL0.520.400.35
HSV189°57°48°
CMYK 0.570.080.00   0.52
XYZ10.948513.997220.8636
Yxy13.99720.23900.3056
Hunter Lab37.4128-13.2362-6.8746
CIE-Lab44.2289-16.3261-11.4598

#35717b color RGB value is (53,113,123).

#35717b hex color red value is 53, green value is 113 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #35717b hue: 0.52 , saturation: 0.40 and the lightness value of 35717b is 0.35.

The process color (four color CMYK) of #35717b color hex is 0.57, 0.08, 0.00, 0.52. Web safe color of #35717b is #336666. Color #35717b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 01111011
Octal 65 161 173
Decimal 53 113 123
Hex 35 71 7B

RGB Percentages of Color #35717b

%18.34
%39.10
%42.56

CMYK Percentages of Color #35717b

%57
%8
%0
%52

Triadic Colors of #35717b

#35717b #7b3571 #717b35

Analogous Colors of #35717b

#35717b #354e7b #357b62

Monochromatic Colors of #35717b

#35717b

Complementary Color

#35717b #7b3f35

#35717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35717b Color CSS Codes

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

#35717b Text Font Color

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

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


#35717b Background Color

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

This div background color is #35717b


#35717b Border Color

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

This div border color is #35717b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,113,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35717b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35717b;
  -webkit-box-shadow: 1px 1px 3px 2px #35717b;
  box-shadow:         1px 1px 3px 2px #35717b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35717b


Comments

No comments written yet.

Please login to write comment.