Color Hex Logo

#305a71 Color Hex

#305A71
(48,90,113)
0 Favorites   0 Comments

Color spaces of #305a71

RGB 4890113
HSL0.560.400.32
HSV201°58°44°
CMYK 0.580.200.00   0.56
XYZ7.85579.133016.9716
Yxy9.13300.23130.2689
Hunter Lab30.2209-6.4867-12.1418
CIE-Lab36.2391-7.3715-17.5669

#305a71 color RGB value is (48,90,113).

#305a71 hex color red value is 48, green value is 90 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #305a71 hue: 0.56 , saturation: 0.40 and the lightness value of 305a71 is 0.32.

The process color (four color CMYK) of #305a71 color hex is 0.58, 0.20, 0.00, 0.56. Web safe color of #305a71 is #336666. Color #305a71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 01110001
Octal 60 132 161
Decimal 48 90 113
Hex 30 5A 71

RGB Percentages of Color #305a71

%19.12
%35.86
%45.02

CMYK Percentages of Color #305a71

%58
%20
%0
%56

Triadic Colors of #305a71

#305a71 #71305a #5a7130

Analogous Colors of #305a71

#305a71 #303971 #307168

Monochromatic Colors of #305a71

#305a71

Complementary Color

#305a71 #714730

#305a71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305a71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305a71 Color CSS Codes

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

#305a71 Text Font Color

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

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


#305a71 Background Color

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

This div background color is #305a71


#305a71 Border Color

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

This div border color is #305a71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,90,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305a71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305a71;
  -webkit-box-shadow: 1px 1px 3px 2px #305a71;
  box-shadow:         1px 1px 3px 2px #305a71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305a71


Comments

No comments written yet.

Please login to write comment.