Color Hex Logo

#304eaf Color Hex

#304EAF
(48,78,175)
0 Favorites   0 Comments

Color spaces of #304eaf

RGB 4878175
HSL0.630.570.44
HSV226°73°69°
CMYK 0.730.550.00   0.31
XYZ11.68129.172341.7122
Yxy9.17230.18670.1466
Hunter Lab30.285815.8471-60.4592
CIE-Lab36.313923.1004-55.0585

#304eaf color RGB value is (48,78,175).

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

The process color (four color CMYK) of #304eaf color hex is 0.73, 0.55, 0.00, 0.31. Web safe color of #304eaf is #336699. Color #304eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001110 10101111
Octal 60 116 257
Decimal 48 78 175
Hex 30 4E AF

RGB Percentages of Color #304eaf

%15.95
%25.91
%58.14

CMYK Percentages of Color #304eaf

%73
%55
%0
%31

Triadic Colors of #304eaf

#304eaf #af304e #4eaf30

Analogous Colors of #304eaf

#304eaf #5230af #308eaf

Monochromatic Colors of #304eaf

#304eaf

Complementary Color

#304eaf #af9130

#304eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#304eaf Color CSS Codes

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

#304eaf Text Font Color

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

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


#304eaf Background Color

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

This div background color is #304eaf


#304eaf Border Color

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

This div border color is #304eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304eaf


Comments

No comments written yet.

Please login to write comment.