#3F4AC7

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

Shades of Free Speech Blue #3F4AC7

Tints of Free Speech Blue #3F4AC7

Color information

#3F4AC7 (or 0x3F4AC7) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and C7. RGB value is (63,74,199). Sum of RGB (Red+Green+Blue) = 63+74+199=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F4AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4AC7 is #C0B538. Grayscale: #545454. Windows color (decimal): -12629305 or 13060671. OLE color: 13060671.

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

Color convert

RGB6374199-
CMYK0.680.6300.22
HSL235.15º54.84%51.37%-
HSV(B)235.15º68.34%78.04%-
XYZ14.8110.0855.2-
YUV84.96192.36112.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 199 (78.12% from 255) = 59.23%
R=18.75%
G=22.02%
B=59.23%

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
Decimal63741990.680.6300.22235.1554.8451.37
Hex3F4AC7443F016eb3733
Octal77112307104770263536763
Binary111111100101011000111100010011111101011011101011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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