Color Hex Logo

#38659f Color Hex

#38659F
(56,101,159)
0 Favorites   0 Comments

Color spaces of #38659f

RGB 56101159
HSL0.590.480.42
HSV214°65°62°
CMYK 0.650.360.00   0.38
XYZ12.542612.651334.5818
Yxy12.65130.20980.2116
Hunter Lab35.56870.6994-32.7469
CIE-Lab42.23313.5532-36.0541

#38659f color RGB value is (56,101,159).

#38659f hex color red value is 56, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #38659f hue: 0.59 , saturation: 0.48 and the lightness value of 38659f is 0.42.

The process color (four color CMYK) of #38659f color hex is 0.65, 0.36, 0.00, 0.38. Web safe color of #38659f is #336699. Color #38659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 10011111
Octal 70 145 237
Decimal 56 101 159
Hex 38 65 9F

RGB Percentages of Color #38659f

%17.72
%31.96
%50.32

CMYK Percentages of Color #38659f

%65
%36
%0
%38

Triadic Colors of #38659f

#38659f #9f3865 #659f38

Analogous Colors of #38659f

#38659f #3f389f #38999f

Monochromatic Colors of #38659f

#38659f

Complementary Color

#38659f #9f7238

#38659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38659f Color CSS Codes

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

#38659f Text Font Color

<p style="color:#38659f">Text here</p>

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


#38659f Background Color

<div style="background-color:#38659f">
Div content here</div>

This div background color is #38659f


#38659f Border Color

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

This div border color is #38659f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,101,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38659f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38659f;
  -webkit-box-shadow: 1px 1px 3px 2px #38659f;
  box-shadow:         1px 1px 3px 2px #38659f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,101,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38659f


Comments

No comments written yet.

Please login to write comment.