color codes Logo

#38509c color codes

#38509C
(56,80,156)
0 Favorites   0 Comments

Color spaces of #38509c

RGB 5680156
HSL0.630.470.42
HSV226°64°61°
CMYK 0.640.490.00   0.39
XYZ10.50038.978432.6321
Yxy8.97840.20150.1723
Hunter Lab29.964010.1149-43.5947
CIE-Lab35.942716.0244-44.2854

#38509c color RGB value is (56,80,156).

#38509c hex color red value is 56, green value is 80 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #38509c hue: 0.63 , saturation: 0.47 and the lightness value of 38509c is 0.42.

The process color (four color CMYK) of #38509c color code is 0.64, 0.49, 0.00, 0.39. Web safe color of #38509c is #336699. Color #38509c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 10011100
Octal 70 120 234
Decimal 56 80 156
Hex 38 50 9C

RGB Percentages of Color #38509c

%19.18
%27.40
%53.42

CMYK Percentages of Color #38509c

%64
%49
%0
%39

Triadic Colors of #38509c

#38509c #9c3850 #509c38

Analogous Colors of #38509c

#38509c #52389c #38829c

Monochromatic Colors of #38509c

#38509c

Complementary Color

#38509c #9c8438

#38509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38509c Color CSS Codes

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

#38509c Text Font Color

<p style="color:#38509c">Text here</p>

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


#38509c Background Color

<div style="background-color:#38509c">
Div content here</div>

This div background color is #38509c


#38509c Border Color

<div style="border:3px solid #38509c">
Div here</div>

This div border color is #38509c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,80,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38509c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38509c;
  -webkit-box-shadow: 1px 1px 3px 2px #38509c;
  box-shadow:         1px 1px 3px 2px #38509c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38509c


Comments

No comments written yet.

Please login to write comment.