Color Hex Logo

#307390 Color Hex

#307390
(48,115,144)
0 Favorites   0 Comments

Color spaces of #307390

RGB 48115144
HSL0.550.500.38
HSV198°67°56°
CMYK 0.670.200.00   0.44
XYZ12.383714.903528.6095
Yxy14.90350.22150.2666
Hunter Lab38.6051-10.2997-16.9152
CIE-Lab45.5017-11.6155-22.0618

#307390 color RGB value is (48,115,144).

#307390 hex color red value is 48, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #307390 hue: 0.55 , saturation: 0.50 and the lightness value of 307390 is 0.38.

The process color (four color CMYK) of #307390 color hex is 0.67, 0.20, 0.00, 0.44. Web safe color of #307390 is #336699. Color #307390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110011 10010000
Octal 60 163 220
Decimal 48 115 144
Hex 30 73 90

RGB Percentages of Color #307390

%15.64
%37.46
%46.91

CMYK Percentages of Color #307390

%67
%20
%0
%44

Triadic Colors of #307390

#307390 #903073 #739030

Analogous Colors of #307390

#307390 #304390 #30907d

Monochromatic Colors of #307390

#307390

Complementary Color

#307390 #904d30

#307390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307390 Color CSS Codes

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

#307390 Text Font Color

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

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


#307390 Background Color

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

This div background color is #307390


#307390 Border Color

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

This div border color is #307390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307390


Comments

No comments written yet.

Please login to write comment.