Color Hex Logo

#353594 Color Hex

#353594
(53,53,148)
0 Favorites   0 Comments

Color spaces of #353594

RGB 5353148
HSL0.670.470.39
HSV240°64°58°
CMYK 0.640.640.00   0.42
XYZ8.08665.441228.6410
Yxy5.44120.19180.1290
Hunter Lab23.326421.0598-56.4700
CIE-Lab27.956530.4429-52.3593

#353594 color RGB value is (53,53,148).

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

The process color (four color CMYK) of #353594 color hex is 0.64, 0.64, 0.00, 0.42. Web safe color of #353594 is #333399. Color #353594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 10010100
Octal 65 65 224
Decimal 53 53 148
Hex 35 35 94

RGB Percentages of Color #353594

%20.87
%20.87
%58.27

CMYK Percentages of Color #353594

%64
%64
%0
%42

Triadic Colors of #353594

#353594 #943535 #359435

Analogous Colors of #353594

#353594 #653594 #356594

Monochromatic Colors of #353594

#353594

Complementary Color

#353594 #949435

#353594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353594 Color CSS Codes

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

#353594 Text Font Color

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

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


#353594 Background Color

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

This div background color is #353594


#353594 Border Color

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

This div border color is #353594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353594


Comments

No comments written yet.

Please login to write comment.