Color Hex Logo

#306aab Color Hex

#306AAB
(48,106,171)
0 Favorites   0 Comments

Color spaces of #306aab

RGB 48106171
HSL0.590.560.43
HSV212°72°67°
CMYK 0.720.380.00   0.33
XYZ13.723613.876740.4832
Yxy13.87670.20160.2038
Hunter Lab37.25140.5702-38.3577
CIE-Lab44.05563.4487-40.2700

#306aab color RGB value is (48,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 10101011
Octal 60 152 253
Decimal 48 106 171
Hex 30 6A AB

RGB Percentages of Color #306aab

%14.77
%32.62
%52.62

CMYK Percentages of Color #306aab

%72
%38
%0
%33

Triadic Colors of #306aab

#306aab #ab306a #6aab30

Analogous Colors of #306aab

#306aab #3430ab #30a8ab

Monochromatic Colors of #306aab

#306aab

Complementary Color

#306aab #ab7130

#306aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#306aab Color CSS Codes

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

#306aab Text Font Color

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

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


#306aab Background Color

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

This div background color is #306aab


#306aab Border Color

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

This div border color is #306aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306aab

#306aab Color Palettes


Comments

No comments written yet.

Please login to write comment.