Color Hex Logo

#30354a Color Hex

#30354A
(48,53,74)
0 Favorites   0 Comments

Color spaces of #30354a

RGB 485374
HSL0.630.210.24
HSV228°35°29°
CMYK 0.350.280.00   0.71
XYZ3.72813.66906.9903
Yxy3.66900.25910.2550
Hunter Lab19.15461.2212-8.2291
CIE-Lab22.54553.7397-13.6255

#30354a color RGB value is (48,53,74).

#30354a hex color red value is 48, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #30354a hue: 0.63 , saturation: 0.21 and the lightness value of 30354a is 0.24.

The process color (four color CMYK) of #30354a color hex is 0.35, 0.28, 0.00, 0.71. Web safe color of #30354a is #333333. Color #30354a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110101 01001010
Octal 60 65 112
Decimal 48 53 74
Hex 30 35 4A

RGB Percentages of Color #30354a

%27.43
%30.29
%42.29

CMYK Percentages of Color #30354a

%35
%28
%0
%71

Triadic Colors of #30354a

#30354a #4a3035 #354a30

Analogous Colors of #30354a

#30354a #38304a #30424a

Monochromatic Colors of #30354a

#30354a

Complementary Color

#30354a #4a4530

#30354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30354a Color CSS Codes

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

#30354a Text Font Color

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

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


#30354a Background Color

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

This div background color is #30354a


#30354a Border Color

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

This div border color is #30354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30354a


Comments

No comments written yet.

Please login to write comment.