Color Hex Logo

#386275 Color Hex

#386275
(56,98,117)
0 Favorites   0 Comments

Color spaces of #386275

RGB 5698117
HSL0.550.350.34
HSV199°52°46°
CMYK 0.520.160.00   0.54
XYZ9.209510.860518.4405
Yxy10.86050.23910.2820
Hunter Lab32.9553-7.7891-10.1077
CIE-Lab39.3445-8.9025-15.2325

#386275 color RGB value is (56,98,117).

#386275 hex color red value is 56, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #386275 hue: 0.55 , saturation: 0.35 and the lightness value of 386275 is 0.34.

The process color (four color CMYK) of #386275 color hex is 0.52, 0.16, 0.00, 0.54. Web safe color of #386275 is #336666. Color #386275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 01110101
Octal 70 142 165
Decimal 56 98 117
Hex 38 62 75

RGB Percentages of Color #386275

%20.66
%36.16
%43.17

CMYK Percentages of Color #386275

%52
%16
%0
%54

Triadic Colors of #386275

#386275 #753862 #627538

Analogous Colors of #386275

#386275 #384475 #38756a

Monochromatic Colors of #386275

#386275

Complementary Color

#386275 #754b38

#386275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386275 Color CSS Codes

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

#386275 Text Font Color

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

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


#386275 Background Color

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

This div background color is #386275


#386275 Border Color

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

This div border color is #386275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386275


Comments

No comments written yet.

Please login to write comment.