Color Hex Logo

#305379 Color Hex

#305379
(48,83,121)
0 Favorites   0 Comments

Color spaces of #305379

RGB 4883121
HSL0.590.430.33
HSV211°60°47°
CMYK 0.600.310.00   0.53
XYZ7.76348.195419.2619
Yxy8.19540.22040.2327
Hunter Lab28.6276-1.6917-19.8536
CIE-Lab34.3866-0.2427-25.3999

#305379 color RGB value is (48,83,121).

#305379 hex color red value is 48, green value is 83 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #305379 hue: 0.59 , saturation: 0.43 and the lightness value of 305379 is 0.33.

The process color (four color CMYK) of #305379 color hex is 0.60, 0.31, 0.00, 0.53. Web safe color of #305379 is #336666. Color #305379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 01111001
Octal 60 123 171
Decimal 48 83 121
Hex 30 53 79

RGB Percentages of Color #305379

%19.05
%32.94
%48.02

CMYK Percentages of Color #305379

%60
%31
%0
%53

Triadic Colors of #305379

#305379 #793053 #537930

Analogous Colors of #305379

#305379 #323079 #307879

Monochromatic Colors of #305379

#305379

Complementary Color

#305379 #795630

#305379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305379 Color CSS Codes

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

#305379 Text Font Color

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

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


#305379 Background Color

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

This div background color is #305379


#305379 Border Color

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

This div border color is #305379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305379


Comments

No comments written yet.

Please login to write comment.