Color Hex Logo

#30719c Color Hex

#30719C
(48,113,156)
0 Favorites   0 Comments

Color spaces of #30719c

RGB 48113156
HSL0.570.530.40
HSV204°69°61°
CMYK 0.690.280.00   0.39
XYZ13.124814.838933.6249
Yxy14.83890.21310.2409
Hunter Lab38.5213-6.5946-24.7888
CIE-Lab45.4128-6.2731-29.3015

#30719c color RGB value is (48,113,156).

#30719c hex color red value is 48, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30719c hue: 0.57 , saturation: 0.53 and the lightness value of 30719c is 0.40.

The process color (four color CMYK) of #30719c color hex is 0.69, 0.28, 0.00, 0.39. Web safe color of #30719c is #336699. Color #30719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110001 10011100
Octal 60 161 234
Decimal 48 113 156
Hex 30 71 9C

RGB Percentages of Color #30719c

%15.14
%35.65
%49.21

CMYK Percentages of Color #30719c

%69
%28
%0
%39

Triadic Colors of #30719c

#30719c #9c3071 #719c30

Analogous Colors of #30719c

#30719c #303b9c #309c91

Monochromatic Colors of #30719c

#30719c

Complementary Color

#30719c #9c5b30

#30719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30719c Color CSS Codes

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

#30719c Text Font Color

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

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


#30719c Background Color

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

This div background color is #30719c


#30719c Border Color

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

This div border color is #30719c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,113,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30719c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30719c;
  -webkit-box-shadow: 1px 1px 3px 2px #30719c;
  box-shadow:         1px 1px 3px 2px #30719c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30719c


Comments

No comments written yet.

Please login to write comment.