Color Hex Logo

#353596 Color Hex

#353596
(53,53,150)
0 Favorites   0 Comments

Color spaces of #353596

RGB 5353150
HSL0.670.480.40
HSV240°65°59°
CMYK 0.650.650.00   0.41
XYZ8.24635.505129.4821
Yxy5.50510.19070.1273
Hunter Lab23.462921.6755-58.0761
CIE-Lab28.127931.1423-53.3061

#353596 color RGB value is (53,53,150).

#353596 hex color red value is 53, green value is 53 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #353596 hue: 0.67 , saturation: 0.48 and the lightness value of 353596 is 0.40.

The process color (four color CMYK) of #353596 color hex is 0.65, 0.65, 0.00, 0.41. Web safe color of #353596 is #333399. Color #353596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 10010110
Octal 65 65 226
Decimal 53 53 150
Hex 35 35 96

RGB Percentages of Color #353596

%20.70
%20.70
%58.59

CMYK Percentages of Color #353596

%65
%65
%0
%41

Triadic Colors of #353596

#353596 #963535 #359635

Analogous Colors of #353596

#353596 #663596 #356696

Monochromatic Colors of #353596

#353596

Complementary Color

#353596 #969635

#353596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353596 Color CSS Codes

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

#353596 Text Font Color

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

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


#353596 Background Color

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

This div background color is #353596


#353596 Border Color

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

This div border color is #353596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353596


Comments

No comments written yet.

Please login to write comment.