Color Hex Logo

#353476 Color Hex

#353476
(53,52,118)
0 Favorites   0 Comments

Color spaces of #353476

RGB 5352118
HSL0.670.390.33
HSV241°56°46°
CMYK 0.550.560.00   0.54
XYZ5.96624.520917.6977
Yxy4.52090.21170.1604
Hunter Lab21.262412.8776-34.4662
CIE-Lab25.323720.5920-37.9001

#353476 color RGB value is (53,52,118).

#353476 hex color red value is 53, green value is 52 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #353476 hue: 0.67 , saturation: 0.39 and the lightness value of 353476 is 0.33.

The process color (four color CMYK) of #353476 color hex is 0.55, 0.56, 0.00, 0.54. Web safe color of #353476 is #333366. Color #353476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110100 01110110
Octal 65 64 166
Decimal 53 52 118
Hex 35 34 76

RGB Percentages of Color #353476

%23.77
%23.32
%52.91

CMYK Percentages of Color #353476

%55
%56
%0
%54

Triadic Colors of #353476

#353476 #763534 #347635

Analogous Colors of #353476

#353476 #563476 #345476

Monochromatic Colors of #353476

#353476

Complementary Color

#353476 #757634

#353476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353476 Color CSS Codes

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

#353476 Text Font Color

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

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


#353476 Background Color

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

This div background color is #353476


#353476 Border Color

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

This div border color is #353476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353476


Comments

No comments written yet.

Please login to write comment.