Color Hex Logo

#30388e Color Hex

#30388E
(48,56,142)
0 Favorites   0 Comments

Color spaces of #30388e

RGB 4856142
HSL0.650.490.37
HSV235°66°56°
CMYK 0.660.610.00   0.44
XYZ7.51565.409726.2393
Yxy5.40970.19190.1381
Hunter Lab23.258816.9758-50.6067
CIE-Lab27.871525.5063-48.8188

#30388e color RGB value is (48,56,142).

#30388e hex color red value is 48, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30388e hue: 0.65 , saturation: 0.49 and the lightness value of 30388e is 0.37.

The process color (four color CMYK) of #30388e color hex is 0.66, 0.61, 0.00, 0.44. Web safe color of #30388e is #333399. Color #30388e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111000 10001110
Octal 60 70 216
Decimal 48 56 142
Hex 30 38 8E

RGB Percentages of Color #30388e

%19.51
%22.76
%57.72

CMYK Percentages of Color #30388e

%66
%61
%0
%44

Triadic Colors of #30388e

#30388e #8e3038 #388e30

Analogous Colors of #30388e

#30388e #57308e #30678e

Monochromatic Colors of #30388e

#30388e

Complementary Color

#30388e #8e8630

#30388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30388e Color CSS Codes

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

#30388e Text Font Color

<p style="color:#30388e">Text here</p>

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


#30388e Background Color

<div style="background-color:#30388e">
Div content here</div>

This div background color is #30388e


#30388e Border Color

<div style="border:3px solid #30388e">
Div here</div>

This div border color is #30388e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,56,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30388e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30388e;
  -webkit-box-shadow: 1px 1px 3px 2px #30388e;
  box-shadow:         1px 1px 3px 2px #30388e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30388e


Comments

No comments written yet.

Please login to write comment.