Color Hex Logo

#353688 Color Hex

#353688
(53,54,136)
0 Favorites   0 Comments

Color spaces of #353688

RGB 5354136
HSL0.660.440.37
HSV239°61°53°
CMYK 0.610.600.00   0.47
XYZ7.23135.172823.9099
Yxy5.17280.19910.1424
Hunter Lab22.743816.9518-46.4092
CIE-Lab27.221525.5671-46.1418

#353688 color RGB value is (53,54,136).

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

The process color (four color CMYK) of #353688 color hex is 0.61, 0.60, 0.00, 0.47. Web safe color of #353688 is #333399. Color #353688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 10001000
Octal 65 66 210
Decimal 53 54 136
Hex 35 36 88

RGB Percentages of Color #353688

%21.81
%22.22
%55.97

CMYK Percentages of Color #353688

%61
%60
%0
%47

Triadic Colors of #353688

#353688 #883536 #368835

Analogous Colors of #353688

#353688 #5e3588 #356088

Monochromatic Colors of #353688

#353688

Complementary Color

#353688 #888735

#353688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353688 Color CSS Codes

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

#353688 Text Font Color

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

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


#353688 Background Color

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

This div background color is #353688


#353688 Border Color

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

This div border color is #353688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353688


Comments

No comments written yet.

Please login to write comment.