#3F40C4

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

Shades of Free Speech Blue #3F40C4

Tints of Free Speech Blue #3F40C4

Color information

#3F40C4 (or 0x3F40C4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 40 and C4. RGB value is (63,64,196). Sum of RGB (Red+Green+Blue) = 63+64+196=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F40C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40C4 is #C0BF3B. Grayscale: #4E4E4E. Windows color (decimal): -12631868 or 12861503. OLE color: 12861503.

HSL color Cylindrical-coordinate representation of color #3F40C4: hue angle of 239.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F40C4 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6364196-
CMYK0.680.6700.23
HSL239.55º52.99%50.78%-
HSV(B)239.55º67.86%76.86%-
XYZ13.858.7153.18-
YUV78.75194.17116.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 196 (76.95% from 255) = 60.68%
R=19.50%
G=19.81%
B=60.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal63641960.680.6700.23239.5552.9950.78
Hex3F40C44443017f03533
Octal771003041041030273606563
Binary1111111000000110001001000100100001101011111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F40C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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