#3F4CC6

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

Shades of Free Speech Blue #3F4CC6

Tints of Free Speech Blue #3F4CC6

Color information

#3F4CC6 (or 0x3F4CC6) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and C6. RGB value is (63,76,198). Sum of RGB (Red+Green+Blue) = 63+76+198=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #3F4CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CC6 is #C0B339. Grayscale: #555555. Windows color (decimal): -12628794 or 12995647. OLE color: 12995647.

HSL color Cylindrical-coordinate representation of color #3F4CC6: hue angle of 234.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F4CC6 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6376198-
CMYK0.680.6200.22
HSL234.22º54.22%51.18%-
HSV(B)234.22º68.18%77.65%-
XYZ14.8310.354.63-
YUV86.02191.19111.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 198 (77.73% from 255) = 58.75%
R=18.69%
G=22.55%
B=58.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63761980.680.6200.22234.2254.2251.18
Hex3F4CC6443E016ea3633
Octal77114306104760263526663
Binary111111100110011000110100010011111001011011101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,198); }

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

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

 a { background-color: rgb(63,76,198); }

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

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

 span { border-color: rgb(63,76,198); }

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