#3F51BD

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

Shades of Free Speech Blue #3F51BD

Tints of Free Speech Blue #3F51BD

Color information

#3F51BD (or 0x3F51BD) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 51 and BD. RGB value is (63,81,189). Sum of RGB (Red+Green+Blue) = 63+81+189=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F51BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51BD is #C0AE42. Grayscale: #575757. Windows color (decimal): -12627523 or 12407103. OLE color: 12407103.

HSL color Cylindrical-coordinate representation of color #3F51BD: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F51BD is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6381189-
CMYK0.670.5700.26
HSL231.43º50%49.41%-
HSV(B)231.43º66.67%74.12%-
XYZ14.1810.6249.45-
YUV87.93185.04110.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=18.92%
G=24.32%
B=56.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63811890.670.5700.26231.435049.41
Hex3F51BD433901Ae73231
Octal77121275103710323476261
Binary111111101000110111101100001111100101101011100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,189); }

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

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

 a { background-color: rgb(63,81,189); }

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

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

 span { border-color: rgb(63,81,189); }

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