Color Hex Logo

#304fac Color Hex

#304FAC
(48,79,172)
0 Favorites   0 Comments

Color spaces of #304fac

RGB 4879172
HSL0.630.560.43
HSV225°72°67°
CMYK 0.720.540.00   0.33
XYZ11.46139.198940.2012
Yxy9.19890.18830.1511
Hunter Lab30.329714.3765-57.3565
CIE-Lab36.364521.3129-53.1959

#304fac color RGB value is (48,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 10101100
Octal 60 117 254
Decimal 48 79 172
Hex 30 4F AC

RGB Percentages of Color #304fac

%16.05
%26.42
%57.53

CMYK Percentages of Color #304fac

%72
%54
%0
%33

Triadic Colors of #304fac

#304fac #ac304f #4fac30

Analogous Colors of #304fac

#304fac #4f30ac #308dac

Monochromatic Colors of #304fac

#304fac

Complementary Color

#304fac #ac8d30

#304fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#304fac Color CSS Codes

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

#304fac Text Font Color

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

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


#304fac Background Color

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

This div background color is #304fac


#304fac Border Color

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

This div border color is #304fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304fac


Comments

No comments written yet.

Please login to write comment.