Color Hex Logo

#3074ae Color Hex

#3074AE
(48,116,174)
0 Favorites   0 Comments

Color spaces of #3074ae

RGB 48116174
HSL0.580.570.44
HSV208°72°68°
CMYK 0.720.330.00   0.32
XYZ15.104316.175242.3704
Yxy16.17520.20510.2196
Hunter Lab40.2184-3.3453-34.3096
CIE-Lab47.2035-1.6027-37.0434

#3074ae color RGB value is (48,116,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 10101110
Octal 60 164 256
Decimal 48 116 174
Hex 30 74 AE

RGB Percentages of Color #3074ae

%14.20
%34.32
%51.48

CMYK Percentages of Color #3074ae

%72
%33
%0
%32

Triadic Colors of #3074ae

#3074ae #ae3074 #74ae30

Analogous Colors of #3074ae

#3074ae #3035ae #30aea9

Monochromatic Colors of #3074ae

#3074ae

Complementary Color

#3074ae #ae6a30

#3074ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3074ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3074ae Color CSS Codes

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

#3074ae Text Font Color

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

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


#3074ae Background Color

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

This div background color is #3074ae


#3074ae Border Color

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

This div border color is #3074ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3074ae


Comments

No comments written yet.

Please login to write comment.