#3F47BC

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

Shades of Free Speech Blue #3F47BC

Tints of Free Speech Blue #3F47BC

Color information

#3F47BC (or 0x3F47BC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 47 and BC. RGB value is (63,71,188). Sum of RGB (Red+Green+Blue) = 63+71+188=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F47BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47BC is #C0B843. Grayscale: #515151. Windows color (decimal): -12630084 or 12339007. OLE color: 12339007.

HSL color Cylindrical-coordinate representation of color #3F47BC: hue angle of 236.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F47BC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6371188-
CMYK0.660.6200.26
HSL236.16º49.8%49.22%-
HSV(B)236.16º66.49%73.73%-
XYZ13.389.1948.65-
YUV81.95187.85114.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 188 (73.83% from 255) = 58.39%
R=19.57%
G=22.05%
B=58.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63711880.660.6200.26236.1649.849.22
Hex3F47BC423E01Aec3231
Octal77107274102760323546261
Binary111111100011110111100100001011111001101011101100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,188); }

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

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

 a { background-color: rgb(63,71,188); }

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

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

 span { border-color: rgb(63,71,188); }

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