Color Hex Logo

#3448ae Color Hex

#3448AE
(52,72,174)
0 Favorites   0 Comments

Color spaces of #3448ae

RGB 5272174
HSL0.640.540.44
HSV230°70°68°
CMYK 0.700.590.00   0.32
XYZ11.37358.420841.0703
Yxy8.42080.18690.1384
Hunter Lab29.018619.1784-63.6006
CIE-Lab34.844327.2328-56.8434

#3448ae color RGB value is (52,72,174).

#3448ae hex color red value is 52, green value is 72 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3448ae hue: 0.64 , saturation: 0.54 and the lightness value of 3448ae is 0.44.

The process color (four color CMYK) of #3448ae color hex is 0.70, 0.59, 0.00, 0.32. Web safe color of #3448ae is #333399. Color #3448ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001000 10101110
Octal 64 110 256
Decimal 52 72 174
Hex 34 48 AE

RGB Percentages of Color #3448ae

%17.45
%24.16
%58.39

CMYK Percentages of Color #3448ae

%70
%59
%0
%32

Triadic Colors of #3448ae

#3448ae #ae3448 #48ae34

Analogous Colors of #3448ae

#3448ae #5d34ae #3485ae

Monochromatic Colors of #3448ae

#3448ae

Complementary Color

#3448ae #ae9a34

#3448ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3448ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3448ae Color CSS Codes

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

#3448ae Text Font Color

<p style="color:#3448ae">Text here</p>

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


#3448ae Background Color

<div style="background-color:#3448ae">
Div content here</div>

This div background color is #3448ae


#3448ae Border Color

<div style="border:3px solid #3448ae">
Div here</div>

This div border color is #3448ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,72,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3448ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3448ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3448ae;
  box-shadow:         1px 1px 3px 2px #3448ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,72,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3448ae


Comments

No comments written yet.

Please login to write comment.