Color Hex Logo

#3b407c Color Hex

#3B407C
(59,64,124)
0 Favorites   0 Comments

Color spaces of #3b407c

RGB 5964124
HSL0.650.360.36
HSV235°52°49°
CMYK 0.520.480.00   0.51
XYZ7.27516.051819.8535
Yxy6.05180.21930.1824
Hunter Lab24.60049.7373-30.6291
CIE-Lab29.542815.9885-34.8891

#3b407c color RGB value is (59,64,124).

#3b407c hex color red value is 59, green value is 64 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #3b407c hue: 0.65 , saturation: 0.36 and the lightness value of 3b407c is 0.36.

The process color (four color CMYK) of #3b407c color hex is 0.52, 0.48, 0.00, 0.51. Web safe color of #3b407c is #333366. Color #3b407c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000000 01111100
Octal 73 100 174
Decimal 59 64 124
Hex 3B 40 7C

RGB Percentages of Color #3b407c

%23.89
%25.91
%50.20

CMYK Percentages of Color #3b407c

%52
%48
%0
%51

Triadic Colors of #3b407c

#3b407c #7c3b40 #407c3b

Analogous Colors of #3b407c

#3b407c #573b7c #3b617c

Monochromatic Colors of #3b407c

#3b407c

Complementary Color

#3b407c #7c773b

#3b407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b407c Color CSS Codes

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

#3b407c Text Font Color

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

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


#3b407c Background Color

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

This div background color is #3b407c


#3b407c Border Color

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

This div border color is #3b407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b407c


Comments

No comments written yet.

Please login to write comment.