Color Hex Logo

#307aaa Color Hex

#307AAA
(48,122,170)
0 Favorites   0 Comments

Color spaces of #307aaa

RGB 48122170
HSL0.570.560.43
HSV204°72°67°
CMYK 0.720.280.00   0.33
XYZ15.434217.449740.5849
Yxy17.44970.21010.2375
Hunter Lab41.7728-7.1504-28.3629
CIE-Lab48.8217-6.6202-32.1729

#307aaa color RGB value is (48,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 10101010
Octal 60 172 252
Decimal 48 122 170
Hex 30 7A AA

RGB Percentages of Color #307aaa

%14.12
%35.88
%50.00

CMYK Percentages of Color #307aaa

%72
%28
%0
%33

Triadic Colors of #307aaa

#307aaa #aa307a #7aaa30

Analogous Colors of #307aaa

#307aaa #303daa #30aa9d

Monochromatic Colors of #307aaa

#307aaa

Complementary Color

#307aaa #aa6030

#307aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#307aaa Color CSS Codes

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

#307aaa Text Font Color

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

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


#307aaa Background Color

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

This div background color is #307aaa


#307aaa Border Color

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

This div border color is #307aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307aaa


Comments

No comments written yet.

Please login to write comment.