Color Hex Logo

#385698 Color Hex

#385698
(56,86,152)
0 Favorites   0 Comments

Color spaces of #385698

RGB 5686152
HSL0.610.460.41
HSV221°63°60°
CMYK 0.630.430.00   0.40
XYZ10.62629.763331.0302
Yxy9.76330.20670.1899
Hunter Lab31.24636.0231-37.0076
CIE-Lab37.414210.6366-39.5214

#385698 color RGB value is (56,86,152).

#385698 hex color red value is 56, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #385698 hue: 0.61 , saturation: 0.46 and the lightness value of 385698 is 0.41.

The process color (four color CMYK) of #385698 color hex is 0.63, 0.43, 0.00, 0.40. Web safe color of #385698 is #336699. Color #385698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 10011000
Octal 70 126 230
Decimal 56 86 152
Hex 38 56 98

RGB Percentages of Color #385698

%19.05
%29.25
%51.70

CMYK Percentages of Color #385698

%63
%43
%0
%40

Triadic Colors of #385698

#385698 #983856 #569838

Analogous Colors of #385698

#385698 #4a3898 #388698

Monochromatic Colors of #385698

#385698

Complementary Color

#385698 #987a38

#385698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385698 Color CSS Codes

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

#385698 Text Font Color

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

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


#385698 Background Color

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

This div background color is #385698


#385698 Border Color

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

This div border color is #385698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,86,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385698;
  -webkit-box-shadow: 1px 1px 3px 2px #385698;
  box-shadow:         1px 1px 3px 2px #385698; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385698

#385698 Color Palettes


Comments

No comments written yet.

Please login to write comment.