Color Hex Logo

#307590 Color Hex

#307590
(48,117,144)
0 Favorites   0 Comments

Color spaces of #307590

RGB 48117144
HSL0.550.500.38
HSV197°67°56°
CMYK 0.670.190.00   0.44
XYZ12.614315.364628.6864
Yxy15.36460.22260.2711
Hunter Lab39.1977-11.1525-15.9523
CIE-Lab46.1296-12.7580-21.0940

#307590 color RGB value is (48,117,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110101 10010000
Octal 60 165 220
Decimal 48 117 144
Hex 30 75 90

RGB Percentages of Color #307590

%15.53
%37.86
%46.60

CMYK Percentages of Color #307590

%67
%19
%0
%44

Triadic Colors of #307590

#307590 #903075 #759030

Analogous Colors of #307590

#307590 #304590 #30907b

Monochromatic Colors of #307590

#307590

Complementary Color

#307590 #904b30

#307590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307590 Color CSS Codes

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

#307590 Text Font Color

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

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


#307590 Background Color

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

This div background color is #307590


#307590 Border Color

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

This div border color is #307590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307590


Comments

No comments written yet.

Please login to write comment.