Color Hex Logo

#38458f Color Hex

#38458F
(56,69,143)
0 Favorites   0 Comments

Color spaces of #38458f

RGB 5669143
HSL0.640.440.39
HSV231°61°56°
CMYK 0.610.520.00   0.44
XYZ8.71697.080226.8938
Yxy7.08020.20420.1658
Hunter Lab26.608611.9109-41.2993
CIE-Lab31.988818.6334-42.7463

#38458f color RGB value is (56,69,143).

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

The process color (four color CMYK) of #38458f color hex is 0.61, 0.52, 0.00, 0.44. Web safe color of #38458f is #333399. Color #38458f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000101 10001111
Octal 70 105 217
Decimal 56 69 143
Hex 38 45 8F

RGB Percentages of Color #38458f

%20.90
%25.75
%53.36

CMYK Percentages of Color #38458f

%61
%52
%0
%44

Triadic Colors of #38458f

#38458f #8f3845 #458f38

Analogous Colors of #38458f

#38458f #57388f #38718f

Monochromatic Colors of #38458f

#38458f

Complementary Color

#38458f #8f8238

#38458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38458f Color CSS Codes

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

#38458f Text Font Color

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

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


#38458f Background Color

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

This div background color is #38458f


#38458f Border Color

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

This div border color is #38458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38458f


Comments

No comments written yet.

Please login to write comment.