Color Hex Logo

#30969d Color Hex

#30969D
(48,150,157)
0 Favorites   0 Comments

Color spaces of #30969d

RGB 48150157
HSL0.510.530.40
HSV184°69°62°
CMYK 0.690.040.00   0.38
XYZ18.211124.875435.7399
Yxy24.87540.23100.3156
Hunter Lab49.8752-22.1054-7.5737
CIE-Lab56.9538-26.2061-12.1801

#30969d color RGB value is (48,150,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 10011101
Octal 60 226 235
Decimal 48 150 157
Hex 30 96 9D

RGB Percentages of Color #30969d

%13.52
%42.25
%44.23

CMYK Percentages of Color #30969d

%69
%4
%0
%38

Triadic Colors of #30969d

#30969d #9d3096 #969d30

Analogous Colors of #30969d

#30969d #30609d #309d6e

Monochromatic Colors of #30969d

#30969d

Complementary Color

#30969d #9d3730

#30969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30969d Color CSS Codes

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

#30969d Text Font Color

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

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


#30969d Background Color

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

This div background color is #30969d


#30969d Border Color

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

This div border color is #30969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30969d


Comments

No comments written yet.

Please login to write comment.