Color Hex Logo

#3034aa Color Hex

#3034AA
(48,52,170)
0 Favorites   0 Comments

Color spaces of #3034aa

RGB 4852170
HSL0.660.560.43
HSV238°72°67°
CMYK 0.720.690.00   0.33
XYZ9.70265.986638.6744
Yxy5.98660.17850.1101
Hunter Lab24.467527.9660-76.5890
CIE-Lab29.378638.0816-63.4005

#3034aa color RGB value is (48,52,170).

#3034aa hex color red value is 48, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3034aa hue: 0.66 , saturation: 0.56 and the lightness value of 3034aa is 0.43.

The process color (four color CMYK) of #3034aa color hex is 0.72, 0.69, 0.00, 0.33. Web safe color of #3034aa is #333399. Color #3034aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 10101010
Octal 60 64 252
Decimal 48 52 170
Hex 30 34 AA

RGB Percentages of Color #3034aa

%17.78
%19.26
%62.96

CMYK Percentages of Color #3034aa

%72
%69
%0
%33

Triadic Colors of #3034aa

#3034aa #aa3034 #34aa30

Analogous Colors of #3034aa

#3034aa #6930aa #3071aa

Monochromatic Colors of #3034aa

#3034aa

Complementary Color

#3034aa #aaa630

#3034aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3034aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3034aa Color CSS Codes

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

#3034aa Text Font Color

<p style="color:#3034aa">Text here</p>

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


#3034aa Background Color

<div style="background-color:#3034aa">
Div content here</div>

This div background color is #3034aa


#3034aa Border Color

<div style="border:3px solid #3034aa">
Div here</div>

This div border color is #3034aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,52,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3034aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3034aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3034aa;
  box-shadow:         1px 1px 3px 2px #3034aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3034aa


Comments

No comments written yet.

Please login to write comment.