Color Hex Logo

#306daa Color Hex

#306DAA
(48,109,170)
0 Favorites   0 Comments

Color spaces of #306daa

RGB 48109170
HSL0.580.560.43
HSV210°72°67°
CMYK 0.720.360.00   0.33
XYZ13.943314.467940.0879
Yxy14.46790.20360.2112
Hunter Lab38.0367-1.1306-35.8617
CIE-Lab44.89661.2160-38.3503

#306daa color RGB value is (48,109,170).

#306daa hex color red value is 48, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #306daa hue: 0.58 , saturation: 0.56 and the lightness value of 306daa is 0.43.

The process color (four color CMYK) of #306daa color hex is 0.72, 0.36, 0.00, 0.33. Web safe color of #306daa is #336699. Color #306daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 10101010
Octal 60 155 252
Decimal 48 109 170
Hex 30 6D AA

RGB Percentages of Color #306daa

%14.68
%33.33
%51.99

CMYK Percentages of Color #306daa

%72
%36
%0
%33

Triadic Colors of #306daa

#306daa #aa306d #6daa30

Analogous Colors of #306daa

#306daa #3030aa #30aaaa

Monochromatic Colors of #306daa

#306daa

Complementary Color

#306daa #aa6d30

#306daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#306daa Color CSS Codes

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

#306daa Text Font Color

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

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


#306daa Background Color

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

This div background color is #306daa


#306daa Border Color

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

This div border color is #306daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,109,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306daa;
  -webkit-box-shadow: 1px 1px 3px 2px #306daa;
  box-shadow:         1px 1px 3px 2px #306daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306daa


Comments

No comments written yet.

Please login to write comment.