#3F50CB

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

Shades of Free Speech Blue #3F50CB

Tints of Free Speech Blue #3F50CB

Color information

#3F50CB (or 0x3F50CB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 50 and CB. RGB value is (63,80,203). Sum of RGB (Red+Green+Blue) = 63+80+203=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50CB is #C0AF34. Grayscale: #585858. Windows color (decimal): -12627765 or 13324351. OLE color: 13324351.

HSL color Cylindrical-coordinate representation of color #3F50CB: hue angle of 232.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F50CB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6380203-
CMYK0.690.6100.20
HSL232.71º57.38%52.16%-
HSV(B)232.71º68.97%79.61%-
XYZ15.711.1157.82-
YUV88.94192.37109.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=18.21%
G=23.12%
B=58.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63802030.690.6100.20232.7157.3852.16
Hex3F50CB453D014e93934
Octal77120313105750243517164
Binary111111101000011001011100010111110101010011101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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