Color Hex Logo

#353261 Color Hex

#353261
(53,50,97)
0 Favorites   0 Comments

Color spaces of #353261

RGB 535097
HSL0.680.320.29
HSV244°48°38°
CMYK 0.450.480.00   0.62
XYZ4.76653.901211.8110
Yxy3.90120.23280.1905
Hunter Lab19.75158.5113-21.6283
CIE-Lab23.342114.8063-27.5521

#353261 color RGB value is (53,50,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 01100001
Octal 65 62 141
Decimal 53 50 97
Hex 35 32 61

RGB Percentages of Color #353261

%26.50
%25.00
%48.50

CMYK Percentages of Color #353261

%45
%48
%0
%62

Triadic Colors of #353261

#353261 #613532 #326135

Analogous Colors of #353261

#353261 #4d3261 #324661

Monochromatic Colors of #353261

#353261

Complementary Color

#353261 #5e6132

#353261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353261 Color CSS Codes

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

#353261 Text Font Color

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

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


#353261 Background Color

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

This div background color is #353261


#353261 Border Color

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

This div border color is #353261


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,50,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 #353261">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353261


Comments

No comments written yet.

Please login to write comment.