Color Hex Logo

#3f90cc Color Hex

#3F90CC
(63,144,204)
0 Favorites   0 Comments

Color spaces of #3f90cc

RGB 63144204
HSL0.570.580.52
HSV206°69°80°
CMYK 0.690.290.00   0.20
XYZ22.922225.362960.8141
Yxy25.36290.21010.2325
Hunter Lab50.3616-6.8881-36.3425
CIE-Lab57.4273-5.2710-38.1079

#3f90cc color RGB value is (63,144,204).

#3f90cc hex color red value is 63, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3f90cc hue: 0.57 , saturation: 0.58 and the lightness value of 3f90cc is 0.52.

The process color (four color CMYK) of #3f90cc color hex is 0.69, 0.29, 0.00, 0.20. Web safe color of #3f90cc is #3399cc. Color #3f90cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10010000 11001100
Octal 77 220 314
Decimal 63 144 204
Hex 3F 90 CC

RGB Percentages of Color #3f90cc

%15.33
%35.04
%49.64

CMYK Percentages of Color #3f90cc

%69
%29
%0
%20

Triadic Colors of #3f90cc

#3f90cc #cc3f90 #90cc3f

Analogous Colors of #3f90cc

#3f90cc #3f4acc #3fccc2

Monochromatic Colors of #3f90cc

#3f90cc

Complementary Color

#3f90cc #cc7b3f

#3f90cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f90cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f90cc Color CSS Codes

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

#3f90cc Text Font Color

<p style="color:#3f90cc">Text here</p>

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


#3f90cc Background Color

<div style="background-color:#3f90cc">
Div content here</div>

This div background color is #3f90cc


#3f90cc Border Color

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

This div border color is #3f90cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,144,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f90cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f90cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3f90cc;
  box-shadow:         1px 1px 3px 2px #3f90cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,144,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f90cc


Comments

No comments written yet.

Please login to write comment.