#3F4CC7

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

Shades of Free Speech Blue #3F4CC7

Tints of Free Speech Blue #3F4CC7

Color information

#3F4CC7 (or 0x3F4CC7) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and C7. RGB value is (63,76,199). Sum of RGB (Red+Green+Blue) = 63+76+199=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F4CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CC7 is #C0B338. Grayscale: #555555. Windows color (decimal): -12628793 or 13061183. OLE color: 13061183.

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

Color convert

RGB6376199-
CMYK0.680.6200.22
HSL234.26º54.84%51.37%-
HSV(B)234.26º68.34%78.04%-
XYZ14.9410.3555.24-
YUV86.14191.69111.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 199 (78.12% from 255) = 58.88%
R=18.64%
G=22.49%
B=58.88%

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
Decimal63761990.680.6200.22234.2654.8451.37
Hex3F4CC7443E016ea3733
Octal77114307104760263526763
Binary111111100110011000111100010011111001011011101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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