Color Hex Logo

#034ccf Color Hex

#034CCF
(3,76,207)
0 Favorites   0 Comments

Color spaces of #034ccf

RGB 376207
HSL0.610.970.41
HSV219°99°81°
CMYK 0.990.630.00   0.19
XYZ13.88459.693260.1707
Yxy9.69320.16580.1157
Hunter Lab31.133925.1197-92.7926
CIE-Lab37.286133.6488-72.2513

#034ccf color RGB value is (3,76,207).

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

The process color (four color CMYK) of #034ccf color hex is 0.99, 0.63, 0.00, 0.19. Web safe color of #034ccf is #0033cc. Color #034ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11001111
Octal 3 114 317
Decimal 3 76 207
Hex 3 4C CF

RGB Percentages of Color #034ccf

%1.05
%26.57
%72.38

CMYK Percentages of Color #034ccf

%99
%63
%0
%19

Triadic Colors of #034ccf

#034ccf #cf034c #4ccf03

Analogous Colors of #034ccf

#034ccf #2003cf #03b2cf

Monochromatic Colors of #034ccf

#034ccf

Complementary Color

#034ccf #cf8603

#034ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ccf Color CSS Codes

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

#034ccf Text Font Color

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

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


#034ccf Background Color

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

This div background color is #034ccf


#034ccf Border Color

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

This div border color is #034ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ccf


Comments

No comments written yet.

Please login to write comment.