Color Hex Logo

#3138ac Color Hex

#3138AC
(49,56,172)
0 Favorites   0 Comments

Color spaces of #3138ac

RGB 4956172
HSL0.660.560.43
HSV237°72°67°
CMYK 0.720.670.00   0.33
XYZ10.12726.459939.7428
Yxy6.45990.17980.1147
Hunter Lab25.416326.6452-74.9187
CIE-Lab30.544336.4173-62.6832

#3138ac color RGB value is (49,56,172).

#3138ac hex color red value is 49, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3138ac hue: 0.66 , saturation: 0.56 and the lightness value of 3138ac is 0.43.

The process color (four color CMYK) of #3138ac color hex is 0.72, 0.67, 0.00, 0.33. Web safe color of #3138ac is #333399. Color #3138ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111000 10101100
Octal 61 70 254
Decimal 49 56 172
Hex 31 38 AC

RGB Percentages of Color #3138ac

%17.69
%20.22
%62.09

CMYK Percentages of Color #3138ac

%72
%67
%0
%33

Triadic Colors of #3138ac

#3138ac #ac3138 #38ac31

Analogous Colors of #3138ac

#3138ac #6831ac #3176ac

Monochromatic Colors of #3138ac

#3138ac

Complementary Color

#3138ac #aca531

#3138ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3138ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3138ac Color CSS Codes

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

#3138ac Text Font Color

<p style="color:#3138ac">Text here</p>

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


#3138ac Background Color

<div style="background-color:#3138ac">
Div content here</div>

This div background color is #3138ac


#3138ac Border Color

<div style="border:3px solid #3138ac">
Div here</div>

This div border color is #3138ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,56,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3138ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3138ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3138ac;
  box-shadow:         1px 1px 3px 2px #3138ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3138ac


Comments

No comments written yet.

Please login to write comment.