Color Hex Logo

#38417a Color Hex

#38417A
(56,65,122)
1 Favorites   0 Comments

Color spaces of #38417a

RGB 5665122
HSL0.640.370.35
HSV232°54°48°
CMYK 0.540.470.00   0.52
XYZ7.03406.026519.2048
Yxy6.02650.21800.1868
Hunter Lab24.54898.1849-29.1987
CIE-Lab29.479213.8909-33.7498

#38417a color RGB value is (56,65,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000001 01111010
Octal 70 101 172
Decimal 56 65 122
Hex 38 41 7A

RGB Percentages of Color #38417a

%23.05
%26.75
%50.21

CMYK Percentages of Color #38417a

%54
%47
%0
%52

Triadic Colors of #38417a

#38417a #7a3841 #417a38

Analogous Colors of #38417a

#38417a #50387a #38627a

Monochromatic Colors of #38417a

#38417a

Complementary Color

#38417a #7a7138

#38417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38417a Color CSS Codes

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

#38417a Text Font Color

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

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


#38417a Background Color

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

This div background color is #38417a


#38417a Border Color

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

This div border color is #38417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38417a


Comments

No comments written yet.

Please login to write comment.