Color Hex Logo

#304970 Color Hex

#304970
(48,73,112)
0 Favorites   0 Comments

Color spaces of #304970

RGB 4873112
HSL0.600.400.31
HSV217°57°44°
CMYK 0.570.350.00   0.56
XYZ6.52616.563316.2521
Yxy6.56330.22240.2237
Hunter Lab25.61890.6375-19.6790
CIE-Lab30.79133.0559-25.4166

#304970 color RGB value is (48,73,112).

#304970 hex color red value is 48, green value is 73 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #304970 hue: 0.60 , saturation: 0.40 and the lightness value of 304970 is 0.31.

The process color (four color CMYK) of #304970 color hex is 0.57, 0.35, 0.00, 0.56. Web safe color of #304970 is #333366. Color #304970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01110000
Octal 60 111 160
Decimal 48 73 112
Hex 30 49 70

RGB Percentages of Color #304970

%20.60
%31.33
%48.07

CMYK Percentages of Color #304970

%57
%35
%0
%56

Triadic Colors of #304970

#304970 #703049 #497030

Analogous Colors of #304970

#304970 #373070 #306970

Monochromatic Colors of #304970

#304970

Complementary Color

#304970 #705730

#304970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304970 Color CSS Codes

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

#304970 Text Font Color

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

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


#304970 Background Color

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

This div background color is #304970


#304970 Border Color

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

This div border color is #304970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304970


Comments

No comments written yet.

Please login to write comment.