Color Hex Logo

#30848b Color Hex

#30848B
(48,132,139)
0 Favorites   0 Comments

Color spaces of #30848b

RGB 48132139
HSL0.510.490.37
HSV185°65°55°
CMYK 0.650.050.00   0.45
XYZ14.130418.995027.3477
Yxy18.99500.23370.3141
Hunter Lab43.5833-18.3981-6.6951
CIE-Lab50.6814-22.5440-11.2198

#30848b color RGB value is (48,132,139).

#30848b hex color red value is 48, green value is 132 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #30848b hue: 0.51 , saturation: 0.49 and the lightness value of 30848b is 0.37.

The process color (four color CMYK) of #30848b color hex is 0.65, 0.05, 0.00, 0.45. Web safe color of #30848b is #339999. Color #30848b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 10001011
Octal 60 204 213
Decimal 48 132 139
Hex 30 84 8B

RGB Percentages of Color #30848b

%15.05
%41.38
%43.57

CMYK Percentages of Color #30848b

%65
%5
%0
%45

Triadic Colors of #30848b

#30848b #8b3084 #848b30

Analogous Colors of #30848b

#30848b #30578b #308b65

Monochromatic Colors of #30848b

#30848b

Complementary Color

#30848b #8b3730

#30848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30848b Color CSS Codes

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

#30848b Text Font Color

<p style="color:#30848b">Text here</p>

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


#30848b Background Color

<div style="background-color:#30848b">
Div content here</div>

This div background color is #30848b


#30848b Border Color

<div style="border:3px solid #30848b">
Div here</div>

This div border color is #30848b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,132,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30848b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30848b;
  -webkit-box-shadow: 1px 1px 3px 2px #30848b;
  box-shadow:         1px 1px 3px 2px #30848b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30848b

#30848b Color Palettes


Comments

No comments written yet.

Please login to write comment.