#3F50D5

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

Shades of Free Speech Blue #3F50D5

Tints of Free Speech Blue #3F50D5

Color information

#3F50D5 (or 0x3F50D5) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 50 and D5. RGB value is (63,80,213). Sum of RGB (Red+Green+Blue) = 63+80+213=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F50D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50D5 is #C0AF2A. Grayscale: #595959. Windows color (decimal): -12627755 or 13979711. OLE color: 13979711.

HSL color Cylindrical-coordinate representation of color #3F50D5: hue angle of 233.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F50D5 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6380213-
CMYK0.700.6200.16
HSL233.2º64.1%54.12%-
HSV(B)233.2º70.42%83.53%-
XYZ16.9311.664.3-
YUV90.08197.37108.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 213 (83.59% from 255) = 59.83%
R=17.70%
G=22.47%
B=59.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal63802130.700.6200.16233.264.154.12
Hex3F50D5463E010e94036
Octal771203251067602035110066
Binary1111111010000110101011000110111110010000111010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F50D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,213); }

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

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

 a { background-color: rgb(63,80,213); }

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

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

 span { border-color: rgb(63,80,213); }

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