Color Hex Logo

#353661 Color Hex

#353661
(53,54,97)
0 Favorites   0 Comments

Color spaces of #353661

RGB 535497
HSL0.660.290.29
HSV239°45°38°
CMYK 0.450.440.00   0.62
XYZ4.94504.258311.8706
Yxy4.25830.23470.2021
Hunter Lab20.63566.6623-19.6615
CIE-Lab24.507612.0559-25.7027

#353661 color RGB value is (53,54,97).

#353661 hex color red value is 53, green value is 54 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #353661 hue: 0.66 , saturation: 0.29 and the lightness value of 353661 is 0.29.

The process color (four color CMYK) of #353661 color hex is 0.45, 0.44, 0.00, 0.62. Web safe color of #353661 is #333366. Color #353661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 01100001
Octal 65 66 141
Decimal 53 54 97
Hex 35 36 61

RGB Percentages of Color #353661

%25.98
%26.47
%47.55

CMYK Percentages of Color #353661

%45
%44
%0
%62

Triadic Colors of #353661

#353661 #613536 #366135

Analogous Colors of #353661

#353661 #4a3561 #354c61

Monochromatic Colors of #353661

#353661

Complementary Color

#353661 #616035

#353661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353661 Color CSS Codes

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

#353661 Text Font Color

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

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


#353661 Background Color

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

This div background color is #353661


#353661 Border Color

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

This div border color is #353661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353661


Comments

No comments written yet.

Please login to write comment.