Color Hex Logo

#3064ae Color Hex

#3064AE
(48,100,174)
0 Favorites   0 Comments

Color spaces of #3064ae

RGB 48100174
HSL0.600.570.44
HSV215°72°68°
CMYK 0.720.430.00   0.32
XYZ13.416112.798741.8077
Yxy12.79870.19720.1882
Hunter Lab35.77534.3326-44.2448
CIE-Lab42.45848.3594-44.5755

#3064ae color RGB value is (48,100,174).

#3064ae hex color red value is 48, green value is 100 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3064ae hue: 0.60 , saturation: 0.57 and the lightness value of 3064ae is 0.44.

The process color (four color CMYK) of #3064ae color hex is 0.72, 0.43, 0.00, 0.32. Web safe color of #3064ae is #336699. Color #3064ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100100 10101110
Octal 60 144 256
Decimal 48 100 174
Hex 30 64 AE

RGB Percentages of Color #3064ae

%14.91
%31.06
%54.04

CMYK Percentages of Color #3064ae

%72
%43
%0
%32

Triadic Colors of #3064ae

#3064ae #ae3064 #64ae30

Analogous Colors of #3064ae

#3064ae #3b30ae #30a3ae

Monochromatic Colors of #3064ae

#3064ae

Complementary Color

#3064ae #ae7a30

#3064ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3064ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3064ae Color CSS Codes

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

#3064ae Text Font Color

<p style="color:#3064ae">Text here</p>

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


#3064ae Background Color

<div style="background-color:#3064ae">
Div content here</div>

This div background color is #3064ae


#3064ae Border Color

<div style="border:3px solid #3064ae">
Div here</div>

This div border color is #3064ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,100,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3064ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3064ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3064ae;
  box-shadow:         1px 1px 3px 2px #3064ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3064ae


Comments

No comments written yet.

Please login to write comment.