Color Hex Logo

#304eac Color Hex

#304EAC
(48,78,172)
0 Favorites   0 Comments

Color spaces of #304eac

RGB 4878172
HSL0.630.560.43
HSV225°72°67°
CMYK 0.720.550.00   0.33
XYZ11.38979.055740.1773
Yxy9.05570.18790.1494
Hunter Lab30.092714.8978-58.0943
CIE-Lab36.091321.9747-53.6384

#304eac color RGB value is (48,78,172).

#304eac hex color red value is 48, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #304eac hue: 0.63 , saturation: 0.56 and the lightness value of 304eac is 0.43.

The process color (four color CMYK) of #304eac color hex is 0.72, 0.55, 0.00, 0.33. Web safe color of #304eac is #336699. Color #304eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001110 10101100
Octal 60 116 254
Decimal 48 78 172
Hex 30 4E AC

RGB Percentages of Color #304eac

%16.11
%26.17
%57.72

CMYK Percentages of Color #304eac

%72
%55
%0
%33

Triadic Colors of #304eac

#304eac #ac304e #4eac30

Analogous Colors of #304eac

#304eac #5030ac #308cac

Monochromatic Colors of #304eac

#304eac

Complementary Color

#304eac #ac8e30

#304eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#304eac Color CSS Codes

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

#304eac Text Font Color

<p style="color:#304eac">Text here</p>

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


#304eac Background Color

<div style="background-color:#304eac">
Div content here</div>

This div background color is #304eac


#304eac Border Color

<div style="border:3px solid #304eac">
Div here</div>

This div border color is #304eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,78,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304eac;
  -webkit-box-shadow: 1px 1px 3px 2px #304eac;
  box-shadow:         1px 1px 3px 2px #304eac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304eac


Comments

No comments written yet.

Please login to write comment.