Color Hex Logo

#30437a Color Hex

#30437A
(48,67,122)
0 Favorites   0 Comments

Color spaces of #30437a

RGB 4867122
HSL0.620.440.33
HSV225°61°48°
CMYK 0.610.450.00   0.52
XYZ6.73896.047819.2245
Yxy6.04780.21050.1889
Hunter Lab24.59235.8770-29.1341
CIE-Lab29.532710.6825-33.6958

#30437a color RGB value is (48,67,122).

#30437a hex color red value is 48, green value is 67 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #30437a hue: 0.62 , saturation: 0.44 and the lightness value of 30437a is 0.33.

The process color (four color CMYK) of #30437a color hex is 0.61, 0.45, 0.00, 0.52. Web safe color of #30437a is #333366. Color #30437a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 01111010
Octal 60 103 172
Decimal 48 67 122
Hex 30 43 7A

RGB Percentages of Color #30437a

%20.25
%28.27
%51.48

CMYK Percentages of Color #30437a

%61
%45
%0
%52

Triadic Colors of #30437a

#30437a #7a3043 #437a30

Analogous Colors of #30437a

#30437a #42307a #30687a

Monochromatic Colors of #30437a

#30437a

Complementary Color

#30437a #7a6730

#30437a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30437a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30437a Color CSS Codes

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

#30437a Text Font Color

<p style="color:#30437a">Text here</p>

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


#30437a Background Color

<div style="background-color:#30437a">
Div content here</div>

This div background color is #30437a


#30437a Border Color

<div style="border:3px solid #30437a">
Div here</div>

This div border color is #30437a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,67,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30437a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30437a;
  -webkit-box-shadow: 1px 1px 3px 2px #30437a;
  box-shadow:         1px 1px 3px 2px #30437a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30437a


Comments

No comments written yet.

Please login to write comment.