Color Hex Logo

#305ea6 Color Hex

#305EA6
(48,94,166)
0 Favorites   0 Comments

Color spaces of #305ea6

RGB 4894166
HSL0.600.550.42
HSV217°71°65°
CMYK 0.710.430.00   0.35
XYZ12.104611.387037.6363
Yxy11.38700.19800.1863
Hunter Lab33.74464.9770-42.5065
CIE-Lab40.22489.2113-43.4215

#305ea6 color RGB value is (48,94,166).

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

The process color (four color CMYK) of #305ea6 color hex is 0.71, 0.43, 0.00, 0.35. Web safe color of #305ea6 is #336699. Color #305ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011110 10100110
Octal 60 136 246
Decimal 48 94 166
Hex 30 5E A6

RGB Percentages of Color #305ea6

%15.58
%30.52
%53.90

CMYK Percentages of Color #305ea6

%71
%43
%0
%35

Triadic Colors of #305ea6

#305ea6 #a6305e #5ea630

Analogous Colors of #305ea6

#305ea6 #3d30a6 #3099a6

Monochromatic Colors of #305ea6

#305ea6

Complementary Color

#305ea6 #a67830

#305ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305ea6 Color CSS Codes

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

#305ea6 Text Font Color

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

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


#305ea6 Background Color

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

This div background color is #305ea6


#305ea6 Border Color

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

This div border color is #305ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305ea6


Comments

No comments written yet.

Please login to write comment.