Color Hex Logo

#3596cd Color Hex

#3596CD
(53,150,205)
0 Favorites   0 Comments

Color spaces of #3596cd

RGB 53150205
HSL0.560.600.51
HSV202°74°80°
CMYK 0.740.270.00   0.20
XYZ23.394026.977461.7318
Yxy26.97740.20870.2406
Hunter Lab51.9398-10.4971-34.1099
CIE-Lab58.9534-9.7281-36.3011

#3596cd color RGB value is (53,150,205).

#3596cd hex color red value is 53, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3596cd hue: 0.56 , saturation: 0.60 and the lightness value of 3596cd is 0.51.

The process color (four color CMYK) of #3596cd color hex is 0.74, 0.27, 0.00, 0.20. Web safe color of #3596cd is #3399cc. Color #3596cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010110 11001101
Octal 65 226 315
Decimal 53 150 205
Hex 35 96 CD

RGB Percentages of Color #3596cd

%12.99
%36.76
%50.25

CMYK Percentages of Color #3596cd

%74
%27
%0
%20

Triadic Colors of #3596cd

#3596cd #cd3596 #96cd35

Analogous Colors of #3596cd

#3596cd #354acd #35cdb8

Monochromatic Colors of #3596cd

#3596cd

Complementary Color

#3596cd #cd6c35

#3596cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3596cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3596cd Color CSS Codes

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

#3596cd Text Font Color

<p style="color:#3596cd">Text here</p>

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


#3596cd Background Color

<div style="background-color:#3596cd">
Div content here</div>

This div background color is #3596cd


#3596cd Border Color

<div style="border:3px solid #3596cd">
Div here</div>

This div border color is #3596cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,150,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3596cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3596cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3596cd;
  box-shadow:         1px 1px 3px 2px #3596cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3596cd


Comments

No comments written yet.

Please login to write comment.