#3F64CE

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

Shades of Free Speech Blue #3F64CE

Tints of Free Speech Blue #3F64CE

Color information

#3F64CE (or 0x3F64CE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 64 and CE. RGB value is (63,100,206). Sum of RGB (Red+Green+Blue) = 63+100+206=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64CE is #C09B31. Grayscale: #646464. Windows color (decimal): -12622642 or 13526079. OLE color: 13526079.

HSL color Cylindrical-coordinate representation of color #3F64CE: hue angle of 224.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F64CE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB63100206-
CMYK0.690.5100.19
HSL224.48º59.34%52.75%-
HSV(B)224.48º69.42%80.78%-
XYZ17.7514.6360.28-
YUV101.02187.24100.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=17.07%
G=27.10%
B=55.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631002060.690.5100.19224.4859.3452.75
Hex3F64CE4533013e03b35
Octal77144316105630233407365
Binary111111110010011001110100010111001101001111100000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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