Color Hex Logo

#305aaa Color Hex

#305AAA
(48,90,170)
0 Favorites   0 Comments

Color spaces of #305aaa

RGB 4890170
HSL0.610.560.43
HSV219°72°67°
CMYK 0.720.470.00   0.33
XYZ12.130810.843039.4838
Yxy10.84300.19420.1736
Hunter Lab32.92878.1334-48.0427
CIE-Lab39.314813.3151-47.2505

#305aaa color RGB value is (48,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 10101010
Octal 60 132 252
Decimal 48 90 170
Hex 30 5A AA

RGB Percentages of Color #305aaa

%15.58
%29.22
%55.19

CMYK Percentages of Color #305aaa

%72
%47
%0
%33

Triadic Colors of #305aaa

#305aaa #aa305a #5aaa30

Analogous Colors of #305aaa

#305aaa #4330aa #3097aa

Monochromatic Colors of #305aaa

#305aaa

Complementary Color

#305aaa #aa8030

#305aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#305aaa Color CSS Codes

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

#305aaa Text Font Color

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

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


#305aaa Background Color

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

This div background color is #305aaa


#305aaa Border Color

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

This div border color is #305aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305aaa


Comments

No comments written yet.

Please login to write comment.