Color Hex Logo

#307aae Color Hex

#307AAE
(48,122,174)
0 Favorites   0 Comments

Color spaces of #307aae

RGB 48122174
HSL0.570.570.44
HSV205°72°68°
CMYK 0.720.300.00   0.32
XYZ15.818417.603442.6085
Yxy17.60340.20810.2315
Hunter Lab41.9564-6.1257-30.8420
CIE-Lab49.0115-5.1933-34.1992

#307aae color RGB value is (48,122,174).

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

The process color (four color CMYK) of #307aae color hex is 0.72, 0.30, 0.00, 0.32. Web safe color of #307aae is #336699. Color #307aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 10101110
Octal 60 172 256
Decimal 48 122 174
Hex 30 7A AE

RGB Percentages of Color #307aae

%13.95
%35.47
%50.58

CMYK Percentages of Color #307aae

%72
%30
%0
%32

Triadic Colors of #307aae

#307aae #ae307a #7aae30

Analogous Colors of #307aae

#307aae #303bae #30aea3

Monochromatic Colors of #307aae

#307aae

Complementary Color

#307aae #ae6430

#307aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#307aae Color CSS Codes

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

#307aae Text Font Color

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

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


#307aae Background Color

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

This div background color is #307aae


#307aae Border Color

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

This div border color is #307aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307aae


Comments

No comments written yet.

Please login to write comment.