Color Hex Logo

#35869d Color Hex

#35869D
(53,134,157)
0 Favorites   0 Comments

Color spaces of #35869d

RGB 53134157
HSL0.540.500.41
HSV193°66°62°
CMYK 0.660.150.00   0.38
XYZ16.079120.241434.9578
Yxy20.24140.22560.2840
Hunter Lab44.9904-14.9393-14.5753
CIE-Lab52.1091-17.0421-19.5193

#35869d color RGB value is (53,134,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 10011101
Octal 65 206 235
Decimal 53 134 157
Hex 35 86 9D

RGB Percentages of Color #35869d

%15.41
%38.95
%45.64

CMYK Percentages of Color #35869d

%66
%15
%0
%38

Triadic Colors of #35869d

#35869d #9d3586 #869d35

Analogous Colors of #35869d

#35869d #35529d #359d80

Monochromatic Colors of #35869d

#35869d

Complementary Color

#35869d #9d4c35

#35869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35869d Color CSS Codes

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

#35869d Text Font Color

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

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


#35869d Background Color

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

This div background color is #35869d


#35869d Border Color

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

This div border color is #35869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35869d


Comments

No comments written yet.

Please login to write comment.