Color Hex Logo

#306584 Color Hex

#306584
(48,101,132)
0 Favorites   0 Comments

Color spaces of #306584

RGB 48101132
HSL0.560.470.35
HSV202°64°52°
CMYK 0.640.230.00   0.48
XYZ10.037511.601723.5401
Yxy11.60170.22220.2568
Hunter Lab34.0613-7.0051-17.1331
CIE-Lab40.5760-7.5245-22.4916

#306584 color RGB value is (48,101,132).

#306584 hex color red value is 48, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #306584 hue: 0.56 , saturation: 0.47 and the lightness value of 306584 is 0.35.

The process color (four color CMYK) of #306584 color hex is 0.64, 0.23, 0.00, 0.48. Web safe color of #306584 is #336699. Color #306584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 10000100
Octal 60 145 204
Decimal 48 101 132
Hex 30 65 84

RGB Percentages of Color #306584

%17.08
%35.94
%46.98

CMYK Percentages of Color #306584

%64
%23
%0
%48

Triadic Colors of #306584

#306584 #843065 #658430

Analogous Colors of #306584

#306584 #303b84 #308479

Monochromatic Colors of #306584

#306584

Complementary Color

#306584 #844f30

#306584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306584 Color CSS Codes

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

#306584 Text Font Color

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

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


#306584 Background Color

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

This div background color is #306584


#306584 Border Color

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

This div border color is #306584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306584


Comments

No comments written yet.

Please login to write comment.