Color Hex Logo

#3034df Color Hex

#3034DF
(48,52,223)
0 Favorites   0 Comments

Color spaces of #3034df

RGB 4852223
HSL0.660.730.53
HSV239°78°87°
CMYK 0.780.770.00   0.13
XYZ15.76628.412170.6048
Yxy8.41210.16630.0888
Hunter Lab29.003646.2752-124.0297
CIE-Lab34.826855.6448-85.4773

#3034df color RGB value is (48,52,223).

#3034df hex color red value is 48, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3034df hue: 0.66 , saturation: 0.73 and the lightness value of 3034df is 0.53.

The process color (four color CMYK) of #3034df color hex is 0.78, 0.77, 0.00, 0.13. Web safe color of #3034df is #3333cc. Color #3034df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 11011111
Octal 60 64 337
Decimal 48 52 223
Hex 30 34 DF

RGB Percentages of Color #3034df

%14.86
%16.10
%69.04

CMYK Percentages of Color #3034df

%78
%77
%0
%13

Triadic Colors of #3034df

#3034df #df3034 #34df30

Analogous Colors of #3034df

#3034df #8430df #308cdf

Monochromatic Colors of #3034df

#3034df

Complementary Color

#3034df #dfdb30

#3034df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3034df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3034df Color CSS Codes

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

#3034df Text Font Color

<p style="color:#3034df">Text here</p>

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


#3034df Background Color

<div style="background-color:#3034df">
Div content here</div>

This div background color is #3034df


#3034df Border Color

<div style="border:3px solid #3034df">
Div here</div>

This div border color is #3034df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,52,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3034df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3034df;
  -webkit-box-shadow: 1px 1px 3px 2px #3034df;
  box-shadow:         1px 1px 3px 2px #3034df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3034df


Comments

No comments written yet.

Please login to write comment.