Color Hex Logo

#305eaa Color Hex

#305EAA
(48,94,170)
0 Favorites   0 Comments

Color spaces of #305eaa

RGB 4894170
HSL0.600.560.43
HSV217°72°67°
CMYK 0.720.450.00   0.33
XYZ12.477311.536139.5993
Yxy11.53610.19610.1813
Hunter Lab33.96486.1352-45.3503
CIE-Lab40.469110.7139-45.3992

#305eaa color RGB value is (48,94,170).

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

The process color (four color CMYK) of #305eaa color hex is 0.72, 0.45, 0.00, 0.33. Web safe color of #305eaa is #336699. Color #305eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011110 10101010
Octal 60 136 252
Decimal 48 94 170
Hex 30 5E AA

RGB Percentages of Color #305eaa

%15.38
%30.13
%54.49

CMYK Percentages of Color #305eaa

%72
%45
%0
%33

Triadic Colors of #305eaa

#305eaa #aa305e #5eaa30

Analogous Colors of #305eaa

#305eaa #3f30aa #309baa

Monochromatic Colors of #305eaa

#305eaa

Complementary Color

#305eaa #aa7c30

#305eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#305eaa Color CSS Codes

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

#305eaa Text Font Color

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

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


#305eaa Background Color

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

This div background color is #305eaa


#305eaa Border Color

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

This div border color is #305eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305eaa


Comments

No comments written yet.

Please login to write comment.