Color Hex Logo

#30448e Color Hex

#30448E
(48,68,142)
0 Favorites   0 Comments

Color spaces of #30448e

RGB 4868142
HSL0.630.490.37
HSV227°66°56°
CMYK 0.660.520.00   0.44
XYZ8.16856.715626.4569
Yxy6.71560.19760.1624
Hunter Lab25.914510.9146-42.3909
CIE-Lab31.150517.4155-43.5084

#30448e color RGB value is (48,68,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000100 10001110
Octal 60 104 216
Decimal 48 68 142
Hex 30 44 8E

RGB Percentages of Color #30448e

%18.60
%26.36
%55.04

CMYK Percentages of Color #30448e

%66
%52
%0
%44

Triadic Colors of #30448e

#30448e #8e3044 #448e30

Analogous Colors of #30448e

#30448e #4b308e #30738e

Monochromatic Colors of #30448e

#30448e

Complementary Color

#30448e #8e7a30

#30448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30448e Color CSS Codes

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

#30448e Text Font Color

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

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


#30448e Background Color

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

This div background color is #30448e


#30448e Border Color

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

This div border color is #30448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30448e


Comments

No comments written yet.

Please login to write comment.