Color Hex Logo

#353f5c Color Hex

#353F5C
(53,63,92)
0 Favorites   0 Comments

Color spaces of #353f5c

RGB 536392
HSL0.620.270.28
HSV225°42°36°
CMYK 0.420.320.00   0.64
XYZ5.17755.084610.8338
Yxy5.08460.24540.2410
Hunter Lab22.54911.5246-12.7018
CIE-Lab26.97444.3037-18.5828

#353f5c color RGB value is (53,63,92).

#353f5c hex color red value is 53, green value is 63 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #353f5c hue: 0.62 , saturation: 0.27 and the lightness value of 353f5c is 0.28.

The process color (four color CMYK) of #353f5c color hex is 0.42, 0.32, 0.00, 0.64. Web safe color of #353f5c is #333366. Color #353f5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111111 01011100
Octal 65 77 134
Decimal 53 63 92
Hex 35 3F 5C

RGB Percentages of Color #353f5c

%25.48
%30.29
%44.23

CMYK Percentages of Color #353f5c

%42
%32
%0
%64

Triadic Colors of #353f5c

#353f5c #5c353f #3f5c35

Analogous Colors of #353f5c

#353f5c #3f355c #35535c

Monochromatic Colors of #353f5c

#353f5c

Complementary Color

#353f5c #5c5235

#353f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#353f5c Color CSS Codes

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

#353f5c Text Font Color

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

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


#353f5c Background Color

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

This div background color is #353f5c


#353f5c Border Color

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

This div border color is #353f5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353f5c


Comments

No comments written yet.

Please login to write comment.