Color Hex Logo

#353374 Color Hex

#353374
(53,51,116)
0 Favorites   0 Comments

Color spaces of #353374

RGB 5351116
HSL0.670.390.33
HSV242°56°45°
CMYK 0.540.560.00   0.55
XYZ5.80444.385517.0636
Yxy4.38550.21300.1609
Hunter Lab20.941612.8272-33.6515
CIE-Lab24.907020.5755-37.2992

#353374 color RGB value is (53,51,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 01110100
Octal 65 63 164
Decimal 53 51 116
Hex 35 33 74

RGB Percentages of Color #353374

%24.09
%23.18
%52.73

CMYK Percentages of Color #353374

%54
%56
%0
%55

Triadic Colors of #353374

#353374 #743533 #337435

Analogous Colors of #353374

#353374 #563374 #335274

Monochromatic Colors of #353374

#353374

Complementary Color

#353374 #727433

#353374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353374 Color CSS Codes

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

#353374 Text Font Color

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

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


#353374 Background Color

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

This div background color is #353374


#353374 Border Color

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

This div border color is #353374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353374


Comments

No comments written yet.

Please login to write comment.