Color Hex Logo

#034ffb Color Hex

#034FFB
(3,79,251)
0 Favorites   0 Comments

Color spaces of #034ffb

RGB 379251
HSL0.620.980.50
HSV222°99°98°
CMYK 0.990.690.00   0.02
XYZ20.246112.576492.6272
Yxy12.57640.16140.1003
Hunter Lab35.463239.8458-130.0367
CIE-Lab42.117948.1017-89.3026

#034ffb color RGB value is (3,79,251).

#034ffb hex color red value is 3, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #034ffb hue: 0.62 , saturation: 0.98 and the lightness value of 034ffb is 0.50.

The process color (four color CMYK) of #034ffb color hex is 0.99, 0.69, 0.00, 0.02. Web safe color of #034ffb is #0066ff. Color #034ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001111 11111011
Octal 3 117 373
Decimal 3 79 251
Hex 3 4F FB

RGB Percentages of Color #034ffb

%0.90
%23.72
%75.38

CMYK Percentages of Color #034ffb

%99
%69
%0
%2

Triadic Colors of #034ffb

#034ffb #fb034f #4ffb03

Analogous Colors of #034ffb

#034ffb #3303fb #03cbfb

Monochromatic Colors of #034ffb

#034ffb

Complementary Color

#034ffb #fbaf03

#034ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ffb Color CSS Codes

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

#034ffb Text Font Color

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

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


#034ffb Background Color

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

This div background color is #034ffb


#034ffb Border Color

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

This div border color is #034ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ffb


Comments

No comments written yet.

Please login to write comment.