Color Hex Logo

#30498f Color Hex

#30498F
(48,73,143)
0 Favorites   0 Comments

Color spaces of #30498f

RGB 4873143
HSL0.620.500.37
HSV224°66°56°
CMYK 0.660.490.00   0.44
XYZ8.55947.376626.9593
Yxy7.37660.19950.1720
Hunter Lab27.15998.7242-39.8402
CIE-Lab32.649314.4200-41.7093

#30498f color RGB value is (48,73,143).

#30498f hex color red value is 48, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #30498f hue: 0.62 , saturation: 0.50 and the lightness value of 30498f is 0.37.

The process color (four color CMYK) of #30498f color hex is 0.66, 0.49, 0.00, 0.44. Web safe color of #30498f is #333399. Color #30498f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 10001111
Octal 60 111 217
Decimal 48 73 143
Hex 30 49 8F

RGB Percentages of Color #30498f

%18.18
%27.65
%54.17

CMYK Percentages of Color #30498f

%66
%49
%0
%44

Triadic Colors of #30498f

#30498f #8f3049 #498f30

Analogous Colors of #30498f

#30498f #47308f #30798f

Monochromatic Colors of #30498f

#30498f

Complementary Color

#30498f #8f7630

#30498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30498f Color CSS Codes

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

#30498f Text Font Color

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

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


#30498f Background Color

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

This div background color is #30498f


#30498f Border Color

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

This div border color is #30498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30498f


Comments

No comments written yet.

Please login to write comment.