Color Hex Logo

#353769 Color Hex

#353769
(53,55,105)
0 Favorites   0 Comments

Color spaces of #353769

RGB 5355105
HSL0.660.330.31
HSV238°50°41°
CMYK 0.500.480.00   0.59
XYZ5.38424.509213.9512
Yxy4.50920.22580.1891
Hunter Lab21.23498.0985-24.0888
CIE-Lab25.288114.0621-29.6415

#353769 color RGB value is (53,55,105).

#353769 hex color red value is 53, green value is 55 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #353769 hue: 0.66 , saturation: 0.33 and the lightness value of 353769 is 0.31.

The process color (four color CMYK) of #353769 color hex is 0.50, 0.48, 0.00, 0.59. Web safe color of #353769 is #333366. Color #353769 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 01101001
Octal 65 67 151
Decimal 53 55 105
Hex 35 37 69

RGB Percentages of Color #353769

%24.88
%25.82
%49.30

CMYK Percentages of Color #353769

%50
%48
%0
%59

Triadic Colors of #353769

#353769 #693537 #376935

Analogous Colors of #353769

#353769 #4d3569 #355169

Monochromatic Colors of #353769

#353769

Complementary Color

#353769 #696735

#353769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353769 Color CSS Codes

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

#353769 Text Font Color

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

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


#353769 Background Color

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

This div background color is #353769


#353769 Border Color

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

This div border color is #353769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353769


Comments

No comments written yet.

Please login to write comment.