Color Hex Logo

#30659f Color Hex

#30659F
(48,101,159)
0 Favorites   0 Comments

Color spaces of #30659f

RGB 48101159
HSL0.590.540.41
HSV211°70°62°
CMYK 0.700.360.00   0.38
XYZ12.130612.438934.5625
Yxy12.43890.20510.2104
Hunter Lab35.2688-0.3259-33.4144
CIE-Lab41.90532.1475-36.5938

#30659f color RGB value is (48,101,159).

#30659f hex color red value is 48, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #30659f hue: 0.59 , saturation: 0.54 and the lightness value of 30659f is 0.41.

The process color (four color CMYK) of #30659f color hex is 0.70, 0.36, 0.00, 0.38. Web safe color of #30659f is #336699. Color #30659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 10011111
Octal 60 145 237
Decimal 48 101 159
Hex 30 65 9F

RGB Percentages of Color #30659f

%15.58
%32.79
%51.62

CMYK Percentages of Color #30659f

%70
%36
%0
%38

Triadic Colors of #30659f

#30659f #9f3065 #659f30

Analogous Colors of #30659f

#30659f #33309f #309d9f

Monochromatic Colors of #30659f

#30659f

Complementary Color

#30659f #9f6a30

#30659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30659f Color CSS Codes

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

#30659f Text Font Color

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

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


#30659f Background Color

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

This div background color is #30659f


#30659f Border Color

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

This div border color is #30659f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,101,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30659f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30659f;
  -webkit-box-shadow: 1px 1px 3px 2px #30659f;
  box-shadow:         1px 1px 3px 2px #30659f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30659f


Comments

No comments written yet.

Please login to write comment.