Color Hex Logo

#3074af Color Hex

#3074AF
(48,116,175)
0 Favorites   0 Comments

Color spaces of #3074af

RGB 48116175
HSL0.580.570.44
HSV208°73°69°
CMYK 0.730.340.00   0.31
XYZ15.202216.214342.8859
Yxy16.21430.20460.2182
Hunter Lab40.2670-3.0772-34.9593
CIE-Lab47.2544-1.2382-37.5455

#3074af color RGB value is (48,116,175).

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

The process color (four color CMYK) of #3074af color hex is 0.73, 0.34, 0.00, 0.31. Web safe color of #3074af is #336699. Color #3074af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 10101111
Octal 60 164 257
Decimal 48 116 175
Hex 30 74 AF

RGB Percentages of Color #3074af

%14.16
%34.22
%51.62

CMYK Percentages of Color #3074af

%73
%34
%0
%31

Triadic Colors of #3074af

#3074af #af3074 #74af30

Analogous Colors of #3074af

#3074af #3034af #30afab

Monochromatic Colors of #3074af

#3074af

Complementary Color

#3074af #af6b30

#3074af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3074af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3074af Color CSS Codes

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

#3074af Text Font Color

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

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


#3074af Background Color

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

This div background color is #3074af


#3074af Border Color

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

This div border color is #3074af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,116,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3074af


Comments

No comments written yet.

Please login to write comment.