Color Hex Logo

#304fae Color Hex

#304FAE
(48,79,174)
0 Favorites   0 Comments

Color spaces of #304fae

RGB 4879174
HSL0.630.570.44
HSV225°72°68°
CMYK 0.720.550.00   0.32
XYZ11.65499.276341.2206
Yxy9.27630.18750.1493
Hunter Lab30.457015.0063-58.9233
CIE-Lab36.510922.0647-54.1460

#304fae color RGB value is (48,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 10101110
Octal 60 117 256
Decimal 48 79 174
Hex 30 4F AE

RGB Percentages of Color #304fae

%15.95
%26.25
%57.81

CMYK Percentages of Color #304fae

%72
%55
%0
%32

Triadic Colors of #304fae

#304fae #ae304f #4fae30

Analogous Colors of #304fae

#304fae #5030ae #308eae

Monochromatic Colors of #304fae

#304fae

Complementary Color

#304fae #ae8f30

#304fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#304fae Color CSS Codes

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

#304fae Text Font Color

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

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


#304fae Background Color

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

This div background color is #304fae


#304fae Border Color

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

This div border color is #304fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304fae


Comments

No comments written yet.

Please login to write comment.