Color Hex Logo

#38366b Color Hex

#38366B
(56,54,107)
0 Favorites   0 Comments

Color spaces of #38366b

RGB 5654107
HSL0.670.330.32
HSV242°50°42°
CMYK 0.480.500.00   0.58
XYZ5.60394.540614.4910
Yxy4.54060.22750.1843
Hunter Lab21.30879.6529-25.4042
CIE-Lab25.383716.2271-30.7607

#38366b color RGB value is (56,54,107).

#38366b hex color red value is 56, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #38366b hue: 0.67 , saturation: 0.33 and the lightness value of 38366b is 0.32.

The process color (four color CMYK) of #38366b color hex is 0.48, 0.50, 0.00, 0.58. Web safe color of #38366b is #333366. Color #38366b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110110 01101011
Octal 70 66 153
Decimal 56 54 107
Hex 38 36 6B

RGB Percentages of Color #38366b

%25.81
%24.88
%49.31

CMYK Percentages of Color #38366b

%48
%50
%0
%58

Triadic Colors of #38366b

#38366b #6b3836 #366b38

Analogous Colors of #38366b

#38366b #53366b #364f6b

Monochromatic Colors of #38366b

#38366b

Complementary Color

#38366b #696b36

#38366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38366b Color CSS Codes

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

#38366b Text Font Color

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

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


#38366b Background Color

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

This div background color is #38366b


#38366b Border Color

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

This div border color is #38366b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,54,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38366b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38366b;
  -webkit-box-shadow: 1px 1px 3px 2px #38366b;
  box-shadow:         1px 1px 3px 2px #38366b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38366b


Comments

No comments written yet.

Please login to write comment.