Color Hex Logo

#304359 Color Hex

#304359
(48,67,89)
0 Favorites   0 Comments

Color spaces of #304359

RGB 486789
HSL0.590.300.27
HSV212°46°35°
CMYK 0.460.250.00   0.65
XYZ5.02935.364010.2215
Yxy5.36400.24400.2602
Hunter Lab23.1603-1.7690-9.9546
CIE-Lab27.7476-0.8548-15.4698

#304359 color RGB value is (48,67,89).

#304359 hex color red value is 48, green value is 67 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #304359 hue: 0.59 , saturation: 0.30 and the lightness value of 304359 is 0.27.

The process color (four color CMYK) of #304359 color hex is 0.46, 0.25, 0.00, 0.65. Web safe color of #304359 is #333366. Color #304359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 01011001
Octal 60 103 131
Decimal 48 67 89
Hex 30 43 59

RGB Percentages of Color #304359

%23.53
%32.84
%43.63

CMYK Percentages of Color #304359

%46
%25
%0
%65

Triadic Colors of #304359

#304359 #593043 #435930

Analogous Colors of #304359

#304359 #313059 #305859

Monochromatic Colors of #304359

#304359

Complementary Color

#304359 #594630

#304359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304359 Color CSS Codes

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

#304359 Text Font Color

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

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


#304359 Background Color

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

This div background color is #304359


#304359 Border Color

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

This div border color is #304359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304359


Comments

No comments written yet.

Please login to write comment.