Color Hex Logo

#35406b Color Hex

#35406B
(53,64,107)
0 Favorites   0 Comments

Color spaces of #35406b

RGB 5364107
HSL0.630.340.31
HSV228°50°42°
CMYK 0.500.400.00   0.58
XYZ5.95545.485214.6548
Yxy5.48520.22820.2102
Hunter Lab23.42054.4034-20.7049
CIE-Lab28.07468.6147-26.5044

#35406b color RGB value is (53,64,107).

#35406b hex color red value is 53, green value is 64 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #35406b hue: 0.63 , saturation: 0.34 and the lightness value of 35406b is 0.31.

The process color (four color CMYK) of #35406b color hex is 0.50, 0.40, 0.00, 0.58. Web safe color of #35406b is #333366. Color #35406b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 01101011
Octal 65 100 153
Decimal 53 64 107
Hex 35 40 6B

RGB Percentages of Color #35406b

%23.66
%28.57
%47.77

CMYK Percentages of Color #35406b

%50
%40
%0
%58

Triadic Colors of #35406b

#35406b #6b3540 #406b35

Analogous Colors of #35406b

#35406b #45356b #355b6b

Monochromatic Colors of #35406b

#35406b

Complementary Color

#35406b #6b6035

#35406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35406b Color CSS Codes

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

#35406b Text Font Color

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

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


#35406b Background Color

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

This div background color is #35406b


#35406b Border Color

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

This div border color is #35406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35406b


Comments

No comments written yet.

Please login to write comment.