Color Hex Logo

#3146ac Color Hex

#3146AC
(49,70,172)
0 Favorites   0 Comments

Color spaces of #3146ac

RGB 4970172
HSL0.640.560.43
HSV230°72°67°
CMYK 0.720.590.00   0.33
XYZ10.90328.011840.0015
Yxy8.01180.18510.1360
Hunter Lab28.305119.2247-63.9765
CIE-Lab34.007427.3960-57.0217

#3146ac color RGB value is (49,70,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000110 10101100
Octal 61 106 254
Decimal 49 70 172
Hex 31 46 AC

RGB Percentages of Color #3146ac

%16.84
%24.05
%59.11

CMYK Percentages of Color #3146ac

%72
%59
%0
%33

Triadic Colors of #3146ac

#3146ac #ac3146 #46ac31

Analogous Colors of #3146ac

#3146ac #5931ac #3184ac

Monochromatic Colors of #3146ac

#3146ac

Complementary Color

#3146ac #ac9731

#3146ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3146ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3146ac Color CSS Codes

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

#3146ac Text Font Color

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

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


#3146ac Background Color

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

This div background color is #3146ac


#3146ac Border Color

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

This div border color is #3146ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,70,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 #3146ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3146ac


Comments

No comments written yet.

Please login to write comment.