Color Hex Logo

#39468c Color Hex

#39468C
(57,70,140)
0 Favorites   0 Comments

Color spaces of #39468c

RGB 5770140
HSL0.640.420.39
HSV231°59°55°
CMYK 0.590.500.00   0.45
XYZ8.61117.143625.7359
Yxy7.14360.20750.1722
Hunter Lab26.727510.7362-38.3810
CIE-Lab32.131617.1019-40.6727

#39468c color RGB value is (57,70,140).

#39468c hex color red value is 57, green value is 70 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #39468c hue: 0.64 , saturation: 0.42 and the lightness value of 39468c is 0.39.

The process color (four color CMYK) of #39468c color hex is 0.59, 0.50, 0.00, 0.45. Web safe color of #39468c is #333399. Color #39468c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 10001100
Octal 71 106 214
Decimal 57 70 140
Hex 39 46 8C

RGB Percentages of Color #39468c

%21.35
%26.22
%52.43

CMYK Percentages of Color #39468c

%59
%50
%0
%45

Triadic Colors of #39468c

#39468c #8c3946 #468c39

Analogous Colors of #39468c

#39468c #55398c #39708c

Monochromatic Colors of #39468c

#39468c

Complementary Color

#39468c #8c7f39

#39468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39468c Color CSS Codes

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

#39468c Text Font Color

<p style="color:#39468c">Text here</p>

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


#39468c Background Color

<div style="background-color:#39468c">
Div content here</div>

This div background color is #39468c


#39468c Border Color

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

This div border color is #39468c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,70,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39468c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39468c;
  -webkit-box-shadow: 1px 1px 3px 2px #39468c;
  box-shadow:         1px 1px 3px 2px #39468c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,70,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39468c


Comments

No comments written yet.

Please login to write comment.