#3F4BB3

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

Shades of Free Speech Blue #3F4BB3

Tints of Free Speech Blue #3F4BB3

Color information

#3F4BB3 (or 0x3F4BB3) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4B and B3. RGB value is (63,75,179). Sum of RGB (Red+Green+Blue) = 63+75+179=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F4BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BB3 is #C0B44C. Grayscale: #525252. Windows color (decimal): -12629069 or 11750207. OLE color: 11750207.

HSL color Cylindrical-coordinate representation of color #3F4BB3: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F4BB3 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6375179-
CMYK0.650.5800.30
HSL233.79º47.93%47.45%-
HSV(B)233.79º64.8%70.2%-
XYZ12.79.3443.78-
YUV83.27182.02113.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.87%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=19.87%
G=23.66%
B=56.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63751790.650.5800.30233.7947.9347.45
Hex3F4BB3413A01Eea302f
Octal77113263101720363526057
Binary111111100101110110011100000111101001111011101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,75,179); }

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

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

 a { background-color: rgb(63,75,179); }

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

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

 span { border-color: rgb(63,75,179); }

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