#3F64C1

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

Shades of Free Speech Blue #3F64C1

Tints of Free Speech Blue #3F64C1

Color information

#3F64C1 (or 0x3F64C1) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 64 and C1. RGB value is (63,100,193). Sum of RGB (Red+Green+Blue) = 63+100+193=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F64C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64C1 is #C09B3E. Grayscale: #636363. Windows color (decimal): -12622655 or 12674111. OLE color: 12674111.

HSL color Cylindrical-coordinate representation of color #3F64C1: hue angle of 222.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F64C1 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB63100193-
CMYK0.670.4800.24
HSL222.92º51.18%50.2%-
HSV(B)222.92º67.36%75.69%-
XYZ16.2314.0252.3-
YUV99.54180.74101.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 193 (75.78% from 255) = 54.21%
R=17.70%
G=28.09%
B=54.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631001930.670.4800.24222.9251.1850.2
Hex3F64C14330018df3332
Octal77144301103600303376362
Binary111111110010011000001100001111000001100011011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F64C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,193); }

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

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

 a { background-color: rgb(63,100,193); }

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

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

 span { border-color: rgb(63,100,193); }

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