Color Hex Logo

#034fdc Color Hex

#034FDC
(3,79,220)
0 Favorites   0 Comments

Color spaces of #034fdc

RGB 379220
HSL0.610.970.44
HSV219°99°86°
CMYK 0.990.640.00   0.14
XYZ15.751810.778668.9604
Yxy10.77860.16500.1129
Hunter Lab32.830828.1882-101.5559
CIE-Lab39.205036.6894-76.5741

#034fdc color RGB value is (3,79,220).

#034fdc hex color red value is 3, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #034fdc hue: 0.61 , saturation: 0.97 and the lightness value of 034fdc is 0.44.

The process color (four color CMYK) of #034fdc color hex is 0.99, 0.64, 0.00, 0.14. Web safe color of #034fdc is #0066cc. Color #034fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001111 11011100
Octal 3 117 334
Decimal 3 79 220
Hex 3 4F DC

RGB Percentages of Color #034fdc

%0.99
%26.16
%72.85

CMYK Percentages of Color #034fdc

%99
%64
%0
%14

Triadic Colors of #034fdc

#034fdc #dc034f #4fdc03

Analogous Colors of #034fdc

#034fdc #2303dc #03bcdc

Monochromatic Colors of #034fdc

#034fdc

Complementary Color

#034fdc #dc9003

#034fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#034fdc Color CSS Codes

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

#034fdc Text Font Color

<p style="color:#034fdc">Text here</p>

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


#034fdc Background Color

<div style="background-color:#034fdc">
Div content here</div>

This div background color is #034fdc


#034fdc Border Color

<div style="border:3px solid #034fdc">
Div here</div>

This div border color is #034fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,79,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #034fdc;
  box-shadow:         1px 1px 3px 2px #034fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,79,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034fdc


Comments

No comments written yet.

Please login to write comment.