Color Hex Logo

#304962 Color Hex

#304962
(48,73,98)
0 Favorites   0 Comments

Color spaces of #304962

RGB 487398
HSL0.580.340.29
HSV210°51°38°
CMYK 0.510.260.00   0.62
XYZ5.80616.275312.4605
Yxy6.27530.23660.2557
Hunter Lab25.0505-2.4666-11.9563
CIE-Lab30.0967-1.7745-17.6236

#304962 color RGB value is (48,73,98).

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

The process color (four color CMYK) of #304962 color hex is 0.51, 0.26, 0.00, 0.62. Web safe color of #304962 is #333366. Color #304962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01100010
Octal 60 111 142
Decimal 48 73 98
Hex 30 49 62

RGB Percentages of Color #304962

%21.92
%33.33
%44.75

CMYK Percentages of Color #304962

%51
%26
%0
%62

Triadic Colors of #304962

#304962 #623049 #496230

Analogous Colors of #304962

#304962 #303062 #306262

Monochromatic Colors of #304962

#304962

Complementary Color

#304962 #624930

#304962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304962 Color CSS Codes

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

#304962 Text Font Color

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

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


#304962 Background Color

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

This div background color is #304962


#304962 Border Color

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

This div border color is #304962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304962


Comments

No comments written yet.

Please login to write comment.