Color Hex Logo

#0034cc Color Hex

#0034CC
(0,52,204)
0 Favorites   0 Comments

Color spaces of #0034cc

RGB 052204
HSL0.621.000.40
HSV225°100°80°
CMYK 1.000.750.00   0.20
XYZ12.12716.815657.8031
Yxy6.81560.15800.0888
Hunter Lab26.106737.2302-112.9999
CIE-Lab31.383447.4765-80.2468

#0034cc color RGB value is (0,52,204).

#0034cc hex color red value is 0, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0034cc hue: 0.62 , saturation: 1.00 and the lightness value of 0034cc is 0.40.

The process color (four color CMYK) of #0034cc color hex is 1.00, 0.75, 0.00, 0.20. Web safe color of #0034cc is #0033cc. Color #0034cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110100 11001100
Octal 0 64 314
Decimal 0 52 204
Hex 0 34 CC

RGB Percentages of Color #0034cc

%0.00
%20.31
%79.69

CMYK Percentages of Color #0034cc

%100
%75
%0
%20

Triadic Colors of #0034cc

#0034cc #cc0034 #34cc00

Analogous Colors of #0034cc

#0034cc #3200cc #009acc

Monochromatic Colors of #0034cc

#0034cc

Complementary Color

#0034cc #cc9800

#0034cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0034cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0034cc Color CSS Codes

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

#0034cc Text Font Color

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

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


#0034cc Background Color

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

This div background color is #0034cc


#0034cc Border Color

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

This div border color is #0034cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,52,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 #0034cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0034cc


Comments

No comments written yet.

Please login to write comment.