Color Hex Logo

#35345d Color Hex

#35345D
(53,52,93)
0 Favorites   0 Comments

Color spaces of #35345d

RGB 535293
HSL0.670.280.28
HSV241°44°36°
CMYK 0.430.440.00   0.64
XYZ4.67204.003210.8824
Yxy4.00320.23890.2047
Hunter Lab20.00806.6669-18.2424
CIE-Lab23.682012.1144-24.3977

#35345d color RGB value is (53,52,93).

#35345d hex color red value is 53, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #35345d hue: 0.67 , saturation: 0.28 and the lightness value of 35345d is 0.28.

The process color (four color CMYK) of #35345d color hex is 0.43, 0.44, 0.00, 0.64. Web safe color of #35345d is #333366. Color #35345d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110100 01011101
Octal 65 64 135
Decimal 53 52 93
Hex 35 34 5D

RGB Percentages of Color #35345d

%26.77
%26.26
%46.97

CMYK Percentages of Color #35345d

%43
%44
%0
%64

Triadic Colors of #35345d

#35345d #5d3534 #345d35

Analogous Colors of #35345d

#35345d #4a345d #34475d

Monochromatic Colors of #35345d

#35345d

Complementary Color

#35345d #5c5d34

#35345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35345d Color CSS Codes

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

#35345d Text Font Color

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

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


#35345d Background Color

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

This div background color is #35345d


#35345d Border Color

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

This div border color is #35345d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35345d


Comments

No comments written yet.

Please login to write comment.