Color Hex Logo

#35819c Color Hex

#35819C
(53,129,156)
0 Favorites   0 Comments

Color spaces of #35819c

RGB 53129156
HSL0.540.490.41
HSV196°66°61°
CMYK 0.660.170.00   0.39
XYZ15.319218.857734.2850
Yxy18.85770.22380.2754
Hunter Lab43.4255-13.0251-16.4125
CIE-Lab50.5203-14.6208-21.3743

#35819c color RGB value is (53,129,156).

#35819c hex color red value is 53, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #35819c hue: 0.54 , saturation: 0.49 and the lightness value of 35819c is 0.41.

The process color (four color CMYK) of #35819c color hex is 0.66, 0.17, 0.00, 0.39. Web safe color of #35819c is #339999. Color #35819c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 10011100
Octal 65 201 234
Decimal 53 129 156
Hex 35 81 9C

RGB Percentages of Color #35819c

%15.68
%38.17
%46.15

CMYK Percentages of Color #35819c

%66
%17
%0
%39

Triadic Colors of #35819c

#35819c #9c3581 #819c35

Analogous Colors of #35819c

#35819c #354d9c #359c84

Monochromatic Colors of #35819c

#35819c

Complementary Color

#35819c #9c5035

#35819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35819c Color CSS Codes

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

#35819c Text Font Color

<p style="color:#35819c">Text here</p>

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


#35819c Background Color

<div style="background-color:#35819c">
Div content here</div>

This div background color is #35819c


#35819c Border Color

<div style="border:3px solid #35819c">
Div here</div>

This div border color is #35819c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,129,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35819c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35819c;
  -webkit-box-shadow: 1px 1px 3px 2px #35819c;
  box-shadow:         1px 1px 3px 2px #35819c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35819c


Comments

No comments written yet.

Please login to write comment.