Color Hex Logo

#30436d Color Hex

#30436D
(48,67,109)
0 Favorites   0 Comments

Color spaces of #30436d

RGB 4867109
HSL0.610.390.31
HSV221°56°43°
CMYK 0.560.390.00   0.57
XYZ5.98645.746815.2617
Yxy5.74680.22180.2129
Hunter Lab23.97252.6231-20.9653
CIE-Lab28.76455.9853-26.7108

#30436d color RGB value is (48,67,109).

#30436d hex color red value is 48, green value is 67 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #30436d hue: 0.61 , saturation: 0.39 and the lightness value of 30436d is 0.31.

The process color (four color CMYK) of #30436d color hex is 0.56, 0.39, 0.00, 0.57. Web safe color of #30436d is #333366. Color #30436d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 01101101
Octal 60 103 155
Decimal 48 67 109
Hex 30 43 6D

RGB Percentages of Color #30436d

%21.43
%29.91
%48.66

CMYK Percentages of Color #30436d

%56
%39
%0
%57

Triadic Colors of #30436d

#30436d #6d3043 #436d30

Analogous Colors of #30436d

#30436d #3b306d #30626d

Monochromatic Colors of #30436d

#30436d

Complementary Color

#30436d #6d5a30

#30436d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30436d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30436d Color CSS Codes

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

#30436d Text Font Color

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

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


#30436d Background Color

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

This div background color is #30436d


#30436d Border Color

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

This div border color is #30436d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30436d


Comments

No comments written yet.

Please login to write comment.