#3F59C1

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

Shades of Free Speech Blue #3F59C1

Tints of Free Speech Blue #3F59C1

Color information

#3F59C1 (or 0x3F59C1) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 59 and C1. RGB value is (63,89,193). Sum of RGB (Red+Green+Blue) = 63+89+193=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F59C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59C1 is #C0A63E. Grayscale: #5C5C5C. Windows color (decimal): -12625471 or 12671295. OLE color: 12671295.

HSL color Cylindrical-coordinate representation of color #3F59C1: hue angle of 228º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F59C1 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6389193-
CMYK0.670.5400.24
HSL228º51.18%50.2%-
HSV(B)228º67.36%75.69%-
XYZ15.2512.0551.97-
YUV93.08184.39106.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=18.26%
G=25.80%
B=55.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63891930.670.5400.2422851.1850.2
Hex3F59C14336018e43332
Octal77131301103660303446362
Binary111111101100111000001100001111011001100011100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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