Color Hex Logo

#3b435a Color Hex

#3B435A
(59,67,90)
0 Favorites   0 Comments

Color spaces of #3b435a

RGB 596790
HSL0.620.210.29
HSV225°34°35°
CMYK 0.340.260.00   0.65
XYZ5.65635.682310.4715
Yxy5.68230.25930.2605
Hunter Lab23.83760.6396-9.3589
CIE-Lab28.59642.9840-14.7415

#3b435a color RGB value is (59,67,90).

#3b435a hex color red value is 59, green value is 67 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #3b435a hue: 0.62 , saturation: 0.21 and the lightness value of 3b435a is 0.29.

The process color (four color CMYK) of #3b435a color hex is 0.34, 0.26, 0.00, 0.65. Web safe color of #3b435a is #333366. Color #3b435a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000011 01011010
Octal 73 103 132
Decimal 59 67 90
Hex 3B 43 5A

RGB Percentages of Color #3b435a

%27.31
%31.02
%41.67

CMYK Percentages of Color #3b435a

%34
%26
%0
%65

Triadic Colors of #3b435a

#3b435a #5a3b43 #435a3b

Analogous Colors of #3b435a

#3b435a #433b5a #3b535a

Monochromatic Colors of #3b435a

#3b435a

Complementary Color

#3b435a #5a523b

#3b435a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b435a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b435a Color CSS Codes

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

#3b435a Text Font Color

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

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


#3b435a Background Color

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

This div background color is #3b435a


#3b435a Border Color

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

This div border color is #3b435a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,67,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b435a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b435a;
  -webkit-box-shadow: 1px 1px 3px 2px #3b435a;
  box-shadow:         1px 1px 3px 2px #3b435a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,67,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b435a


Comments

No comments written yet.

Please login to write comment.