Color Hex Logo

#38437a Color Hex

#38437A
(56,67,122)
0 Favorites   0 Comments

Color spaces of #38437a

RGB 5667122
HSL0.640.370.35
HSV230°54°48°
CMYK 0.540.450.00   0.52
XYZ7.15096.260219.2438
Yxy6.26020.21900.1917
Hunter Lab25.02047.2301-28.0871
CIE-Lab30.059712.5455-32.8249

#38437a color RGB value is (56,67,122).

#38437a hex color red value is 56, green value is 67 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #38437a hue: 0.64 , saturation: 0.37 and the lightness value of 38437a is 0.35.

The process color (four color CMYK) of #38437a color hex is 0.54, 0.45, 0.00, 0.52. Web safe color of #38437a is #333366. Color #38437a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 01111010
Octal 70 103 172
Decimal 56 67 122
Hex 38 43 7A

RGB Percentages of Color #38437a

%22.86
%27.35
%49.80

CMYK Percentages of Color #38437a

%54
%45
%0
%52

Triadic Colors of #38437a

#38437a #7a3843 #437a38

Analogous Colors of #38437a

#38437a #4e387a #38647a

Monochromatic Colors of #38437a

#38437a

Complementary Color

#38437a #7a6f38

#38437a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38437a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38437a Color CSS Codes

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

#38437a Text Font Color

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

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


#38437a Background Color

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

This div background color is #38437a


#38437a Border Color

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

This div border color is #38437a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,67,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38437a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38437a;
  -webkit-box-shadow: 1px 1px 3px 2px #38437a;
  box-shadow:         1px 1px 3px 2px #38437a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38437a


Comments

No comments written yet.

Please login to write comment.