Color Hex Logo

#38588f Color Hex

#38588F
(56,88,143)
0 Favorites   0 Comments

Color spaces of #38588f

RGB 5688143
HSL0.610.440.39
HSV218°61°56°
CMYK 0.610.380.00   0.44
XYZ10.07859.803427.3476
Yxy9.80340.21340.2076
Hunter Lab31.31042.6642-29.8687
CIE-Lab37.48726.1102-33.9681

#38588f color RGB value is (56,88,143).

#38588f hex color red value is 56, green value is 88 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #38588f hue: 0.61 , saturation: 0.44 and the lightness value of 38588f is 0.39.

The process color (four color CMYK) of #38588f color hex is 0.61, 0.38, 0.00, 0.44. Web safe color of #38588f is #336699. Color #38588f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 10001111
Octal 70 130 217
Decimal 56 88 143
Hex 38 58 8F

RGB Percentages of Color #38588f

%19.51
%30.66
%49.83

CMYK Percentages of Color #38588f

%61
%38
%0
%44

Triadic Colors of #38588f

#38588f #8f3858 #588f38

Analogous Colors of #38588f

#38588f #44388f #38848f

Monochromatic Colors of #38588f

#38588f

Complementary Color

#38588f #8f6f38

#38588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38588f Color CSS Codes

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

#38588f Text Font Color

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

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


#38588f Background Color

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

This div background color is #38588f


#38588f Border Color

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

This div border color is #38588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38588f


Comments

No comments written yet.

Please login to write comment.