#3F40BF

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

Shades of Free Speech Blue #3F40BF

Tints of Free Speech Blue #3F40BF

Color information

#3F40BF (or 0x3F40BF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 40 and BF. RGB value is (63,64,191). Sum of RGB (Red+Green+Blue) = 63+64+191=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40BF is #C0BF40. Grayscale: #4D4D4D. Windows color (decimal): -12631873 or 12533823. OLE color: 12533823.

HSL color Cylindrical-coordinate representation of color #3F40BF: hue angle of 239.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F40BF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6364191-
CMYK0.670.6600.25
HSL239.53º50.39%49.8%-
HSV(B)239.53º67.02%74.9%-
XYZ13.298.4950.23-
YUV78.18191.67117.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 191 (75% from 255) = 60.06%
R=19.81%
G=20.13%
B=60.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63641910.670.6600.25239.5350.3949.8
Hex3F40BF4342019f03232
Octal771002771031020313606262
Binary1111111000000101111111000011100001001100111110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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