Color Hex Logo

#305380 Color Hex

#305380
(48,83,128)
0 Favorites   0 Comments

Color spaces of #305380

RGB 4883128
HSL0.590.450.35
HSV214°63°50°
CMYK 0.630.350.00   0.50
XYZ8.20858.373421.6057
Yxy8.37340.21500.2193
Hunter Lab28.9368-0.0044-24.0131
CIE-Lab34.74872.2654-29.1561

#305380 color RGB value is (48,83,128).

#305380 hex color red value is 48, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #305380 hue: 0.59 , saturation: 0.45 and the lightness value of 305380 is 0.35.

The process color (four color CMYK) of #305380 color hex is 0.63, 0.35, 0.00, 0.50. Web safe color of #305380 is #336699. Color #305380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 10000000
Octal 60 123 200
Decimal 48 83 128
Hex 30 53 80

RGB Percentages of Color #305380

%18.53
%32.05
%49.42

CMYK Percentages of Color #305380

%63
%35
%0
%50

Triadic Colors of #305380

#305380 #803053 #538030

Analogous Colors of #305380

#305380 #353080 #307b80

Monochromatic Colors of #305380

#305380

Complementary Color

#305380 #805d30

#305380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305380 Color CSS Codes

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

#305380 Text Font Color

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

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


#305380 Background Color

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

This div background color is #305380


#305380 Border Color

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

This div border color is #305380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,83,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305380;
  -webkit-box-shadow: 1px 1px 3px 2px #305380;
  box-shadow:         1px 1px 3px 2px #305380; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305380


Comments

No comments written yet.

Please login to write comment.