Color Hex Logo

#305aae Color Hex

#305AAE
(48,90,174)
0 Favorites   0 Comments

Color spaces of #305aae

RGB 4890174
HSL0.610.570.44
HSV220°72°68°
CMYK 0.720.480.00   0.32
XYZ12.515110.996741.5074
Yxy10.99670.19250.1691
Hunter Lab33.16139.3339-50.9994
CIE-Lab39.574914.8246-49.1980

#305aae color RGB value is (48,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011010 10101110
Octal 60 132 256
Decimal 48 90 174
Hex 30 5A AE

RGB Percentages of Color #305aae

%15.38
%28.85
%55.77

CMYK Percentages of Color #305aae

%72
%48
%0
%32

Triadic Colors of #305aae

#305aae #ae305a #5aae30

Analogous Colors of #305aae

#305aae #4530ae #3099ae

Monochromatic Colors of #305aae

#305aae

Complementary Color

#305aae #ae8430

#305aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#305aae Color CSS Codes

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

#305aae Text Font Color

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

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


#305aae Background Color

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

This div background color is #305aae


#305aae Border Color

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

This div border color is #305aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305aae


Comments

No comments written yet.

Please login to write comment.