Color Hex Logo

#35859b Color Hex

#35859B
(53,133,155)
0 Favorites   0 Comments

Color spaces of #35859b

RGB 53133155
HSL0.540.490.41
HSV193°66°61°
CMYK 0.660.140.00   0.39
XYZ15.772119.898534.0199
Yxy19.89850.22630.2855
Hunter Lab44.6077-14.9507-13.9919
CIE-Lab51.7223-17.1462-18.9503

#35859b color RGB value is (53,133,155).

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

The process color (four color CMYK) of #35859b color hex is 0.66, 0.14, 0.00, 0.39. Web safe color of #35859b is #339999. Color #35859b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 10011011
Octal 65 205 233
Decimal 53 133 155
Hex 35 85 9B

RGB Percentages of Color #35859b

%15.54
%39.00
%45.45

CMYK Percentages of Color #35859b

%66
%14
%0
%39

Triadic Colors of #35859b

#35859b #9b3585 #859b35

Analogous Colors of #35859b

#35859b #35529b #359b7e

Monochromatic Colors of #35859b

#35859b

Complementary Color

#35859b #9b4b35

#35859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35859b Color CSS Codes

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

#35859b Text Font Color

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

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


#35859b Background Color

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

This div background color is #35859b


#35859b Border Color

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

This div border color is #35859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35859b


Comments

No comments written yet.

Please login to write comment.