#3F64C4

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

Shades of Free Speech Blue #3F64C4

Tints of Free Speech Blue #3F64C4

Color information

#3F64C4 (or 0x3F64C4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 64 and C4. RGB value is (63,100,196). Sum of RGB (Red+Green+Blue) = 63+100+196=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F64C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64C4 is #C09B3B. Grayscale: #636363. Windows color (decimal): -12622652 or 12870719. OLE color: 12870719.

HSL color Cylindrical-coordinate representation of color #3F64C4: hue angle of 223.31º 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 #3F64C4 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63100196-
CMYK0.680.4900.23
HSL223.31º52.99%50.78%-
HSV(B)223.31º67.86%76.86%-
XYZ16.5714.1654.08-
YUV99.88182.24101.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.55%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 196 (76.95% from 255) = 54.60%
R=17.55%
G=27.86%
B=54.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631001960.680.4900.23223.3152.9950.78
Hex3F64C44431017df3533
Octal77144304104610273376563
Binary111111110010011000100100010011000101011111011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F64C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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