Color Hex Logo

#353768 Color Hex

#353768
(53,55,104)
0 Favorites   0 Comments

Color spaces of #353768

RGB 5355104
HSL0.660.320.31
HSV238°49°41°
CMYK 0.490.470.00   0.59
XYZ5.33314.488713.6820
Yxy4.48870.22690.1910
Hunter Lab21.18667.8557-23.4581
CIE-Lab25.225413.7228-29.0968

#353768 color RGB value is (53,55,104).

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

The process color (four color CMYK) of #353768 color hex is 0.49, 0.47, 0.00, 0.59. Web safe color of #353768 is #333366. Color #353768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 01101000
Octal 65 67 150
Decimal 53 55 104
Hex 35 37 68

RGB Percentages of Color #353768

%25.00
%25.94
%49.06

CMYK Percentages of Color #353768

%49
%47
%0
%59

Triadic Colors of #353768

#353768 #683537 #376835

Analogous Colors of #353768

#353768 #4c3568 #355168

Monochromatic Colors of #353768

#353768

Complementary Color

#353768 #686635

#353768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353768 Color CSS Codes

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

#353768 Text Font Color

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

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


#353768 Background Color

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

This div background color is #353768


#353768 Border Color

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

This div border color is #353768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353768


Comments

No comments written yet.

Please login to write comment.