Color Hex Logo

#3585ab Color Hex

#3585AB
(53,133,171)
0 Favorites   0 Comments

Color spaces of #3585ab

RGB 53133171
HSL0.550.530.44
HSV199°69°67°
CMYK 0.690.220.00   0.33
XYZ17.206420.472241.5727
Yxy20.47220.21710.2583
Hunter Lab45.2462-11.3002-22.8039
CIE-Lab52.3669-11.8366-27.2188

#3585ab color RGB value is (53,133,171).

#3585ab hex color red value is 53, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3585ab hue: 0.55 , saturation: 0.53 and the lightness value of 3585ab is 0.44.

The process color (four color CMYK) of #3585ab color hex is 0.69, 0.22, 0.00, 0.33. Web safe color of #3585ab is #339999. Color #3585ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 10101011
Octal 65 205 253
Decimal 53 133 171
Hex 35 85 AB

RGB Percentages of Color #3585ab

%14.85
%37.25
%47.90

CMYK Percentages of Color #3585ab

%69
%22
%0
%33

Triadic Colors of #3585ab

#3585ab #ab3585 #85ab35

Analogous Colors of #3585ab

#3585ab #354aab #35ab96

Monochromatic Colors of #3585ab

#3585ab

Complementary Color

#3585ab #ab5b35

#3585ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3585ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3585ab Color CSS Codes

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

#3585ab Text Font Color

<p style="color:#3585ab">Text here</p>

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


#3585ab Background Color

<div style="background-color:#3585ab">
Div content here</div>

This div background color is #3585ab


#3585ab Border Color

<div style="border:3px solid #3585ab">
Div here</div>

This div border color is #3585ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3585ab


Comments

No comments written yet.

Please login to write comment.