#3F40D5

Color #3F40D5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3F40D5

Tints of Free Speech Blue #3F40D5

Color information

#3F40D5 (or 0x3F40D5) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 40 and D5. RGB value is (63,64,213). Sum of RGB (Red+Green+Blue) = 63+64+213=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F40D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40D5 is #C0BF2A. Grayscale: #505050. Windows color (decimal): -12631851 or 13975615. OLE color: 13975615.

HSL color Cylindrical-coordinate representation of color #3F40D5: hue angle of 239.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F40D5 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6364213-
CMYK0.700.7000.16
HSL239.6º64.1%54.12%-
HSV(B)239.6º70.42%83.53%-
XYZ15.899.5363.95-
YUV80.69202.67115.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 213 (83.59% from 255) = 62.65%
R=18.53%
G=18.82%
B=62.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal63642130.700.7000.16239.664.154.12
Hex3F40D54646010f04036
Octal7710032510610602036010066
Binary11111110000001101010110001101000110010000111100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F40D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F40D5; }

 p { color: rgb(63,64,213); }

 H1.HeaderClassName
 {
   color: #3F40D5;
 }
 .AnyTagClassName
 {
   color: #3F40D5;
 }
</style>
background-color css

<style>
 a { background-color: #3F40D5; }

 a { background-color: rgb(63,64,213); }

 div.DivClassName
 {
   background-color: #3F40D5;
 }
 .BgClassName
 {
   background-color: #3F40D5;
 }
</style>
border-color css

<style>
 span { border-color: #3F40D5; }

 span { border-color: rgb(63,64,213); }

 td.TdClassName
 {
   border-color: #3F40D5;
 }
 .TagClassName
 {
   border-color: #3F40D5;
 }
</style>