Color Hex Logo

#40336d Color Hex

#40336D
(64,51,109)
0 Favorites   0 Comments

Color spaces of #40336d

RGB 6451109
HSL0.700.360.31
HSV253°53°43°
CMYK 0.410.530.00   0.57
XYZ6.05854.561815.0292
Yxy4.56180.23620.1779
Hunter Lab21.358413.2560-26.7696
CIE-Lab25.448021.0759-31.8986

#40336d color RGB value is (64,51,109).

#40336d hex color red value is 64, green value is 51 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #40336d hue: 0.70 , saturation: 0.36 and the lightness value of 40336d is 0.31.

The process color (four color CMYK) of #40336d color hex is 0.41, 0.53, 0.00, 0.57. Web safe color of #40336d is #333366. Color #40336d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110011 01101101
Octal 100 63 155
Decimal 64 51 109
Hex 40 33 6D

RGB Percentages of Color #40336d

%28.57
%22.77
%48.66

CMYK Percentages of Color #40336d

%41
%53
%0
%57

Triadic Colors of #40336d

#40336d #6d4033 #336d40

Analogous Colors of #40336d

#40336d #5d336d #33436d

Monochromatic Colors of #40336d

#40336d

Complementary Color

#40336d #606d33

#40336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40336d Color CSS Codes

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

#40336d Text Font Color

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

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


#40336d Background Color

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

This div background color is #40336d


#40336d Border Color

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

This div border color is #40336d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,51,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40336d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40336d;
  -webkit-box-shadow: 1px 1px 3px 2px #40336d;
  box-shadow:         1px 1px 3px 2px #40336d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40336d


Comments

No comments written yet.

Please login to write comment.