Color Hex Logo

#304081 Color Hex

#304081
(48,64,129)
0 Favorites   0 Comments

Color spaces of #304081

RGB 4864129
HSL0.630.460.35
HSV228°63°51°
CMYK 0.630.500.00   0.49
XYZ7.01485.880121.5341
Yxy5.88010.20370.1708
Hunter Lab24.24899.2014-35.6779
CIE-Lab29.107915.3001-38.7526

#304081 color RGB value is (48,64,129).

#304081 hex color red value is 48, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #304081 hue: 0.63 , saturation: 0.46 and the lightness value of 304081 is 0.35.

The process color (four color CMYK) of #304081 color hex is 0.63, 0.50, 0.00, 0.49. Web safe color of #304081 is #333399. Color #304081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000000 10000001
Octal 60 100 201
Decimal 48 64 129
Hex 30 40 81

RGB Percentages of Color #304081

%19.92
%26.56
%53.53

CMYK Percentages of Color #304081

%63
%50
%0
%49

Triadic Colors of #304081

#304081 #813040 #408130

Analogous Colors of #304081

#304081 #483081 #306981

Monochromatic Colors of #304081

#304081

Complementary Color

#304081 #817130

#304081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304081 Color CSS Codes

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

#304081 Text Font Color

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

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


#304081 Background Color

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

This div background color is #304081


#304081 Border Color

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

This div border color is #304081


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,64,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304081; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304081;
  -webkit-box-shadow: 1px 1px 3px 2px #304081;
  box-shadow:         1px 1px 3px 2px #304081; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304081


Comments

No comments written yet.

Please login to write comment.