Color Hex Logo

#306aac Color Hex

#306AAC
(48,106,172)
0 Favorites   0 Comments

Color spaces of #306aac

RGB 48106172
HSL0.590.560.43
HSV212°72°67°
CMYK 0.720.380.00   0.33
XYZ13.819413.915040.9872
Yxy13.91500.20110.2025
Hunter Lab37.30280.8481-39.0341
CIE-Lab44.11083.8198-40.7692

#306aac color RGB value is (48,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 10101100
Octal 60 152 254
Decimal 48 106 172
Hex 30 6A AC

RGB Percentages of Color #306aac

%14.72
%32.52
%52.76

CMYK Percentages of Color #306aac

%72
%38
%0
%33

Triadic Colors of #306aac

#306aac #ac306a #6aac30

Analogous Colors of #306aac

#306aac #3430ac #30a8ac

Monochromatic Colors of #306aac

#306aac

Complementary Color

#306aac #ac7230

#306aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#306aac Color CSS Codes

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

#306aac Text Font Color

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

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


#306aac Background Color

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

This div background color is #306aac


#306aac Border Color

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

This div border color is #306aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,106,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 #306aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306aac


Comments

No comments written yet.

Please login to write comment.