Color Hex Logo

#3052cc Color Hex

#3052CC
(48,82,204)
0 Favorites   0 Comments

Color spaces of #3052cc

RGB 4882204
HSL0.630.620.49
HSV227°76°80°
CMYK 0.760.600.00   0.20
XYZ15.135311.022658.4566
Yxy11.02260.17890.1303
Hunter Lab33.200323.2738-81.1532
CIE-Lab39.618531.2764-66.6563

#3052cc color RGB value is (48,82,204).

#3052cc hex color red value is 48, green value is 82 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3052cc hue: 0.63 , saturation: 0.62 and the lightness value of 3052cc is 0.49.

The process color (four color CMYK) of #3052cc color hex is 0.76, 0.60, 0.00, 0.20. Web safe color of #3052cc is #3366cc. Color #3052cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010010 11001100
Octal 60 122 314
Decimal 48 82 204
Hex 30 52 CC

RGB Percentages of Color #3052cc

%14.37
%24.55
%61.08

CMYK Percentages of Color #3052cc

%76
%60
%0
%20

Triadic Colors of #3052cc

#3052cc #cc3052 #52cc30

Analogous Colors of #3052cc

#3052cc #5c30cc #30a0cc

Monochromatic Colors of #3052cc

#3052cc

Complementary Color

#3052cc #ccaa30

#3052cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3052cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3052cc Color CSS Codes

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

#3052cc Text Font Color

<p style="color:#3052cc">Text here</p>

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


#3052cc Background Color

<div style="background-color:#3052cc">
Div content here</div>

This div background color is #3052cc


#3052cc Border Color

<div style="border:3px solid #3052cc">
Div here</div>

This div border color is #3052cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,82,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3052cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3052cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3052cc;
  box-shadow:         1px 1px 3px 2px #3052cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3052cc


Comments

No comments written yet.

Please login to write comment.