Color Hex Logo

#3274ae Color Hex

#3274AE
(50,116,174)
0 Favorites   0 Comments

Color spaces of #3274ae

RGB 50116174
HSL0.580.550.44
HSV208°71°68°
CMYK 0.710.330.00   0.32
XYZ15.200816.224942.3749
Yxy16.22490.20600.2198
Hunter Lab40.2801-3.1285-34.1773
CIE-Lab47.2682-1.3059-36.9371

#3274ae color RGB value is (50,116,174).

#3274ae hex color red value is 50, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3274ae hue: 0.58 , saturation: 0.55 and the lightness value of 3274ae is 0.44.

The process color (four color CMYK) of #3274ae color hex is 0.71, 0.33, 0.00, 0.32. Web safe color of #3274ae is #336699. Color #3274ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110100 10101110
Octal 62 164 256
Decimal 50 116 174
Hex 32 74 AE

RGB Percentages of Color #3274ae

%14.71
%34.12
%51.18

CMYK Percentages of Color #3274ae

%71
%33
%0
%32

Triadic Colors of #3274ae

#3274ae #ae3274 #74ae32

Analogous Colors of #3274ae

#3274ae #3236ae #32aeaa

Monochromatic Colors of #3274ae

#3274ae

Complementary Color

#3274ae #ae6c32

#3274ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3274ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3274ae Color CSS Codes

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

#3274ae Text Font Color

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

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


#3274ae Background Color

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

This div background color is #3274ae


#3274ae Border Color

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

This div border color is #3274ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,116,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 #3274ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3274ae


Comments

No comments written yet.

Please login to write comment.