Color Hex Logo

#35879d Color Hex

#35879D
(53,135,157)
0 Favorites   0 Comments

Color spaces of #35879d

RGB 53135157
HSL0.540.500.41
HSV193°66°62°
CMYK 0.660.140.00   0.38
XYZ16.218020.519235.0041
Yxy20.51920.22610.2860
Hunter Lab45.2981-15.3637-14.1076
CIE-Lab52.4192-17.5850-19.0450

#35879d color RGB value is (53,135,157).

#35879d hex color red value is 53, green value is 135 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #35879d hue: 0.54 , saturation: 0.50 and the lightness value of 35879d is 0.41.

The process color (four color CMYK) of #35879d color hex is 0.66, 0.14, 0.00, 0.38. Web safe color of #35879d is #339999. Color #35879d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 10011101
Octal 65 207 235
Decimal 53 135 157
Hex 35 87 9D

RGB Percentages of Color #35879d

%15.36
%39.13
%45.51

CMYK Percentages of Color #35879d

%66
%14
%0
%38

Triadic Colors of #35879d

#35879d #9d3587 #879d35

Analogous Colors of #35879d

#35879d #35539d #359d7f

Monochromatic Colors of #35879d

#35879d

Complementary Color

#35879d #9d4b35

#35879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35879d Color CSS Codes

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

#35879d Text Font Color

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

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


#35879d Background Color

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

This div background color is #35879d


#35879d Border Color

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

This div border color is #35879d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,135,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35879d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35879d;
  -webkit-box-shadow: 1px 1px 3px 2px #35879d;
  box-shadow:         1px 1px 3px 2px #35879d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35879d


Comments

No comments written yet.

Please login to write comment.