Color Hex Logo

#306eac Color Hex

#306EAC
(48,110,172)
0 Favorites   0 Comments

Color spaces of #306eac

RGB 48110172
HSL0.580.560.43
HSV210°72°67°
CMYK 0.720.360.00   0.33
XYZ14.241214.758841.1279
Yxy14.75880.20310.2105
Hunter Lab38.4172-1.0604-36.5815
CIE-Lab45.30211.3332-38.8803

#306eac color RGB value is (48,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 10101100
Octal 60 156 254
Decimal 48 110 172
Hex 30 6E AC

RGB Percentages of Color #306eac

%14.55
%33.33
%52.12

CMYK Percentages of Color #306eac

%72
%36
%0
%33

Triadic Colors of #306eac

#306eac #ac306e #6eac30

Analogous Colors of #306eac

#306eac #3030ac #30acac

Monochromatic Colors of #306eac

#306eac

Complementary Color

#306eac #ac6e30

#306eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#306eac Color CSS Codes

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

#306eac Text Font Color

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

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


#306eac Background Color

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

This div background color is #306eac


#306eac Border Color

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

This div border color is #306eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306eac


Comments

No comments written yet.

Please login to write comment.