#3f60bf

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

Shades of Free Speech Blue #3F60BF

Tints of Free Speech Blue #3F60BF

Color information

#3F60BF (or 0x3F60BF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 60 and BF. RGB value is (63,96,191). Sum of RGB (Red+Green+Blue) = 63+96+191=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60BF is #C09F40. Grayscale: #606060. Windows color (decimal): -12623681 or 12542015. OLE color: 12542015.

HSL color Cylindrical-coordinate representation of color #3F60BF: hue angle of 224.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F60BF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6396191-
CMYK0.670.5000.25
HSL224.53º50.39%49.8%-
HSV(B)224.53º67.02%74.9%-
XYZ15.6413.1851.01-
YUV96.96181.07103.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 191 (75% from 255) = 54.57%
R=18%
G=27.43%
B=54.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63961910.670.5000.25224.5350.3949.8
Hex3F60BF4332019e13232
Octal77140277103620313416262
Binary111111110000010111111100001111001001100111100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f60bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,191); }

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

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

 a { background-color: rgb(63,96,191); }

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

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

 span { border-color: rgb(63,96,191); }

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