Color Hex Logo

#35404b Color Hex

#35404B
(53,64,75)
0 Favorites   0 Comments

Color spaces of #35404b

RGB 536475
HSL0.580.170.25
HSV210°29°29°
CMYK 0.290.150.00   0.71
XYZ4.57164.93177.3676
Yxy4.93170.27100.2923
Hunter Lab22.2074-2.1172-4.1250
CIE-Lab26.5393-1.5230-8.1553

#35404b color RGB value is (53,64,75).

#35404b hex color red value is 53, green value is 64 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #35404b hue: 0.58 , saturation: 0.17 and the lightness value of 35404b is 0.25.

The process color (four color CMYK) of #35404b color hex is 0.29, 0.15, 0.00, 0.71. Web safe color of #35404b is #333333. Color #35404b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 01001011
Octal 65 100 113
Decimal 53 64 75
Hex 35 40 4B

RGB Percentages of Color #35404b

%27.60
%33.33
%39.06

CMYK Percentages of Color #35404b

%29
%15
%0
%71

Triadic Colors of #35404b

#35404b #4b3540 #404b35

Analogous Colors of #35404b

#35404b #35354b #354b4b

Monochromatic Colors of #35404b

#35404b

Complementary Color

#35404b #4b4035

#35404b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35404b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35404b Color CSS Codes

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

#35404b Text Font Color

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

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


#35404b Background Color

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

This div background color is #35404b


#35404b Border Color

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

This div border color is #35404b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35404b


Comments

No comments written yet.

Please login to write comment.