#3F59BF

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

Shades of Free Speech Blue #3F59BF

Tints of Free Speech Blue #3F59BF

Color information

#3F59BF (or 0x3F59BF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 59 and BF. RGB value is (63,89,191). Sum of RGB (Red+Green+Blue) = 63+89+191=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F59BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59BF is #C0A640. Grayscale: #5C5C5C. Windows color (decimal): -12625473 or 12540223. OLE color: 12540223.

HSL color Cylindrical-coordinate representation of color #3F59BF: hue angle of 227.81º 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 #3F59BF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6389191-
CMYK0.670.5300.25
HSL227.81º50.39%49.8%-
HSV(B)227.81º67.02%74.9%-
XYZ15.0311.9650.81-
YUV92.85183.39106.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 191 (75% from 255) = 55.69%
R=18.37%
G=25.95%
B=55.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63891910.670.5300.25227.8150.3949.8
Hex3F59BF4335019e43232
Octal77131277103650313446262
Binary111111101100110111111100001111010101100111100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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