Color Hex Logo

#353356 Color Hex

#353356
(53,51,86)
0 Favorites   0 Comments

Color spaces of #353356

RGB 535186
HSL0.680.260.27
HSV243°41°34°
CMYK 0.380.410.00   0.66
XYZ4.33173.79649.3086
Yxy3.79640.24840.2177
Hunter Lab19.48445.5859-14.6866
CIE-Lab22.986610.5524-20.8876

#353356 color RGB value is (53,51,86).

#353356 hex color red value is 53, green value is 51 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #353356 hue: 0.68 , saturation: 0.26 and the lightness value of 353356 is 0.27.

The process color (four color CMYK) of #353356 color hex is 0.38, 0.41, 0.00, 0.66. Web safe color of #353356 is #333366. Color #353356 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 01010110
Octal 65 63 126
Decimal 53 51 86
Hex 35 33 56

RGB Percentages of Color #353356

%27.89
%26.84
%45.26

CMYK Percentages of Color #353356

%38
%41
%0
%66

Triadic Colors of #353356

#353356 #563533 #335635

Analogous Colors of #353356

#353356 #473356 #334356

Monochromatic Colors of #353356

#353356

Complementary Color

#353356 #545633

#353356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353356 Color CSS Codes

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

#353356 Text Font Color

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

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


#353356 Background Color

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

This div background color is #353356


#353356 Border Color

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

This div border color is #353356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353356


Comments

No comments written yet.

Please login to write comment.