#3F59B9

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

Shades of Free Speech Blue #3F59B9

Tints of Free Speech Blue #3F59B9

Color information

#3F59B9 (or 0x3F59B9) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 59 and B9. RGB value is (63,89,185). Sum of RGB (Red+Green+Blue) = 63+89+185=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F59B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59B9 is #C0A646. Grayscale: #5B5B5B. Windows color (decimal): -12625479 or 12147007. OLE color: 12147007.

HSL color Cylindrical-coordinate representation of color #3F59B9: hue angle of 227.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F59B9 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6389185-
CMYK0.660.5200.27
HSL227.21º49.19%48.63%-
HSV(B)227.21º65.95%72.55%-
XYZ14.3811.747.4-
YUV92.17180.39107.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 185 (72.66% from 255) = 54.90%
R=18.69%
G=26.41%
B=54.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63891850.660.5200.27227.2149.1948.63
Hex3F59B9423401Be33131
Octal77131271102640333436161
Binary111111101100110111001100001011010001101111100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F59B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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