Color Hex Logo

#386998 Color Hex

#386998
(56,105,152)
0 Favorites   0 Comments

Color spaces of #386998

RGB 56105152
HSL0.580.460.41
HSV209°63°60°
CMYK 0.630.310.00   0.40
XYZ12.350013.210931.6048
Yxy13.21090.21600.2311
Hunter Lab36.3468-2.9558-26.1119
CIE-Lab43.0793-1.4041-30.5614

#386998 color RGB value is (56,105,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 10011000
Octal 70 151 230
Decimal 56 105 152
Hex 38 69 98

RGB Percentages of Color #386998

%17.89
%33.55
%48.56

CMYK Percentages of Color #386998

%63
%31
%0
%40

Triadic Colors of #386998

#386998 #983869 #699838

Analogous Colors of #386998

#386998 #383998 #389897

Monochromatic Colors of #386998

#386998

Complementary Color

#386998 #986738

#386998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386998 Color CSS Codes

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

#386998 Text Font Color

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

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


#386998 Background Color

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

This div background color is #386998


#386998 Border Color

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

This div border color is #386998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,105,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 #386998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386998


Comments

No comments written yet.

Please login to write comment.