Color Hex Logo

#30819d Color Hex

#30819D
(48,129,157)
0 Favorites   0 Comments

Color spaces of #30819d

RGB 48129157
HSL0.540.530.40
HSV195°69°62°
CMYK 0.690.180.00   0.38
XYZ15.155018.763234.7212
Yxy18.76320.22080.2734
Hunter Lab43.3165-13.3527-17.2035
CIE-Lab50.4090-15.1168-22.1408

#30819d color RGB value is (48,129,157).

#30819d hex color red value is 48, green value is 129 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #30819d hue: 0.54 , saturation: 0.53 and the lightness value of 30819d is 0.40.

The process color (four color CMYK) of #30819d color hex is 0.69, 0.18, 0.00, 0.38. Web safe color of #30819d is #339999. Color #30819d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000001 10011101
Octal 60 201 235
Decimal 48 129 157
Hex 30 81 9D

RGB Percentages of Color #30819d

%14.37
%38.62
%47.01

CMYK Percentages of Color #30819d

%69
%18
%0
%38

Triadic Colors of #30819d

#30819d #9d3081 #819d30

Analogous Colors of #30819d

#30819d #304b9d #309d83

Monochromatic Colors of #30819d

#30819d

Complementary Color

#30819d #9d4c30

#30819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30819d Color CSS Codes

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

#30819d Text Font Color

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

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


#30819d Background Color

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

This div background color is #30819d


#30819d Border Color

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

This div border color is #30819d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,129,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30819d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30819d;
  -webkit-box-shadow: 1px 1px 3px 2px #30819d;
  box-shadow:         1px 1px 3px 2px #30819d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30819d


Comments

No comments written yet.

Please login to write comment.