Color Hex Logo

#3339dc Color Hex

#3339DC
(51,57,220)
0 Favorites   0 Comments

Color spaces of #3339dc

RGB 5157220
HSL0.660.710.53
HSV238°77°86°
CMYK 0.770.740.00   0.14
XYZ15.74668.797468.5783
Yxy8.79740.16910.0945
Hunter Lab29.660442.8593-116.3230
CIE-Lab35.591352.2359-82.4869

#3339dc color RGB value is (51,57,220).

#3339dc hex color red value is 51, green value is 57 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3339dc hue: 0.66 , saturation: 0.71 and the lightness value of 3339dc is 0.53.

The process color (four color CMYK) of #3339dc color hex is 0.77, 0.74, 0.00, 0.14. Web safe color of #3339dc is #3333cc. Color #3339dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 11011100
Octal 63 71 334
Decimal 51 57 220
Hex 33 39 DC

RGB Percentages of Color #3339dc

%15.55
%17.38
%67.07

CMYK Percentages of Color #3339dc

%77
%74
%0
%14

Triadic Colors of #3339dc

#3339dc #dc3339 #39dc33

Analogous Colors of #3339dc

#3339dc #8233dc #338edc

Monochromatic Colors of #3339dc

#3339dc

Complementary Color

#3339dc #dcd633

#3339dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3339dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3339dc Color CSS Codes

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

#3339dc Text Font Color

<p style="color:#3339dc">Text here</p>

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


#3339dc Background Color

<div style="background-color:#3339dc">
Div content here</div>

This div background color is #3339dc


#3339dc Border Color

<div style="border:3px solid #3339dc">
Div here</div>

This div border color is #3339dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,57,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3339dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3339dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3339dc;
  box-shadow:         1px 1px 3px 2px #3339dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,57,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 #3339dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3339dc


Comments

No comments written yet.

Please login to write comment.