Color Hex Logo

#306096 Color Hex

#306096
(48,96,150)
0 Favorites   0 Comments

Color spaces of #306096

RGB 4896150
HSL0.590.520.39
HSV212°68°59°
CMYK 0.680.360.00   0.41
XYZ10.906811.196130.4404
Yxy11.19610.20760.2131
Hunter Lab33.4606-0.3722-30.5160
CIE-Lab39.90881.9858-34.3811

#306096 color RGB value is (48,96,150).

#306096 hex color red value is 48, green value is 96 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #306096 hue: 0.59 , saturation: 0.52 and the lightness value of 306096 is 0.39.

The process color (four color CMYK) of #306096 color hex is 0.68, 0.36, 0.00, 0.41. Web safe color of #306096 is #336699. Color #306096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 10010110
Octal 60 140 226
Decimal 48 96 150
Hex 30 60 96

RGB Percentages of Color #306096

%16.33
%32.65
%51.02

CMYK Percentages of Color #306096

%68
%36
%0
%41

Triadic Colors of #306096

#306096 #963060 #609630

Analogous Colors of #306096

#306096 #333096 #309396

Monochromatic Colors of #306096

#306096

Complementary Color

#306096 #966630

#306096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306096 Color CSS Codes

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

#306096 Text Font Color

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

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


#306096 Background Color

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

This div background color is #306096


#306096 Border Color

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

This div border color is #306096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306096


Comments

No comments written yet.

Please login to write comment.