Color Hex Logo

#304964 Color Hex

#304964
(48,73,100)
0 Favorites   0 Comments

Color spaces of #304964

RGB 4873100
HSL0.590.350.29
HSV211°52°39°
CMYK 0.520.270.00   0.61
XYZ5.90176.313612.9642
Yxy6.31360.23440.2507
Hunter Lab25.1269-2.0467-13.0018
CIE-Lab30.1903-1.1030-18.7534

#304964 color RGB value is (48,73,100).

#304964 hex color red value is 48, green value is 73 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #304964 hue: 0.59 , saturation: 0.35 and the lightness value of 304964 is 0.29.

The process color (four color CMYK) of #304964 color hex is 0.52, 0.27, 0.00, 0.61. Web safe color of #304964 is #333366. Color #304964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01100100
Octal 60 111 144
Decimal 48 73 100
Hex 30 49 64

RGB Percentages of Color #304964

%21.72
%33.03
%45.25

CMYK Percentages of Color #304964

%52
%27
%0
%61

Triadic Colors of #304964

#304964 #643049 #496430

Analogous Colors of #304964

#304964 #313064 #306364

Monochromatic Colors of #304964

#304964

Complementary Color

#304964 #644b30

#304964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304964 Color CSS Codes

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

#304964 Text Font Color

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

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


#304964 Background Color

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

This div background color is #304964


#304964 Border Color

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

This div border color is #304964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304964


Comments

No comments written yet.

Please login to write comment.