#3F4AC6

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

Shades of Free Speech Blue #3F4AC6

Tints of Free Speech Blue #3F4AC6

Color information

#3F4AC6 (or 0x3F4AC6) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and C6. RGB value is (63,74,198). Sum of RGB (Red+Green+Blue) = 63+74+198=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #3F4AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4AC6 is #C0B539. Grayscale: #545454. Windows color (decimal): -12629306 or 12995135. OLE color: 12995135.

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

Color convert

RGB6374198-
CMYK0.680.6300.22
HSL235.11º54.22%51.18%-
HSV(B)235.11º68.18%77.65%-
XYZ14.6910.0354.59-
YUV84.85191.86112.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=18.81%
G=22.09%
B=59.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63741980.680.6300.22235.1154.2251.18
Hex3F4AC6443F016eb3633
Octal77112306104770263536663
Binary111111100101011000110100010011111101011011101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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