Color Hex Logo

#3396c5 Color Hex

#3396C5
(51,150,197)
0 Favorites   0 Comments

Color spaces of #3396c5

RGB 51150197
HSL0.550.590.49
HSV199°74°77°
CMYK 0.740.240.00   0.23
XYZ22.349626.547756.7696
Yxy26.54770.21150.2512
Hunter Lab51.5245-12.7404-29.2585
CIE-Lab58.5533-12.7378-32.4312

#3396c5 color RGB value is (51,150,197).

#3396c5 hex color red value is 51, green value is 150 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #3396c5 hue: 0.55 , saturation: 0.59 and the lightness value of 3396c5 is 0.49.

The process color (four color CMYK) of #3396c5 color hex is 0.74, 0.24, 0.00, 0.23. Web safe color of #3396c5 is #3399cc. Color #3396c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010110 11000101
Octal 63 226 305
Decimal 51 150 197
Hex 33 96 C5

RGB Percentages of Color #3396c5

%12.81
%37.69
%49.50

CMYK Percentages of Color #3396c5

%74
%24
%0
%23

Triadic Colors of #3396c5

#3396c5 #c53396 #96c533

Analogous Colors of #3396c5

#3396c5 #334dc5 #33c5ab

Monochromatic Colors of #3396c5

#3396c5

Complementary Color

#3396c5 #c56233

#3396c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3396c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3396c5 Color CSS Codes

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

#3396c5 Text Font Color

<p style="color:#3396c5">Text here</p>

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


#3396c5 Background Color

<div style="background-color:#3396c5">
Div content here</div>

This div background color is #3396c5


#3396c5 Border Color

<div style="border:3px solid #3396c5">
Div here</div>

This div border color is #3396c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,150,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3396c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3396c5;
  -webkit-box-shadow: 1px 1px 3px 2px #3396c5;
  box-shadow:         1px 1px 3px 2px #3396c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,150,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3396c5


Comments

No comments written yet.

Please login to write comment.